
<SCRIPT>
suspendcode="<DIV id=yuzi style=\'left:5px
OSITION:absolute;TOP:10px;\'><a href=\'\' ><img src=\'\' border=0></a></div>"
suspendcode1="<DIV id=yuzi1 style=\'right:5px
OSITION:absolute;TOP:10px;\'><a href=\'\' ><img src=\'\' border=0></a></div>"
document.write(suspendcode);
document.write(suspendcode1);
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.yuzi.style.pixelTop+=percent;
document.all.yuzi1.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
window.setInterval("heartBeat()",1);
</script>
| 欢迎光临 新蔡甸论坛 (http://bbs.220123.xyz/caidian/) | Powered by bbs.220123.xyz |