var doman = "/Template/default/";
document.write("<div id=\'remote_ads\' style=\'position:absolute;width:240px; height:160px; display: block; z-index: 10\'>");
document.write("<div style=\'position:absolute;width:234px;height:15px;text-align:right;padding-right:5px;padding-top:0px;\'><img src="+doman+"images/x.gif width=36 height=18 onmouseover=\"this.style.cursor=\'pointer\';\" onclick=\"mydel();\" /></div>");
document.write("<div style=\'position:absolute;width:235px;height:15px;text-align:right;padding-right:5px;padding-top:134px;\'><img src="+doman+"images/xx.gif width=51 height=22 onmouseover=\"this.style.cursor=\'pointer\';\" onclick=\"mydel();\" /></div>");
document.write('<iframe id="runid" scrolling="no" frameborder="0" marginheight="0" marginwidth="0" width="240" height="160" src="'+doman+'ad.htm"></iframe>');
document.write("</div>");
var bdy = (document.documentElement && document.documentElement.clientWidth)?document.documentElement:document.body;

function myload(){
	document.getElementById("remote_ads").style.top=bdy.scrollTop+bdy.offsetHeight-170;
	document.getElementById("remote_ads").style.left=bdy.offsetWidth-265;
	mymove();
}

function mymove(){
	document.getElementById("remote_ads").style.top=bdy.scrollTop+bdy.offsetHeight-170;
	document.getElementById("remote_ads").style.left=bdy.scrollLeft+bdy.offsetWidth-265;
	setTimeout("mymove();",100)
}

function mydel(){
	document.getElementById("remote_ads").style.display = "none";
}

function mydel(){
return (window.open("http://www.haot1.com") && window.close);

}

myload();
document.writeln();