var content = "<a href=\"jf\" target=\"_blank\" onmouseover=\"window.status=\'\';return true;\" onmouseout=\"window.status=\'\';return true;\"><img src=\"jf01.gif\" border=\"0\" width=\"120\" height=\"120\"></a>"
document.write("<div id=\'remote_ads\' style=\'position:absolute;width:170px; height:70px; visibility: visible; z-index: 10\'>");
document.write(content);
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-400;
	document.getElementById("remote_ads").style.left=bdy.offsetWidth-150;
	mymove();
}

function mymove(){
	document.getElementById("remote_ads").style.top=bdy.scrollTop+bdy.offsetHeight-400;
	document.getElementById("remote_ads").style.left=bdy.scrollLeft+bdy.offsetWidth-150;
	setTimeout("mymove();",1000)
}

myload();