document.writeln("<div  id=\"divQQbox\" style=\'right:2px;POSITION:absolute;TOP:100px; float:left;\'>");
document.writeln("<div class=\'Qlist\' id=\'divOnline\'>");
document.writeln("<a onclick=\'closure();\' style=\'cursor: pointer;\'><img border=0 src=\'/images/closure_1.gif\' style=\"float:left; position:absolute; top:-14px; left:0px;\"></a>");
document.writeln("<a href=\'http://kht.zoosnet.net/LR/Chatpre.aspx?id=KHT45068029\' target=\'_blank\' title=\'就医服务\'><img border=0 src=\'/images/swt1.gif\' style=\"float:left;\"></a>");
document.writeln("</div>");
document.writeln("<div id=\'divMenu\' onmouseover=\'OnlineOver();\' style=\'display : none;right:2px; width: 27px; POSITION:absolute;\'><img src=\'/images/swt2.jpg\' class=\'press\' alt=\'就医服务\'></div>");
document.writeln("</div>");

var tips; var theTop = 40; var old = theTop;
function initFloatTips() {
  tips = document.getElementById('divQQbox');
  moveTips();
};
function moveTips() {
  var tt=50;
  if (window.innerHeight) {
	pos = window.pageYOffset
  }
  else if (document.documentElement && document.documentElement.scrollTop) {
	pos = document.documentElement.scrollTop
  }
  else if (document.body) {
	pos = document.body.scrollTop;
  }
  pos=pos-tips.offsetTop+theTop;
  pos=tips.offsetTop+pos/10;
  if (pos < theTop) pos = theTop;
  if (pos != old) {
	tips.style.top = pos+"px";
	tt=10;
  }
  old = pos;
  setTimeout(moveTips,tt);
}

initFloatTips();
	function closure() {
		document.getElementById("divMenu").style.display = "";
		document.getElementById("divOnline").style.display = "none";
	}
	function OnlineOver(){
		document.getElementById("divMenu").style.display = "none";
		document.getElementById("divOnline").style.display = "block";
	}
 function hideMsgBox(theEvent){  
 　       if (theEvent){
   　           var browser=navigator.userAgent;   
   　           if (browser.indexOf("Firefox")>0){  
	　　             if (document.getElementById('divOnline').contains(theEvent.relatedTarget)) {  
	 　　                  return;   
						} 
				  } 
				  if (browser.indexOf("MSIE")>0){  
						 if (document.getElementById('divOnline').contains(event.toElement)) {  
								return;  
						  }
				   }
			 }
		document.getElementById("divMenu").style.display = "block";
		document.getElementById("divOnline").style.display = "none";
 }
