<!--
var mypath='',mypaths;
for(i=0;i<document.scripts.length;i++)
  {
    if(document.scripts[i].src.indexOf('js/zx.js?')!='-1')
    {
      mypath=document.scripts[i].src ;
      mypaths=mypath.split('?') ;
      mypath=mypaths[1] ;
      break ;
    }
  }

var msn='xinhai-alice@hotmail.com';

function WriteQqStr()
{
	document.write('<DIV id=backi style="RIGHT: 0px; OVERFLOW: visible; POSITION: absolute; TOP: 130px">');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="72">');
	document.write('<tr><td><a href="javascript:close_float_left();void(0);" title=""><IMG src="'+mypath+'img/zx/01.gif" border=0></a></td></tr>');
	document.write('<tr><td><A href="msnim:chat?contact='+msn+'" target=_blank><IMG src="'+mypath+'img/zx/03.gif" border=0></A></td></tr>');
	document.write('</table>');
	document.write('</DIV>');
}

function close_float_left(){backi.style.visibility='hidden';}

var lastScrollY=0;
function scro(){
 diffY=document.body.scrollTop;
 if(diffY==0)diffY=document.documentElement.scrollTop;
 percent=.1*(diffY-lastScrollY);
 if(percent>0)percent=Math.ceil(percent);
 else percent=Math.floor(percent);
 document.getElementById('backi').style.pixelTop+=percent; //¸Ä×ø±ê
 lastScrollY=lastScrollY+percent;
}
window.setInterval("scro()",30);


if (!document.layers) {WriteQqStr();window.setInterval("heartBeat()",1); }
//-->
