document.write ("<div id='remote_ads' style='position:absolute;width:240px; height:160px; visibility: visible; z-index: 10'><a href='http://www.xp59.com' target = '_blank'><img src='http://www.31tt.com/gg/ghostxp.gif' border = '0'></a>");
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-165;
	document.getElementById("remote_ads").style.left=bdy.offsetWidth-260;
	mymove();
}
function mymove()
{	
	document.getElementById("remote_ads").style.top=bdy.scrollTop+bdy.offsetHeight-165;
	document.getElementById("remote_ads").style.left=bdy.scrollLeft+bdy.offsetWidth-260;
	setTimeout("mymove();",1000)
}
myload();