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:210px;'></div>"
document.write(suspendcode13); 
suspendcode10="<DIV id=lovexin10 style='right:20px;POSITION:absolute;TOP:240px;'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='80' height='316'>  <param name='movie' value='images/right.swf' />  <param name='quality' value='high' />  <param name='wmode' value='transparent' />  <embed src='images/right.swf' width='80' height='316' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent'></embed></object></div>"
document.write(suspendcode10);
window.setInterval("heartBeat()",1); 
