suspendcode="<DIV id=lovexin style='Z-INDEX: 10; RIGHT: 15px; POSITION: absolute; TOP: 250px; width: 200px; height: 215px;'><iframe src=google.htm width=215 height=200 scrolling=no frameborder=0 marginheight=0 marginwidth=1></iframe></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);
