suspendcode="<DIV id=lovexin style='Z-INDEX: 10; LEFT: 893px; POSITION: absolute; TOP: 300px; width: 91px; height: 246px;'><table width='82' border='0' align='center' cellpadding='0' cellspacing='0'><tr><td height='20'></tr></td><tr><td height='61'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='82' height='196'><param name='movie' value='images/zs1.swf'><param name='quality' value='high'><embed src='images/zs1.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='82' height='196'></embed></object></td></tr><tr><td height='19' align='center'><img src='images/zs1.gif' width='23' height='19'></td></tr></table></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);