﻿<!--
var mypath='',mypaths;
for(i=0;i<document.scripts.length;i++)
  {
    if(document.scripts[i].src.indexOf('Script/ol.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: 130px">');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="110" background="'+mypath+'/images/middle.gif">');
	document.write('<tr><td><a href="javascript:close_float_left();void(0);" title="关闭本浮动条"><IMG src="'+mypath+'/images/top_1.gif" border=0></a></td></tr>');
	document.write('<tr><td><IMG src="'+mypath+'/images/top.gif" border=0></td></tr>');
	document.write('<tr><td align="center"><a href="http://sighttp.qq.com/cgi-bin/check?sigkey=057c16ab26c1e112be8d0e1c9bb26b4129fec875277bf7684cfaf8b2d79a22ff"; target=_blank; onclick="var tempSrc="http://sighttp.qq.com/wpa.js?rantime="+Math.random()+"&sigkey=057c16ab26c1e112be8d0e1c9bb26b4129fec875277bf7684cfaf8b2d79a22ff";var oldscript=document.getElementById("testJs");var newscript=document.createElement("script");newscript.setAttribute("type","text/javascript"); newscript.setAttribute("id", "testJs");newscript.setAttribute("src",tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;"><img border="0" SRC=http://wpa.qq.com/pa?p=1:408547518:41 alt="欢迎咨询"></a></td></tr>');
	document.write('<tr><td><IMG src="'+mypath+'/images/bottom.gif" border=0></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); }
//-->