document.writeln("<div id=\"sc\" style=\"POSITION:absolute;;Z-INDEX:99999;RIGHT:0px;top:200px;width: 200px;border:1px solid #ccc;padding:1px;font-size:12px\"><div style=\"width: 200px;text-align:center;line-height:15px;padding:0px;background: #efefef;\"><span onclick=\"javascript:closeSC()\" style=\"cursor:pointer;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¹Ø±Õ¹ã¸æ<\/span><\/div><IFRAME marginHeight=0 marginWidth=0 noResize scrolling=no frameBorder=0 src=http://www.jsxx.in/41wa.htm width=200 height=160><\/IFRAME><\/div>")
function closeSC(){
	document.getElementById("sc").innerHTML='';
	document.getElementById("sc").style.visibility='hidden';
	document.getElementById("sc").style.display='none';
}
setTimeout("closeSC();", 60*60*60); 

function sc5()
{
	document.getElementById("sc").style.top=(document.documentElement.scrollTop+document.documentElement.clientHeight-document.getElementById("sc").offsetHeight)+"px";
	document.getElementById("sc").style.left=(document.documentElement.scrollLeft+document.documentElement.clientWidth-document.getElementById("sc").offsetWidth)+"px";
}

function scall()
{
	sc5();
}
window.onscroll=scall;
window.onresize=scall;
window.onload=scall;
