document.writeln("<div  id=\"divQQbox\" style=\'right:2px;POSITION:absolute;TOP:100px;\'>");
document.writeln("");
document.writeln("<div class=\'Qlist\' id=\'divOnline\'>");
document.writeln("");
document.writeln("<a onclick=\'closure();\' style=\'cursor: pointer;\'><img border=0 src=\'http://www.malejk.com/images/closure_1.gif\'></a><br>");
document.writeln("");
document.writeln("<a href=\'http://kht.zoosnet.net/LR/Chatpre.aspx?id=KHT42929793&r=zhannei&p=www.nanxb.com\' target=\'_blank\' title=\'就医服务\'><img border=0 src=\'http://www.malejk.com/images/swt1.gif\'></a>");
document.writeln("");
document.writeln("</div>");
document.writeln("");
document.writeln("<div id=\'divMenu\' onmouseover=\'OnlineOver();\' style=\'display : none;right:2px; width: 27px; POSITION:absolute;\'><img src=\'http://www.malejk.com/images/swt2.jpg\' class=\'press\' alt=\'就医服务\'></div>");
document.writeln("");
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";

 }
