
function hidejs()
{
	 document.getElementById('haoetv').style.display='none';
	 document.getElementById('close').style.display='none';
}
document.write('<div id="haoetv" style="Z-INDEX: 99; POSITION: fixed !important; TEXT-ALIGN: left; WIDTH: 320px;height:240px;BOTTOM:1px;RIGHT:1px;background-color:#fff;">');
var src="/flv/flvplayer3.12.swf?file=/flv/Kaercher.flv&image=/flv/preview.jpg";
var w="320";
var h="240";
html = '';
html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+w+'" height="'+h+'" VIEWASTEXT>';
html += '<param name="movie" value="'+src+'">';
html += '<param name="menu" value="false">';
html += '<param name="wmode" value="transparent">';
html += '<param name="quality" value="high">';
html += '<embed src="'+src+'" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed>';
html += '</object>';
document.write(html);
	
document.write('</div>');
document.write('<div id="close" style="Z-INDEX: 999; POSITION: fixed !important; BOTTOM: 0px;FLOAT: right; HEIGHT: 230px; CURSOR: pointer; RIGHT: 15px" >');
document.write('<img src="/flv/close.gif" onClick="hidejs();"></div>');

