<!--
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 qq='919007261';
var msn='jieminghuang@hotmail.com';
var tb='kdxisu';

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+'../images/zx/01.gif" border=0></a></td></tr>');
	document.write('<tr><td><A href="http://wpa.qq.com/msgrd?V=1&Uin='+qq+'&Site=kdpla&Menu=no" target=_blank><IMG src="'+mypath+'../images/zx/02.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="msnim:chat?contact='+msn+'" target=_blank><IMG src="'+mypath+'../images/zx/03.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="http://web.im.alisoft.com/msg.aw?v=2&uid='+tb+'&site=1" target=_blank><IMG src="'+mypath+'../images/zx/04.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="'+mypath+'products.asp" target=_blank><IMG src="'+mypath+'../images/zx/06.gif" border=0></A></td></tr>');
	document.write('<tr><td><A href="'+mypath+'Feedback.asp" target=_blank><IMG src="'+mypath+'../images/zx/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.body.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); }
//-->
