rnd.today=new Date();
rnd.seed=rnd.today.getTime();
function rnd() {
rnd.seed = (rnd.seed*9301+49297) % 233280;
return rnd.seed/(233280.0);
}
function rand(number) {
return Math.ceil(rnd()*number);
}
function check_reg()
 {
  if(document.form.keyword.value=="")
     {
       alert("请输入搜索关键字!");
       return false;
     }
 }
 function ShowChild(M,ID) {
Pid=document.getElementById("nar_"+M).getElementsByTagName("H3");
    for (var i=0;i<Pid.length;i++) {
	Cid=document.getElementById(M+i);
	    if (ID==i) {
		    Pid[i].className="M_over";
			Cid.style.display="";
		}
		else {
		    Pid[i].className="M_out";
			Cid.style.display="none";
		}
    }
}
// JavaScript Document
function HttpRequest(){
   var xmlHttp
   // Initialize Mozilla XMLHttpRequest object
   if (window.XMLHttpRequest){
       xmlHttp = new XMLHttpRequest();
	   if (xmlHttp.overrideMimeType) {//设置MiME类别  
                xmlHttp.overrideMimeType("text/html");//设定以gb2312编码识别数据     
            }  
   } 
   // Initialize for IE/Windows ActiveX version
   else if (window.ActiveXObject) {
       try{
			xmlHttp = new ActiveXObject("Msxml2.XMLHTTP.3.0");
	   } 
       catch (e){
			try{
			xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
			}
			catch (e){newsstring = "<div class='loading'>Loading rquest content fail, Please try it again latter...</div>";}
       }
   }
   return xmlHttp;
}
function readHtml(url,id){
    var qe=HttpRequest();
	qe.open("get",url,true);
	qe.setRequestHeader("CONTENT-TYPE", "application/x-www-form-urlencoded");
	 qe.onreadystatechange = function() { 
		if (qe.readyState == 4 && qe.status == 200) { 
			document.getElementById(id).innerHTML = unescape(qe.responseText);
		}
		else{
		    document.getElementById(id).innerHTML = "<div class='loading'>Loading rquest content fail, Please wait...</div>"
		}
    }
	qe.setRequestHeader('Content-Type','text/html;charset=gb2312');
	qe.send(null);
}
function killErrors() {
return true;
}
window.onerror =killErrors;//隐藏状态栏的JS错误报告!
document.write('<link rel="stylesheet" type="text/css" href="/Skin/51qe2008/Article.css">');
document.write('</HEAD>');
document.write('<BODY>');
document.write('<div class="Center ChannelTop clearfix"><div id="Left"><a href="/"><img src="http://www.51qe.cn/Skin/51qe2008/clogo.gif" border="0" /></a></div><div id="Left">&nbsp;联盟网站推荐：<a href="http://www.qe.cn" target="_blank">求医网</a>&nbsp;|&nbsp;<a href="http://qe.qe.cn" target="_blank">求医指南</a>&nbsp;|&nbsp;<a href="http://yao.qe.cn" target="_blank">问药网</a>&nbsp;|&nbsp;<a href="http://www.16quan.com" target="_blank">医疗圈</a>&nbsp;|&nbsp;<a href="http://huaiyun.qe.cn" target="_blank">怀孕网</a>&nbsp;|&nbsp;<a href="http://yuer.qe.cn" target="_blank">育儿网</a>&nbsp;|&nbsp;<a href="http://xing.qe.cn" target="_blank">性教育</a>&nbsp;|&nbsp;<a href="http://med.qe.cn" target="_blank">医学知识</a>&nbsp;|&nbsp;<a href="http://wz.qe.cn" target="_blank">医药网址</a>&nbsp;|&nbsp;<a href="http://so.qe.cn" target="_blank">医搜网</a>&nbsp;|&nbsp;<a href="http://im.qe.cn" target="_blank">求医通</a>&nbsp;|&nbsp;<a href="http://my.qe.cn" target="_blank">医院大全</a>&nbsp;|&nbsp;<a href="http://dgt.zoosnet.net/LR/Chatpre.aspx?id=DGT28150687" target="_blank">在线咨询</a></div></div><div class="Center Menu clearfix"><ul><li>&nbsp;<a href="/">首页</a></li><li><a href="http://news.51qe.cn">医药资讯</a></li><li><a href="/yyzc">医药政策</a></li><li><a href="/yingxiao">医药营销</a></li><li><a href="/med">西医知识</a></li><li><a href="/zy">中医知识</a></li><li><a href="http://www.51qe.cn/xiyao">西药知识</a></li><li><a href="/zhongyao">中药知识</a></li><li><a href="http://www.51qe.cn/huli">护理知识</a></li><li><a href="/jiuyi">求医问药</a></li><li><a href="http://www.51qe.cn/baojian">保健知识</a></li><li><a href="/baby">生儿育女</a></li><li><a href="http://yp.51qe.cn">医药黄页</a></li><li><a href="http://bbs.51qe.cn">商讯</a></li></ul></div>');
document.writeln("<div class=\"AdBanner\">");
document.writeln("    <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");
document.writeln("	    <td width=\"80%\"><iframe width=728 height=90  frameborder=0 scrolling=no src=\"\/inc\/googletop.html\"><\/iframe><\/td>");
document.writeln("		<td width=\"20%\" align=\"center\" class=\"Channeltxtad\"><iframe width=220 height=90  frameborder=0 scrolling=no src=\/inc\/googletoptxt.html><\/iframe><\/td>");
document.writeln("	<\/tr><\/table>");
document.writeln("<\/div>");
document.writeln("<div class=\"Center\">");
document.write('<iframe width=960 height=28 frameborder=0 scrolling=no src=http://www.51qe.cn/inc/51login.html></iframe>');
document.writeln("<\/div>");