
suspendcode="<DIV id=cnjv style='right:2px;POSITION:absolute;TOP:10px;'><a href='/pop/index.asp' target='_blank' title='È«ÇòÑÛ¾µÊÐ³¡'><img border=0 src='/pop/gg.gif' alt='/pop/index.asp'></a></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.cnjv.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
window.setInterval("heartBeat()",1);
