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";
document.getElementById("lovexin14").style.top=parseInt(document.getElementById

("lovexin12").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}//from webjx.com
suspendcode12="<DIV id=\"lovexin12\" style='left:2px;POSITION:absolute;TOP:120px;'></div>"
suspendcode14="<DIV id=\"lovexin14\" style='right:2px;POSITION:absolute;TOP:17px;'><div style='margin:30px 20px 10px 20px'><A href='http://wpa.qq.com/msgrd?V=1&amp;Uin=710275739&amp;Exe=QQ&amp;Site=im.qq.com&amp;Menu=No' target=blank><IMG alt=给我发消息 src='http://wpa.qq.com/pa?p=1:710275739:1' border=0></A><BR><BR><a target='_blank' href='http://amos.im.alisoft.com/msg.aw?v=2&uid=hbwjjdc&site=cnalichn&s=4' ><img border='0' src='http://amos.im.alisoft.com/online.aw?v=2&uid=hbwjjdc&site=cnalichn&s=4' alt='有事联系我' /></a><BR><BR><A href='msnim:chat?contact=hbwjjdc@live.cn'><IMG height=18 src='/images/msn1.gif' width=77 border=0></A></div><div onclick='lovexin14.style.display=\"none\"' style=\"cursor:pointer\" align=\"center\">关闭</div></div>"
document.write(suspendcode12); 
document.write(suspendcode14); 
//window.setInterval("heartBeat()",1);
