// JavaScript Document
suspendcode="<DIV id=lovexin style='Z-INDEX: 10; LEFT: 900px; POSITION: absolute; TOP: 100px; width: 70px; height: 200px;'><a href='http://wpa.qq.com/msgrd?V=1&Uin=710969127&Site=ΤΪΟίΧΙΡ―&Menu=no'target='_blank'><img src='IMAGES/service.gif' width='107' height='207' border='0'></a></DIV>"
document.write(suspendcode);
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.lovexin.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
window.setInterval("heartBeat()",1);
