<!--
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: 0px; OVERFLOW: visible; POSITION: absolute; TOP: 160px">');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="22">');
	document.write('<tr><td><A href="http://b.qq.com/webc.htm?new=0&sid=4006662681&eid=218808P8z8p8x8x8Q8y8P&o=www.jinlanfushi.com&q=7" target=_blank  title="企业QQ客服"><IMG src="'+mypath+'kefu/img/sk/2.gif" border=0></A></td></tr>');
		document.write('<tr><td><A href="http://amos1.taobao.com/msg.ww?v=2&uid=%E9%94%A6%E5%85%B0%E6%9C%8D%E9%A5%B0&s=2" target=_blank title="旺旺客服"><IMG src="'+mypath+'kefu/img/sk/10.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="msnim:chat?contact=jinlankefu@gmail.com" target=_blank title="MSN在线咨询"><IMG src="'+mypath+'kefu/img/sk/4.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="mailto:jinlankefu@gmail.com" target=_blank title="Email"><IMG src="'+mypath+'kefu/img/sk/8.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="http://www.jinlanfushi.com/message.php" target=_blank title="留言询价"><IMG src="'+mypath+'kefu/img/sk/5.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="http://www.jinlanfushi.com/flow.php" title="购物车"><IMG src="'+mypath+'kefu/img/sk/6.gif" border=0></A></td></tr>');
        document.write('<tr><td><A href="#top" title="回顶部"><IMG src="'+mypath+'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); }
//-->
