IE4=(document.all);

function initFloatLayer() {
	document.all["floatlayer"].style.visibility='visible';
}
document.write('<body onload=initFloatLayer();>');


var newURL='', userAgent=navigator.userAgent, version=0;
if (userAgent.indexOf('Netscape') != -1) {
	document.write('<LAYER NAME="floatlayer" style="position:absolute;  z-index:9; left: 0px; top: 1px">');
//	document.write('<LAYER onmouseover=location=\'http://www.hotmail.com\' NAME="floatlayer" style="position:absolute;  z-index:9; left: 1px; top: 1px">');
	document.write('<LAYER id="floatlayer" style="position:absolute; left:1px; top:1px;z-index:9;" onMouseOver="MM_changeProp(\'floatlayer\',\'\',\'style.zIndex\',\'10\',\'LAYER\')">');
  }else{
	document.write('<div id="floatlayer" style="position:absolute; left:1px; top:1px;z-index:9;">');
  }

//***************************** PUT CONTENT HERE********************************************
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="730" height="93">');
document.write('<param name="movie" value="layer.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="menu" value="false">');
document.write('<param name="wmode" value="transparent" />');
//document.write('<embed src="fla/menu1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="250"></embed>');
document.write('<embed src="layer.swf" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="730" height="93"></embed>');
document.write('</object>');

if (userAgent.indexOf('Netscape') != -1) {
	document.write('</LAYER>');
}else{
	document.write('</DIV>');
}