lastScrollY=0;
function heartBeat(){ 
diffY=document.body.scrollTop; 
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.all.lovexin13.style.pixelTop+=percent;
document.all.lovexin10.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent; 
} 
suspendcode13="<DIV id=lovexin13 style='left:15px;POSITION:absolute;TOP:200px;'></div>"
document.write(suspendcode13); 
suspendcode10="<DIV id=lovexin10 style='right:25px;POSITION:absolute;TOP:230px;'><table border='0' width='110' cellspacing='0' cellpadding='0'><tr><td width='110'><img src='qq/kefu_up.gif'></td></tr><tr><td width='110' height='70' background='qq/kefu_middle.gif'><table width='94' border='0' cellpadding='0' cellspacing='0' style='margin-top: 5px; margin-left: 0px'><tr><td><a target=blank href=tencent://message/?uin=515924350&Site=www.hongbiantian.cn&Menu=yes><img SRC=1.jpg alt='»éÇì×ÉÑ¯ÇëÕÒÎÒ!' width='40' height='58' border='0'></a></td><td><a target=blank href=tencent://message/?uin=13338489&Site=www.hongbiantian.cn&Menu=yes><img SRC=2.jpg alt='»éÇì×ÉÑ¯ÇëÕÒÎÒ!' width='40' height='58' border='0'></a></td></tr></table></td></tr><tr><td width=110><img border=0 src=qq/kefu_down.gif></td></tr></table></div>"
document.write(suspendcode10);
window.setInterval("heartBeat()",1); 

