<!--
var mypath='',mypaths;
for(i=0;i<document.scripts.length;i++)
  {
    if(document.scripts[i].src.indexOf('images/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: 80px">');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="72">');
	document.write('<tr><td><a href="javascript:close_float_left();void(0);" title="close"><IMG src="'+mypath+'images/sk/01.gif" border=0></a></td></tr>');
	document.write('<tr><td><A href="tencent://message/?uin=9551204&Site=138z.com&Menu=yes"><IMG src="'+mypath+'images/sk/q1.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="tencent://message/?uin=9263323&Site=138z.com&Menu=yes"><IMG src="'+mypath+'images/sk/q2.gif" border=0></A></td></tr>');


        document.write('<tr><td><A href="http://amos1.taobao.com/msg.ww?v=2&uid=%E4%B8%91%E7%9A%84%E9%85%B7&s=1" target=_blank><IMG src="'+mypath+'images/sk/w1.gif" border=0></A></td></tr>');
        document.write('<tr><td><A href="http://amos1.taobao.com/msg.ww?v=2&uid=%E7%BB%9D%E5%AF%B9%E9%85%B7%E9%85%B7%E9%85%B7&s=1" target=_blank><IMG src="'+mypath+'images/sk/w2.gif" border=0></A></td></tr>');
        document.write('<tr><td><A href="http://amos1.taobao.com/msg.ww?v=2&uid=big1pig&s=1" target=_blank><IMG src="'+mypath+'images/sk/w3.gif" border=0></A></td></tr>');
        document.write('<tr><td><A href="http://amos1.taobao.com/msg.ww?v=2&uid=138z%E5%94%AE%E5%90%8E&s=1" target=_blank><IMG src="'+mypath+'images/sk/w4.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="http://138z.taobao.com" target=_blank><IMG src="'+mypath+'images/sk/05-1.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); }
//-->