<!--
var mypath='',mypaths;
for(i=0;i<document.scripts.length;i++)
  {
    if(document.scripts[i].src.indexOf('js/zx.js?')!='-1')
    {
      mypath=document.scripts[i].src ;
      mypaths=mypath.split('?') ;
      mypath=mypaths[1] ;
      break ;
    }
  }

function WriteQqStr()
{
	document.write('<DIV id=backi style="left: 0px; OVERFLOW: visible; POSITION: absolute; TOP: 130px">');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="137" height="138">');
	document.write('<tr><td height="13"><a href="javascript:close_float_left();void(0);" title="close"><IMG src="'+mypath+'web_inc/img/zx/01.jpg" border=0 width="137" height="13"></a></td></tr>');
	document.write('<tr><td><A href="http://www.sinofi.com/3thksh/index.html" target=_blank><IMG src="'+mypath+'web_inc/img/zx/02.jpg" border=0 width="137" height="125"></A></td></tr>');
	document.write('</table>');
	document.write('</DIV>');
}
function close_float_left(){backi.style.visibility='hidden';}

lastScrollY=0; 
function heartBeat(){ 
diffY=document.body.scrollTop; 
percent=.1*(diffY-lastScrollY); 
if(percent>0)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); }
//-->