<!--
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="left: 10px; OVERFLOW: visible; POSITION: absolute; TOP: 98px">');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="55">');
	document.write('<tr><td><a onclick="javascript:close_float_left();return false" href="void(0);" title="close"><IMG src="'+mypath+'kefu/img/sk/1.gif" alt="&#x5728;&#x7EBF;&#x5BA2;&#x670D;" border=0></a></td></tr>');
	document.write('<tr><td><A href="tencent://message/?uin=897611534&Site=www.sinantv.com&Menu=yes"><IMG src="'+mypath+'kefu/img/sk/2.gif"  alt="&#x5728;&#x7EBF;&#x5BA2;&#x670D;" border=0></A></td></tr>');
	document.write('<tr><td><A href="tencent://message/?uin=543320014&Site=www.sinantv.com&Menu=yes"><IMG src="'+mypath+'kefu/img/sk/2.gif"  alt="&#x5728;&#x7EBF;&#x5BA2;&#x670D;" border=0></A></td></tr>');
	document.write('<tr><td><A href="http://amos.im.alisoft.com/msg.aw?v=2&uid=%E5%B7%AB%E5%A9%86%E4%B9%8B%E5%92%92&site=cntaobao&s=2&charset=utf-8" target=_blank><IMG src="'+mypath+'kefu/img/sk/4.gif" alt="&#x5728;&#x7EBF;&#x5BA2;&#x670D;" border=0></A></td></tr>');
	document.write('<tr><td><A href="msnim:chat?contact=de.qiang@hotmail.com&Site=www.sinantv.com$Menu=yes"><IMG src="'+mypath+'kefu/img/sk/5.gif" alt="&#x5728;&#x7EBF;&#x5BA2;&#x670D;" border=0></A></td></tr>')
	document.write('<tr><td><A href="/flow.php"><IMG src="'+mypath+'kefu/img/sk/6.gif"  alt="&#x8D2D;&#x7269;&#x8F66;" border=0></A></td></tr>');
        document.write('<tr><td><IMG src="'+mypath+'kefu/img/sk/7.gif" border=0></td></tr>');
        document.write('<tr><td><A href="/activity.php"><IMG src="'+mypath+'kefu/img/sk/8.gif" alt="&#x4F18;&#x60E0;&#x6D3B;&#x52A8;" 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); }
//-->