
function ready(js) {
	
	if (js) $('a[rel=external]').newWindow();
	
};