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.lovexin10.style.pixelTop+=percent;
document.all.lovexin3.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent; 
} 
suspendcode10="<DIV id=lovexin10 style='left:5px;POSITION:absolute;TOP:100px;'><a href='http://www.xass.gov.cn/news_zw.asp?id=283' target='_blank'><img src='images/duilian.gif' border=0 width='99' height='399'></a></div>"
document.write(suspendcode10); 
suspendcode3="<DIV id=lovexin3 style='right:5px;POSITION:absolute;TOP:100px;'><a href='http://www.xass.gov.cn/news_zw.asp?id=283' target='_blank'><img src='images/duilian.gif' border=0 width='99' height='399'></a></div>"
document.write(suspendcode3); 
window.setInterval("heartBeat()",1); 