var lastScrollY=0;
function RightMark(){ 
	diffY=document.body.scrollTop; 
	percent=0.1*(diffY-lastScrollY); 
	if(percent>0)percent=Math.ceil(percent); 
	else percent=Math.floor(percent); 
	document.getElementById("sorollDiv1").style.top=parseInt(document.getElementById("sorollDiv1").style.top)+percent+"px";
	document.getElementById("sorollDiv2").style.top=parseInt(document.getElementById("sorollDiv2").style.top)+percent+"px";
	lastScrollY=lastScrollY+percent; 
}
function hide(){
	document.getElementById("sorollDiv1").style.display='none';
	document.getElementById("sorollDiv2").style.display='';
}
function show(){
	document.getElementById("sorollDiv1").style.display='';
	document.getElementById("sorollDiv2").style.display='none';
}


document.writeln('<div id="sorollDiv1" style="width:34px; height:50px; right:0px;position:absolute;top:80px;z-index:1000;"><table width="34" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr><td><a href="http://www.3608.com" target=_blank><img src="http://www.3608.com/images/click/r_03.gif" border=0 width="34" height="55" alt="" align=top></a></td></tr>');
document.writeln('<tr><td><a href="http://www.ting88.com" target=_blank><img src="http://www.3608.com/images/click/r_05.gif" border=0 width="34" height="55" alt="" align=top></a></td></tr>');
document.writeln('<tr><td><a href="http://www.ali213.net" target=_blank><img src="http://www.3608.com/images/click/r_06.gif" border=0 width="34" height="55" alt="" align=top></a></td></tr>');
document.writeln('<tr><td><a href="http://www.7788xyx.com" target=_blank><img src="http://www.3608.com/images/click/r_09.gif" border=0 width="34" height="55" alt="" align=top></a></td></tr>');
document.writeln('<tr><td><a href="http://www.39soft.com" target=_blank><img src="http://www.3608.com/images/click/r_11.gif" border=0 width="34" height="63" alt="" align=top></a></td></tr>');
document.writeln('<tr><td align="left"><div align="center"><img src="http://www.3608.com/images/click/close.gif" width="16" height="16" onclick="hide();" style="cursor:hand"></div></td></tr>');
document.writeln('</table></div>');
document.writeln('<div id="sorollDiv2" style="width:34px; height:50px; right:0px; position:absolute;top:200px;z-index:1000;display:none">');
document.writeln('<table width="34" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr><td align="left"><div align="right"><img src="http://www.3608.com/images/click/open_03.gif" width="13" height="92" onclick="show();" style="cursor:hand"></div></td></tr>');
document.writeln('</table></div>');

window.setInterval("RightMark()",10);
