| 
 | 
 
给论坛两边挂一幅对联!!春节快到了,给你的论坛两边挂一幅对联吧!!代码放其他头部信息就可以了!具体信息大家可以用记事本编辑下,然后自己改文字内容,很简单! 
 
 
<SCRIPT language=JavaScript> 
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.lovexin12.style.pixelTop+=percent; 
document.all.lovexin14.style.pixelTop+=percent; 
lastScrollY=lastScrollY+percent;  
}  
suspendcode12="<DIV id=lovexin12 style='left:10px;  POSITION:absolute;TOP:220px;'><A HREF='http://tutu.5d6d.com/' target=_blank Title='TuTu广告位招租'><img src='http://tutu.5d6d.com/userdirs/b/a/tutu/attachments/month_0804/20080406_968f31ef5de180679f97ambxiNQn1rRb.gif  ' border=0 width='100' height='250'></A></div>" 
document.write(suspendcode12);  
suspendcode14="<DIV id=lovexin14 style='right:10px;  POSITION:absolute;TOP:220px;'><A HREF='http://tutu.5d6d.com/' target=_blank Title='TuTu广告位招租'><img src='http://tutu.5d6d.com/userdirs/b/a/tutu/attachments/month_0804/20080406_968f31ef5de180679f97ambxiNQn1rRb.gif ' border=0 width='100' height='250'></A></div>" 
document.write(suspendcode14);  
window.setInterval("heartBeat()",1);  
</SCRIPT> |   
 
 
 
 |