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.SniperVIII1.style.pixelTop+=percent;
document.all.SniperVIII2.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent; 
} 
mysuspendcode="<DIV id=SniperVIII1 style='left:10px;POSITION:absolute;TOP:280px;'><A HREF='http://www.xiamen.cyberpolice.cn/' target=_blank Title='ÏÃÃÅÍøÂç¾¯²ì'><img src='/images/cc.gif' border=0 width='70' height='113'></A><br><a href='###' style='FONT-SIZE: 7pt;' onClick=SniperVIII1.style.display='none';SniperVIII2.style.display='none';>¹Ø±Õ</a></div>"
document.write(mysuspendcode); 
mysuspendcode="<DIV id=SniperVIII2 style='right:10px;POSITION:absolute;TOP:280px;'><A HREF='http://www.xiamen.cyberpolice.cn/' target=_blank Title='ÏÃÃÅÍøÂç¾¯²ì'><img src='/images/jj.gif' border=0 width='70' height='113'></A><br><a href='###' style='FONT-SIZE: 7pt;' onClick=SniperVIII1.style.display='none';SniperVIII2.style.display='none';>¹Ø±Õ</a></div>"
document.write(mysuspendcode); 
window.setInterval("heartBeat()",1); 

