  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.lovexin12.style.pixelTop+=percent; 
document.all.lovexin14.style.pixelTop+=percent; 
lastScrollY=lastScrollY+percent; 
} 
suspendcode12="<DIV id=lovexin12 style='left:10px;POSITION:absolute;TOP:0px;'><A HREF='http://www.hisense.com/xwzx/ztch2/awgks/' target=_blank Title='写入鼠标停留图片显示文字'><img src='http://www.hisense.com/adintrs/adintrs/data/adsfile/201002/20100209/ad20100209609817014616.png' border=0 width='65' height='264'></A></div>" 
document.write(suspendcode12); 
suspendcode14="<DIV id=lovexin14 style='right:10px;POSITION:absolute;TOP:0px;'><A HREF='http://www.hisense.com/xwzx/ztch2/awgks/' target=_blank Title='写入鼠标停留图片显示文字'><img src='http://www.hisense.com/adintrs/adintrs/data/adsfile/201002/20100209/ad20100209609817014616.png' border=0 width='65' height='264'></A></div>" 
document.write(suspendcode14); 
window.setInterval("heartBeat()",1); 