document.ns = navigator.appName == "Microsoft Internet Explorer"
var dlleft
window.screen.width>1024 ? dlleft=10:dlleft=10
function myload(){
	dllayer2.style.top=document.body.scrollTop+100
	dllayer2.style.left=dlleft;
	dllayer3.style.top=document.body.scrollTop+100
	dllayer3.style.right=dlleft;
	leftdlmove();
}
function leftdlmove(){
	dllayer2.style.top=document.body.scrollTop+100
	dllayer2.style.left=dlleft;
	dllayer3.style.top=document.body.scrollTop+100
	dllayer3.style.right=dlleft;
	setTimeout("leftdlmove();",50)
}
function MM_reloadPage(init){
	if(init==true)with(navigator){
		if((appName=="Netscape")&&(parseInt(appVersion)==4)){
			document.MM_pgW=innerWidth;
			document.MM_pgH=innerHeight;
			onresize=MM_reloadPage;		}
	}else if(innerWidth!=document.MM_pgW||innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true)
if(document.ns){
	if(document.body.offsetWidth>800){
		document.write("<div id=dllayer2 style='cursor:hand; position: absolute;width:90;top:100;left:5;visibility: visible;z-index:1'><EMBED src='" + ad_dl_left_src + "' wmode='transparent' quality=high WIDTH=90 HEIGHT=480 TYPE='application/x-shockwave-flash' id=tomd1></EMBED></div>");
		document.write("<div id=dllayer3 style='cursor:hand; position: absolute;width:90;top:100;right:5;visibility: visible;z-index:1'><EMBED src='" + ad_dl_right_src + "' wmode='transparent' quality=high WIDTH=90 HEIGHT=480 TYPE='application/x-shockwave-flash' id=tomd2></EMBED></div>");
		myload()
	}
}
function close_ad(num){
	dllayer2.style.visibility='hidden';
	dllayer3.style.visibility='hidden';
}