$(document).ready(function(){
	if(jQuery.fn.flash.hasFlash(8)){
		$('#intro .noflash').replaceWith('<embed height="420" width="636" bgcolor="#ffffff" type="application/x-shockwave-flash" src="wp-content/themes/globe/includes/flash/intro.swf" pluginspage="http://www.adobe.com/go/getflashplayer" flashvars=""/>');
	}
});