$(document).ready(function(){
	$('object').live('mousedown', function(){
		$('.loader' ).each(function(){
			$(this).remove();
		});
	})
	$('a[rel*=external]').each(function(){
		$(this).attr('target','_blank')
	})
});
function winopen(theURL,winName,features) { 
window.open(theURL,winName,features);
}
