﻿<!--
var mypath='',mypaths;
for(i=0;i<document.scripts.length;i++)
  {
    if(document.scripts[i].src.indexOf('js/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: 220px;">');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="72"  style="margin:0px;">');
	document.write('<tr><td height="30"><a href="javascript:close_float_left();void(0);" title="关闭"><IMG src="/js/img/sk/01.gif" border=0></a></td></tr>');
	document.write('<tr><td height="50"><A href="http://www.opk123.com/chatonline.html?id=100001" target=_blank title="点击联系客服100001"><IMG src="/js/img/sk/02.gif" border=0></A></td></tr>');
	document.write('<tr><td height="50"><A href="http://www.opk123.com/chatonline.html?id=100002" target=_blank title="点击联系客服100002"><IMG src="/js/img/sk/03.gif" border=0></A></td></tr>');
	document.write('<tr><td height="55"><A href="http://www.opk123.com/chatonline.html?id=100003" target=_blank title="点击联系客服100003"><IMG src="/js/img/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); }
//-->