﻿function newsInfoCreatejs(){
   if($("newsInfo")){
       var zxImg="<a href='javascript:void(0)' target='_self' onclick='zixun()'><img alt='专属于您的专家团队,点击咨询'  src='/images/page/NIZXImg.png' class='NIZXImg'/></a>";
       $("newsInfo").innerHTML=zxImg+$("newsInfo").innerHTML;
  }
}
function yqljCreatejs(type){
    if($("index_hzhb")){ 
        var index="<a href='http://www.39.net/' target='_blank'>39健康网</a>"+
             "<a href='http://www.ewsos.com/' target='_blank'>医网</a>"+
             "<a href='http://www.120ask.com/' target='_blank'>有问必答网</a>"+
             "<a href='http://www.jk56.com/' target='_blank'>健康多多网</a>"+
             "<a href='http://www.moh.gov.cn/publicfiles/business/htmlfiles/wsb/index.htm' target='_blank'>中华人民共和国卫生部</a>"+
             "<a href='http://www.bjhb.gov.cn/' target='_blank'>北京卫生信息网</a>"+
             "<a href='http://www.bjhi.gov.cn/' target='_blank'>北京卫生监督网</a>"+
             "<a href='http://www.cpma.org.cn/' target='_blank'>中华预防医学会</a>"+
             "<a href='http://www.sda.gov.cn/WS01/CL0001/' target='_blank'>药品食品监管局</a>"+
             "<a href='http://www.cma.org.cn/html/main/index.html' target='_blank'>中华医学会</a>"+
             "<a href='http://www.cmda.gov.cn/' target='_blank'>中国医师协会</a>"+
             "<a href='http://www.satcm.gov.cn/web2010/' target='_blank'>国家中医药管理局</a>"+
             "<a href='http://www.chc.org.cn/' target='_blank'>中国保健协会</a>"+
             "<a href='http://www.crcf.org.cn/' target='_blank'>中国红十字基金会</a>"+
             "<a href='http://www.cnma.org.cn/' target='_blank'>中国非处方药物协会</a>"+
            "<a href='http://www.cqap.cn/' target='_blank'>医药质量管理协会</a>";
        var other="<a href='http://www.ent010.com/' target='_blank'>北京耳鼻喉医院</a>"+
            "<a href='http://www.457ebhh.com/' target='_blank'>武汉耳鼻喉医院</a>"+
             "<a href='http://www.264wgk.com/' target='_blank'>山西耳鼻喉医院</a>"+
             "<a href='http://www.020ent.com/' target='_blank'>广州耳鼻喉医院</a>"+
             "<a href='http://www.bd028.com' target='_blank'>成都耳鼻喉医院</a>"+
             "<a href='http://www.ent201.com/' target='_blank'>沈阳耳鼻喉医院</a>"+
             "<a href='http://www.ent0951.com/' target='_blank'>宁夏耳鼻喉医院</a>"+
             "<a href='http://www.ent0523.com/' target='_blank'>泰州耳鼻喉医院</a>"+
             "<a href='http://www.ent0372.com/' target='_blank'>安阳耳鼻喉医院</a>"+
             "<a href='http://www.154ebh.com/' target='_blank'>信阳耳鼻喉医院</a>"+
             "<a href='http://www.ent0736.com/' target='_blank'>常德耳鼻喉医院</a>";
        $("index_hzhb").innerHTML=type=="index"?$("index_hzhb").innerHTML+index:$("index_hzhb").innerHTML+other;
    }
}
