// JavaScript Document
/*if (navigator.appName == 'Microsoft Internet Explorer' && navigator.userAgent.toLowerCase().indexOf("win") != -1){
	window.onload = setTimeout("fixie()",800);
}

function fixie(){
	theObjects = document.getElementsByTagName("object"); 
	for (var i = 0; i < theObjects.length; i++) { 
		theObjects[i].outerHTML = theObjects[i].outerHTML;
		theObjects[i].visibility = show;
	}
}*/

document.open();
document.write('<object id="flashobj"  class="flash_block" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="535" height="243" id="hi_flash" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">');
document.write('	<param name="movie" value="flash/hi_flash.swf" />');
document.write('	<param name="quality" value="high" />');
document.write('	<param name="wmode" value="transparent" />');
document.write('	<embed src="flash/hi_flash.swf" quality="high" width="535" height="243" name="hi_flash" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>');
document.write('</object>');
document.close();
