lastScrollY=0;
function heartBeat(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
    diffY = document.documentElement.scrollTop;
else if (document.body)
    diffY = document.body.scrollTop
else
    {/*Netscape stuff*/}
    
//alert(diffY);
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("lovexin12").style.top=parseInt(document.getElementById("lovexin12").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
suspendcode12="<DIV id=\"lovexin12\" style='right:16px;POSITION:absolute;z-index:100;width:72px; height:30px;TOP:360px;'>";
var recontent=
'<table cellpadding=0 cellspacing=0>' +
'<tr>' +
'<td><img src=http://www.zaoxie1.cn/js/quick01.gif></td>' +
'</tr>' +
'<tr>' +
'<td>' +
'<div style="background:url(http://www.zaoxie1.cn/js/QQ.jpg);height:30px;width:72px;padding:10px 0 0 5px;"><a href=tencent://message/?uin=871454987&Site=www.zaoxie1.cn/&Menu=yes><img border=0 SRC=http://www.zaoxie1.cn/js/qqs.gif alt=></div>' +
'</td>' +
'<tr>' +
'<td><img src=http://www.zaoxie1.cn/js/quick04_h.gif></td>' +
'</tr>' +
'<tr>' +
'<td><a href=#><img src=http://www.zaoxie1.cn/js/new_top.gif border=0></a></td>' +
'</tr>' +
'</table>'
document.write(suspendcode12); 
document.write(recontent); 
document.write("</div>"); 
window.setInterval("heartBeat()",1);

function far_close()
{
	document.getElementById("lovexin12").innerHTML="";
}