<!--
var mypath='',mypaths;
for(i=0;i<document.scripts.length;i++)
  {
    if(document.scripts[i].src.indexOf('themes/topdoll05g/images/online.js?')!='-1')
    {
      mypath=document.scripts[i].src ;
      mypaths=mypath.split('?') ;
      mypath=mypaths[1] ;
      break ;
    }
  }


function WriteQqStr()
{
	document.write('<DIV id=backi style="RIGHT: 0px; OVERFLOW: visible; POSITION: absolute; TOP: 140px">');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="30">');
	document.write('<tr><td><IMG src="'+mypath+'themes/topdoll05g/images/01.gif" border=0></td></tr>');
	document.write('<tr><td><A href="tencent://message/?uin=512460237&Site=zhenyufang&Menu=yes"><IMG src="'+mypath+'themes/topdoll05g/images/02.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="http://amos1.taobao.com/msg.ww?v=2&amp;uid=%E4%B8%AD%E5%9B%BD%E7%8F%8D%E7%8E%89%E5%9D%8A&amp;s=1" target="_blank" /><IMG src="'+mypath+'themes/topdoll05g/images/03.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="?tools-history.html"><IMG src="'+mypath+'themes/topdoll05g/images/05.gif" border=0></A></td></tr>');
	document.write('</table>');
	document.write('</DIV>');
}

function close_float_left(){backi.style.visibility='hidden';}

lastScrollY=0; 
function heartBeat(){ 
diffY=document.documentElement.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); }
//-->
