//download by http://www.codefans.net
document.writeln("<div id=\"sc\" style=\"POSITION:absolute;;Z-INDEX:99999;RIGHT:0px;top:400px;width: 322px;border:1px solid #ccc;padding:1px;font-size:12px\"><div style=\"width: 320px;text-align:center;line-height:25px;padding:1px;background: #efefef;\"><span onclick=\"javascript:closeSC()\" style=\"cursor:pointer;\">关闭 CLOSE<\/span><\/div><IFRAME marginHeight=0 marginWidth=0 noResize scrolling=no frameBorder=0 src=ad/iframe.htm width=320 height=215><\/IFRAME><\/div>")
function closeSC(){
	document.getElementById("sc").innerHTML='';
	document.getElementById("sc").style.visibility='hidden';
	document.getElementById("sc").style.display='none';
}
setTimeout("closeSC();", 150000); 

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;
