<!-- 
///---最简单的js对联广告代码----- 
function close163news(){ 
searchspe.style.visibility='hidden';searchspe2.style.visibility='hidden'; 
} 
var specialcode="<DIV id=searchspe style='Z-INDEX: 100; right: 1px; POSITION: absolute; TOP: 120px;'><TABLE cellSpacing=0 cellPadding=0 style='font-size:12px;color:#ffffff'><TR><TD><img src='http://www.sb365.com/imges/qz.jpg'></TD></TR></TABLE></DIV>"; 
document.write(specialcode); 
lastScrollX=0; 
function heartBeat0(){ 
diffY=document.body.scrollTop; 
percent=.1*(diffY-lastScrollX); 
if(percent>0) 
percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.all.searchspe.style.pixelTop+=percent; 
lastScrollX=lastScrollX+percent; 
} 
window.setInterval("heartBeat0()",1); 
 
--> 












