 <!--
function WriteQqStr()
{
	document.write('<DIV id=backi style="right: -31px; OVERFLOW: visible; POSITION: absolute; TOP: 95px;">');
	document.write('<a href="history.php"><IMG src="images/cata_history.gif" border=0></a>');
	document.write('<ul style="overflow:hidden;">');	
	document.write('</ul>');	
	document.write('</DIV>');
	
}
function close_float_left(){backi.style.visibility='hidden';}
lastScrollY=1; 
function heartBeat(){ 
diffY=document.documentElement.scrollTop; 
percent=.1*(diffY-lastScrollY); 
if(percent>1)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.all.backi.style.pixelTop+=percent; 
lastScrollY=lastScrollY+percent; 
} 
if (!document.layers) {WriteQqStr();window.setInterval("heartBeat()",1);}
//-->

