<!--
var mypath='',mypaths;
for(i=0;i<document.scripts.length;i++)
  {
    if(document.scripts[i].src.indexOf('kefu/js/sk.js?')!='-1')
    {
      mypath=document.scripts[i].src ;
      mypaths=mypath.split('?') ;
      mypath=mypaths[1] ;
      break ;
    }
  }


function WriteQqStr()
{
	document.write('<DIV id=backi style="right: 5px; OVERFLOW: visible; POSITION: absolute; TOP: 460px">');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="55">');
	document.write('<tr><td><a href="javascript:close_float_left();void(0);" title="close"><IMG src="/kefu/img/sk/1.gif" border=0></a></td></tr>');
	document.write('<tr><td><A href="http://sighttp.qq.com/cgi-bin/check?sigkey=a7c0b99c0b02130fb09249356969830a9ab00c00d656fb347947c232ce7f32be28776e184e30f7c6c80641f5acf8f859"; target=_blank><IMG src="/kefu/img/sk/2.gif" border=0></A></td></tr>');
	//document.write('<tr><td><A href="tencent://message/?uin=9695406&Site=www.maimai.la.com&Menu=yes"><IMG src="'+mypath+'kefu/img/sk/3.gif" border=0></A></td></tr>');
	//document.write('<tr><td><A href="http://amos1.taobao.com/msg.ww?v=2&uid=%E9%95%9C%E4%B8%AD%E5%A5%B3%E7%94%9F&s=2" target=_blank><IMG src="'+mypath+'kefu/img/sk/4.gif" border=0></A></td></tr>');
	//document.write('<tr><td><A href="http://amos1.taobao.com/msg.ww?v=2&uid=%E6%B3%A2%E5%A3%AB520&s=2" target=_blank><IMG src="'+mypath+'kefu/img/sk/5.gif" border=0></A></td></tr>');
	//document.write('<tr><td><A href="http://www.maimai.la/user.php"><IMG src="'+mypath+'kefu/img/sk/6.gif" border=0></A></td></tr>');
        document.write('<tr><td><A href="#"><IMG src="/kefu/img/sk/7.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); }
//-->