var d,d1,y,m,s;
d=new Date();
d1=d.getDate();
y=d.getYear();
m=d.getMonth()+1;
s=y+"/"+m+"/"+d1;
if ("2008/7/17">s || "2008/7/17"==s )
{
function closenews()
{
searchspe.style.visibility='hidden';
searchspe2.style.visibility='hidden';
}

var specialcode="<DIV id=searchspe2 style='Z-INDEX: 100; left: 5px; POSITION: absolute; TOP: 100px;'><TABLE cellSpacing=0 cellPadding=0 width=99 style='font-size:12px;'><TR><TD></TD><TD style='CURSOR: hand' onclick='closenews()' width=30></TD></TR></TABLE><a href=javascript:;><image src=../Upload/ad1.jpg width=100 height=250 BORDER=0></a></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);
//var specialcode2="<DIV id=searchspe style='Z-INDEX: 100; right: 5px; POSITION: absolute; TOP: 50px;'><TABLE cellSpacing=0 cellPadding=0 width=99 style='font-size:12px;'><TR><TD></TD><TD style='CURSOR: hand' onclick='closenews()' width=30></TD></TR></TABLE><a href=# target='_blank'><image src=../Upload/guanggao/2007-9/200791915312974.gif width=99 height=300 BORDER=0></a></DIV>";
document.write(specialcode2);
lastScrollY=0;
function heartBeat1()
{
diffY=document.body.scrollTop;
percent=.1*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.all.searchspe2.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
window.setInterval("heartBeat1()",1);
}

