/*
http://shop.pt98.com/ 200ÔªÍ¨VIPÔ±Ê¹È«Õ¾Õ¾ÏµÍ³
JS Name: QQ JS
Design URL: http://www.pt98.com
Demo URL: http://www.0594.org.cn
QQ865899898
Version: 0.0.2
*/ 
document.writeln("<div class=\"qqbox\" id=\"divQQbox\">");
document.writeln("  <div class=\"qqlv\" id=\"meumid\" onmouseover=\"show()\"><img src=\"qq\/qq.gif\" \/><\/div>");
document.writeln("  <div class=\"qqkf\" style=\"display:none;\" id=\"contentid\" onmouseout=\"hideMsgBox(event)\">");
document.writeln("    <div class=\"qqkfbt\" onmouseout=\"showandhide(\'qq-\',\'qqkfbt\',\'qqkfbt\',\'K\',1,1);\" id=\"qq-1\" onfocus=\"this.blur();\">   <\/div>");
document.writeln("    <div id=\"K1\">");
document.writeln("      <div class=\"qqkfhm bgdh\"><a href=\'tencent:\/\/message\/?uin=545402199\' title=\'\'><img src=\'http:\/\/wpa.qq.com\/pa?p=1:545402199:4\' border=\'0\'>¼«¶È¿Í·þÒ»<\/a> <br\/>");
document.writeln("        <\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"><a href=\'tencent:\/\/message\/?uin=8764735\' title=\'\'><img src=\'http:\/\/wpa.qq.com\/pa?p=1:8764735:4\' border=\'0\'>¼«¶È¿Í·þ¶þ<\/a> <br\/>");
document.writeln("        <\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"><a href=\'tencent:\/\/message\/?uin=982086077\' title=\'\'><img src=\'http:\/\/wpa.qq.com\/pa?p=1:982086077:4\' border=\'0\'>¼«¶È¿Í·þÈý<\/a> <br\/>");
document.writeln("        <\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"><a href=\'tencent:\/\/message\/?uin=1300087688\' title=\'\'><img src=\'http:\/\/wpa.qq.com\/pa?p=1:1300087688:4\' border=\'0\'>¼«¶È¿Í·þËÄ<\/a> <br\/>");
document.writeln("        <\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"><a href=\'tencent:\/\/message\/?uin=1340055855\' title=\'\'><img src=\'http:\/\/wpa.qq.com\/pa?p=1:1340055855:4\' border=\'0\'>¼«¶È¿Í·þÎå<\/a> <\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"><\/div>");
document.writeln("    <\/div>");
document.writeln("  <\/div>");
document.writeln("<\/div>");
document.writeln("<script>");
document.writeln("function showandhide(h_id,hon_class,hout_class,c_id,totalnumber,activeno) {");
document.writeln("    var h_id,hon_id,hout_id,c_id,totalnumber,activeno;");
document.writeln("    for (var i=1;i<=totalnumber;i++) {");
document.writeln("        document.getElementById(c_id+i).style.display=\'none\';");
document.writeln("        document.getElementById(h_id+i).className=hout_class;");
document.writeln("    }");
document.writeln("    document.getElementById(c_id+activeno).style.display=\'block\';");
document.writeln("    document.getElementById(h_id+activeno).className=hon_class;");
document.writeln("}");
document.writeln("");
document.writeln("var tips; ");
document.writeln("var theTop = 40;");
document.writeln("var old = theTop;");
document.writeln("function initFloatTips() ");
document.writeln("{ ");
document.writeln("	tips = document.getElementById(\'divQQbox\');");
document.writeln("	moveTips();");
document.writeln("}");
document.writeln("");
document.writeln("function moveTips()");
document.writeln("{");
document.writeln("	 	  var tt=50; ");
document.writeln("		  if (window.innerHeight) ");
document.writeln("		  {");
document.writeln("			  pos = window.pageYOffset  ");
document.writeln("		  }else if (document.documentElement && document.documentElement.scrollTop) {");
document.writeln("			 pos = document.documentElement.scrollTop  ");
document.writeln("		  }else if (document.body) {");
document.writeln("		    pos = document.body.scrollTop;  ");
document.writeln("		  }");
document.writeln("		  ");
document.writeln("		  pos=pos-tips.offsetTop+theTop; ");
document.writeln("		  pos=tips.offsetTop+pos\/10; ");
document.writeln("		  if (pos < theTop){");
document.writeln("			 pos = theTop;");
document.writeln("		  }");
document.writeln("		  if (pos != old) { ");
document.writeln("			 tips.style.top = pos+\"px\";");
document.writeln("			 tt=10;  \/\/alert(tips.style.top);  ");
document.writeln("		  }");
document.writeln("		  old = pos;");
document.writeln("		  setTimeout(moveTips,tt);");
document.writeln("}");
document.writeln("initFloatTips();");
document.writeln("");
document.writeln("	if(typeof(HTMLElement)!=\"undefined\")    \/\/firefoxcontains()ie");
document.writeln("		{  ");
document.writeln("		  HTMLElement.prototype.contains=function (obj)  ");
document.writeln("		  {  ");
document.writeln("			  while(obj!=null&&typeof(obj.tagName)!=\"undefind\"){ \/\/GO");
document.writeln("	    if(obj==this) return true;  ");
document.writeln("	   	obj=obj.parentNode;");
document.writeln("	   	  }  ");
document.writeln("			  return false;  ");
document.writeln("		  }");
document.writeln("	}");
document.writeln("");
document.writeln("function show()");
document.writeln("{");
document.writeln("	document.getElementById(\"meumid\").style.display=\"none\"");
document.writeln("	document.getElementById(\"contentid\").style.display=\"block\"");
document.writeln("}");
document.writeln("	function hideMsgBox(theEvent){");
document.writeln("	  if (theEvent){");
document.writeln("		var browser=navigator.userAgent;");
document.writeln("		if (browser.indexOf(\"Firefox\")>0){  \/\/Firefox");
document.writeln("		    if (document.getElementById(\"contentid\").contains(theEvent.relatedTarget)) {  \/\/Ôª");
document.writeln("				return");
document.writeln("			}");
document.writeln("		}");
document.writeln("		if (browser.indexOf(\"MSIE\")>0 || browser.indexOf(\"Presto\")>=0){  \/\/IE");
document.writeln("	        if (document.getElementById(\'contentid\').contains(event.toElement)) {  \/\/Ôª");
document.writeln("			    return;  \/\/Ê½");
document.writeln("		    }");
document.writeln("		}");
document.writeln("	  }");
document.writeln("	  document.getElementById(\"meumid\").style.display = \"block\";");
document.writeln("	  document.getElementById(\"contentid\").style.display = \"none\";");
document.writeln(" 	}");
document.writeln("<\/script>")
