// JavaScript Document
function close163news()    
{    
searchspe.style.visibility='hidden';    
}    
//下面这行不可打回车断行随意排版(注意保持双引号中字符串的连续性)    
var specialcode="<DIV id=searchspe style='Z-INDEX:1; left: 8px; POSITION: absolute; TOP: 8px;'><a href='http://www.bixinnet.cn/newshow.asp?id=137' target='_blank'><img src='images/gongsi.jpg' width='280' height='344' border='0'></a><TABLE cellSpacing=0 cellPadding=0 width=280 style='font-size:12px;color:#000000'><TR><TD height=25></TD><TD style='CURSOR: hand' onclick='close163news()' width=280 align=right>关 闭</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;    
lastScrollXlastScrollX=lastScrollX+percent;    
}    
window.setInterval("heartBeat0()",1);   
