<!--
var mypath='',mypaths;
for(i=0;i<document.scripts.length;i++)
  {
    if(document.scripts[i].src.indexOf('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: 300px">');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="118">');
	document.write('<tr><td background="'+mypath+'img/kf1.gif" align="right" height="23" style="padding-right:8px"><a href="javascript:close_float_left();void(0);" title="close"><IMG src="'+mypath+'img/kfclose.jpg" border=0></a></td></tr>');
	document.write('<tr><td><IMG src="'+mypath+'img/kf2.jpg" border=0></td></tr>');
	document.write('<tr><td background="'+mypath+'img/kfqqbg.jpg" style="padding-left:15px" height="25"><A href="tencent://message/?uin=420557161&Site=www.tyssj.com&Menu=yes"><IMG src="'+mypath+'img/qqt.jpg" border=0 align="absmiddle">&nbsp;&nbsp;<span style="color:#666666">在线QQ</span></A></td></tr>');
	//document.write('<tr><td background="'+mypath+'img/kfqqbg.jpg" style="padding-left:15px" height="25"><A href="tencent://message/?uin=1056657558&Site=www.yaquan168.com&Menu=yes"><IMG src="'+mypath+'img/qqt.jpg" border=0 align="absmiddle">&nbsp;&nbsp;<span style="color:#666666">销售部二</span></A></td></tr>');
	//document.write('<tr><td background="'+mypath+'img/kfqqbg.jpg" style="padding-left:15px" height="25"><A href="tencent://message/?uin=1056657558&Site=www.yaquan168.com&Menu=yes"><IMG src="'+mypath+'img/qqt.jpg" border=0 align="absmiddle">&nbsp;&nbsp;<span style="color:#666666">销售部三</span></A></td></tr>');
	//document.write('<tr><td background="'+mypath+'img/kfqqbg.jpg" style="padding-left:15px" height="25"><A href="tencent://message/?uin=1056657558&Site=www.yaquan168.com&Menu=yes"><IMG src="'+mypath+'img/qqt.jpg" border=0 align="absmiddle">&nbsp;&nbsp;<span style="color:#666666">销售部四</span></A></td></tr>');
	document.write('<tr><td><IMG src="'+mypath+'img/kf3.jpg" border=0></td></tr>');
	//document.write('<tr><td background="'+mypath+'img/kfqtb.jpg" align="center"><A href="tencent://message/?uin=1056657558&Site=www.yaquan168.com&Menu=yes"><IMG src="'+mypath+'img/kfdh.jpg" border=0></A></td></tr>');
	//document.write('<tr><td background="'+mypath+'img/kfqtb.jpg" height="3"></td></tr>');
	document.write('<tr><td background="'+mypath+'img/kfqtb.jpg" align="center"><a target="_blank" href="http://amos.im.alisoft.com/msg.aw?v=2&uid=zjpjhys&site=cntaobao&s=1&charset=utf-8" ><IMG src="'+mypath+'img/kfal.gif" border=0></A></td></tr>');
	document.write('<tr><td background="'+mypath+'img/kfqtb.jpg" height="3"></td></tr>');
	//document.write('<tr><td background="'+mypath+'img/kfqtb.jpg" align="center"><A href="tencent://message/?uin=1056657558&Site=www.yaquan168.com&Menu=yes"><IMG src="'+mypath+'img/kfmy.gif" border=0></A></td></tr>');
	//document.write('<tr><td background="'+mypath+'img/kfqtb.jpg" height="3"></td></tr>');
	document.write('<tr><td><IMG src="'+mypath+'img/kfbot.jpg" border=0></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); }
//-->