*********************************************************************
将网页内的<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">注释掉才能正常
使用漂浮广告
---------------------------------------------------------------------
<SCRIPT>
suspendcode="<DIV id=yuzi style='left:5px;POSITION:absolute;TOP:350px;'><a href='/news/news_detail.asp?id=2325' ><img src='images/lwaidi.gif' border=0></a></div>"
suspendcode1="<DIV id=yuzi1 style='right:5px;POSITION:absolute;TOP:350px;'><a href='/news/newslist.asp?class=18' ><img src='images/laugh.gif' 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>