lastScrollY=0;
function sqc(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
    diffY = document.documentElement.scrollTop;
else if (document.body)
    diffY = document.body.scrollTop
else
    {/*Netscape stuff*/}
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("marban").style.top=parseInt(document.getElementById("marban").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
}
document.write('<DIV id=marban style=right:4px;POSITION:absolute;TOP:30px;>');
document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>');
document.write('<td style="cursor:pointer"><img src=qqq/image/rights.gif width=110 border=0 height=20 ');
document.write('onClick="marban.style.display=');
document.write("'none'");
document.write('" onfocus="this.blur()"></TD>');
document.write('<TR><TD><table width=100% border=0 cellspacing=0 cellpadding=0><td align=center><a href=index.cgi?mnm=rclick&no=1290816197 target=_blank><img src=dlink/1290816197/ug020209.gif border=0 width=110 height=100></a></td></table></td><tr>');
document.write('<TR><TD><table width=100% border=0 cellspacing=0 cellpadding=0><td align=center><a href=index.cgi?mnm=rclick&no=1263550816><img src=dlink/1263550816/tennis.gif border=0 width=110 height=100></a></td></table></td><tr>');
document.write('<TR><TD><table width=100% border=0 cellspacing=0 cellpadding=0><td align=center><a href=index.cgi?mnm=rclick&no=1257447339><img src=dlink/1257447339/famiport.gif border=0 width=110 height=100></a></td></table></td><tr>');
document.write('<TR><TD><table width=100% border=0 cellspacing=0 cellpadding=0><td align=center><a href=index.cgi?mnm=rclick&no=1223942474 target=_blank><img src=dlink/1223942474/168lo.gif border=0 width=110 height=100></a></td></table></td><tr>');
document.write('<TR><TD><table width=100% border=0 cellspacing=0 cellpadding=0><td align=center><a href=index.cgi?mnm=rclick&no=1218034347 target=_blank><img src=dlink/1218034347/co.jpg border=0 width=110 height=100></a></td></table></td><tr>');
document.write('</TABLE>');
document.write('</DIV>');
window.setInterval("sqc()",1);

