// JavaScript Document
if ( !is_flash || (flash_ver < 7) ) {
		
}else{

		var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="717" height="174" id="bird_with_flag" align="middle">'
					+'<param name="allowScriptAccess" value="sameDomain" />'
					+'<param name="movie" value="fla/bird_with_flag.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="fla/bird_with_flag.swf" quality="high" bgcolor="#ffffff" width="717" height="174" name="bird_with_flag" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'
					+'</object>'

		document.write(oeTags); 	// embed the flash movie

}