document.writeln("");
document.writeln("<style type=\"text\/css\">");
document.writeln(".qqbox{ width:120px; overflow:hidden; position:absolute; right:0;top:120px;color:#000000;font-size:12px;}");
document.writeln(".qqlv{ width:25px; height:256px; overflow:hidden;position:relative;float:right;z-index:50px;}");
document.writeln(".qqkf{width:120px;overflow:hidden;right:0;top:0;z-index:99px;}");
document.writeln(".qqkfbt{width:120px;height:23px; color:#fff;line-height:23px;position:relative;cursor:pointer;text-align:center;}");
document.writeln(".qqkfhm{height:26px;overflow:hidden;line-height:26px;text-align:center;position:relative;padding:4px 0px;}");
document.writeln(".bgdh{width:102px;text-align:center;}");
document.writeln("#K1{background:#F50308;width:107px; margin-left:6px; padding:10px 0;}");
document.writeln("<\/style>");
document.writeln("<div class=\"qqbox\" id=\"divQQbox\">");
document.writeln("  <!-- onmouseover=\"show()\"");
document.writeln("  <div class=\"qqlv\" id=\"meumid\"><input class=\"\" type=\"image\"  src=\"images\/qqline.jpg\"><\/div>-->");
document.writeln("  <div class=\"qqkf\" id=\"contentid\"><!-- onmouseout=\"hideMsgBox(event)\"-->");
document.writeln("    <div class=\"qqkfbt\"><img src=\"ci_4.gif\" \/><\/div> <!--onmouseout=\"showandhide(\"qq-\",\"qqkfbt\",\"qqkfbt\",\"K\",1,1);\" id=\"qq-1\" onfocus=\"this.blur();\"-->");
document.writeln("    <div id=\"K1\">");
document.writeln("      ");
document.writeln("      <div class=\"qqkfhm bgdh\"> <a href=\"http:\/\/wpa.qq.com\/msgrd?V=1&Uin=1171852998&Site=&Menu=yes\" target=\"_blank\"><img src=\"05_online.gif\" border=\"0\" \/><\/a><\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"> <a href=\"http:\/\/wpa.qq.com\/msgrd?V=1&Uin=196452714&Site=&Menu=yes\" target=\"_blank\"><img src=\"05_online.gif\" border=\"0\" \/><\/a><\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"> <a href=\"http:\/\/wpa.qq.com\/msgrd?V=1&Uin=287704948&Site=&Menu=yes\" target=\"_blank\"><img src=\"05_online.gif\" border=\"0\" \/><\/a><\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"> <a href=\"http:\/\/wpa.qq.com\/msgrd?V=1&Uin=1371337358&Site=&Menu=yes\" target=\"_blank\"><img src=\"05_online.gif\" border=\"0\" \/><\/a><\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"> <a href=\"http:\/\/wpa.qq.com\/msgrd?V=1&Uin=1225122078&Site=&Menu=yes\" target=\"_blank\"><img src=\"05_online.gif\" border=\"0\" \/><\/a><\/div>");
document.writeln("      ");
document.writeln("    <\/div>");
document.writeln("    ");
document.writeln("  <\/div>");
document.writeln("<\/div>");
document.writeln("<script language=\"javascript\">");
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("var tips; ");
document.writeln("var theTop = 120;");
document.writeln("var old = theTop;");
document.writeln("function initFloatTips() ");
document.writeln("{ ");
document.writeln("	tips = document.getElementById(\"divQQbox\");");
document.writeln("	moveTips();");
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("	if(typeof(HTMLElement)!=\"undefined\")\/\/给firefox定义contains()方法，ie下不起作用");
document.writeln("		{  ");
document.writeln("		  HTMLElement.prototype.contains=function (obj)  ");
document.writeln("		  {  ");
document.writeln("			  while(obj!=null&&typeof(obj.tagName)!=\"undefind\"){\/\/通过循环对比来判断是不是obj的父元素");
document.writeln("	   　　 　if(obj==this) return true;  ");
document.writeln("	   　　　	　obj=obj.parentNode;");
document.writeln("	   　　	  }  ");
document.writeln("			  return false;  ");
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>")
