<script language="javascript">
suspendcode="<DIV id=lovexin style='Z-INDEX: 10; LEFT: 810px; POSITION: absolute; TOP: 140px; width: 88px; height: 203px;'><a href='http://www.is51.com/user_reg.asp'><img src='http://www.is51.com/images/cul8.gif' width='140' height='300' 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);
</script>