<!--
var mypath='',mypaths;
for(i=0;i<document.scripts.length;i++)
  {
    if(document.scripts[i].src.indexOf('head800/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="55">');
	document.write('<tr><td style="background-image: url(head800/img/sk/1.gif);font:darkorange"><a href="javascript:close_float_left();void(0);" title="close">关闭</a></td></tr>');
	//document.write('<tr><td><A href="javascript:callme()"><IMG src="'+mypath+'head800/img/sk/2.gif" border=0></A></td></tr>');
	document.write('<tr><td title="领秀QQ(4)"><A href="tencent://message/?uin=1273501577&Site=www.kootou.com&Menu=yes"><IMG src="'+mypath+'head800/img/sk/3.gif" border=0></A></td></tr>');
        document.write('<tr><td title="领秀QQ(2)"><A href="tencent://message/?uin=1143055857&Site=www.kootou.com&Menu=yes"><IMG src="'+mypath+'head800/img/sk/3.gif" border=0></A></td></tr>');
        document.write('<tr><td title="领秀QQ(3)"><A href="tencent://message/?uin=394063796&Site=www.kootou.com&Menu=yes"><IMG src="'+mypath+'head800/img/sk/3.gif" border=0></A></td></tr>');
        document.write('<tr><td title="领秀QQ(1)"><A href="tencent://message/?uin=786589917&Site=www.kootou.com&Menu=yes"><IMG src="'+mypath+'head800/img/sk/3.gif" border=0></A></td></tr>');
	document.write('<tr><td title="领秀旺旺(1)"><A href="http://amos1.taobao.com/msg.ww?v=2&uid=%E9%A2%86%E7%A7%80%E6%97%B6%E4%BB%A3i&s=2" target=_blank><IMG src="'+mypath+'head800/img/sk/4.gif" border=0></A></td></tr>');
	document.write('<tr><td title="领秀旺旺(2)"><A href="http://amos1.taobao.com/msg.ww?v=2&uid=%E9%A2%86%E7%A7%80%E6%97%B6%E4%BB%A3ii&s=2" target=_blank><IMG src="'+mypath+'head800/img/sk/4.gif" border=0></A></td></tr>');
	//document.write('<tr><td title="领秀旺旺售后"><A href="http://amos1.taobao.com/msg.ww?v=2&uid=%E9%A2%86%E7%A7%80%E5%94%AE%E5%90%8E&s=2" target=_blank><IMG src="'+mypath+'head800/img/sk/4.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="/flow.php?step=checkout"><IMG src="'+mypath+'head800/img/sk/6.gif" border=0></A></td></tr>');
        document.write('<tr><td><A href="#"><IMG src="'+mypath+'head800/img/sk/7.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="#"><IMG src="'+mypath+'head800/img/sk/8.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); }
//-->