function heartBeatnew(){ 
var divHeight_div,docHeight_div;
		divHeight_div = parseInt(document.getElementById("sc").offsetHeight,10);
		docHeight_div = document.documentElement.clientHeight;
		document.getElementById("sc").style.top = docHeight_div - divHeight_div + parseInt(document.documentElement.scrollTop,10);
}
document.writeln("<div id=\"sc\" style=\"POSITION:absolute;;Z-INDEX:99999;RIGHT:0px;top:0;width: 280px;border:1px solid #ccc;font-size:12px\"><div style=\"width: 278px;text-align:left;line-height:25px;padding:1px;background: #efefef;\"><li class=\"left\">点击”<a href=\"http://tel.hoocoo.net:88/call.php?sid=2010091149&did=492\" target=\"_blank\">免费电话</a>“进行通话</li><li class=\"right\" onclick=\"javascript:closeSC()\">×</li><\/div><IFRAME marginHeight=0 marginWidth=0 noResize scrolling=no frameBorder=0 src=http://www.jm120.cn/ad/spy.html width=278 height=215><\/IFRAME><\/div>")
function closeSC(){
	document.getElementById("sc").innerHTML='';
	document.getElementById("sc").style.visibility='hidden';
	document.getElementById("sc").style.display='none';
}


window.setInterval("heartBeatnew()",1);
