document.writeln("<link href=\"/js/swtksxm.css\" rel=\"stylesheet\" type=\"text/css\" />");
var str="";
var str1=""
/*str1+="<div id='ad_winpop'>";*/
str1+="  <table width='420' height='245' border='0' cellpadding='0' cellspacing='0'><tr>";
str1+="    <td rowspan='4'><img src='/images_bd/2_01.png' width='162' height='245' ></td>";
str1+="      <td><table width='258' height='42' border='0' cellpadding='0' cellspacing='0'>";
str1+="        <tr><td><img src='/images_bd/2_02_01.png' width='229' height='42'></td>";
str1+="        <td><img style='cursor:pointer;' src='/images_bd/2_02_02.png' width='29' height='42' onclick='hid_pop()'></td></tr>";
str1+="          </table></td></tr><tr>";
str1+="        <td><img src='/images_bd/2_03.png' width='258' height='111'></td></tr>";
str1+="        <tr><td width='258' height='65' background='/images_bd/2_04.png'><table><tr><td width='15px'></td><td style='margin-top:4px;'><span style='color:#d01986; font-size:12px; font-weight:bold;'>妇科清凉夜诊到晚上8点</span></td></tr><tr><td width='15px'></td><td style='margin-top:4px;'><span class='swtc'><a href='http://www.whxdnz.com/Special/gjhd0805/gjhd.html' target='_blank'>48元可享全面妇科检查</a></span></td></tr><tr><td width='15px'></td><td style='margin-top:4px;'><span class='swtc'><a href='http://www.68836888.com/zt/qyby/qyby.html' target='_blank'>好人好孕基金签协议治疗300不孕患者</a></span></td></tr></table></td></tr>";
str1+="      <tr><td><table width='258' height='27' border='0' cellpadding='0' cellspacing='0'><tr>";
str1+="      <td><img src='/images_bd/2_05_01.png' width='49' height='27'></td>";
str1+="        <td><img style='cursor:pointer;' src='/images_bd/2_05_02.png' width='79' height='27' border='0' onclick='openwin()'></td>";
str1+="      <td><img src='/images_bd/2_05_03.png' width='22' height='27' ></td>";
str1+="      <td><img style='cursor:pointer;' src='/images_bd/2_05_04.png' width='79' height='27' onclick='openwin()'></td>";
str1+="      <td><img src='/images_bd/2_05_05.png' width='29' height='27' ></td></tr>";
/*str1+="    <div class='bottom_lyzbr'></div>";*/
str1+="  </table></td></tr></table>";
/*str1+="</div>";*/
str+="<div id='Div5' class='div_lyzbr' align='center'>"+str1+"</div>";

function openwin() {
    window.open ("http://lr.zoosnet.net/LR/Chatpre.aspx?id=LEF97762829", "newwindow", "top=30, left=100, toolbar=no, menubar=no, scrollbars=no,resizable=no,location=no, status=no");
}

function show_pop(){ 
    document.getElementById("Div5").style.display="block"; 
    timer=setInterval("changeH(4)",2); 
} 
function hid_pop(){
    timer=setInterval("changeH(-4)",2); 
} 

function changeH(addH) { 
    var MsgPop=document.getElementById("Div5"); 
    MsgPop.style.display="none";
    //var popH=parseInt(MsgPop.style.height||MsgPop.currentStyle.height);//用parseInt将对象的高度转化为数字,以方便下面比较（JS读<style>中的height要用"currentStyle.height"） 
    //if (popH<=100&&addH>0||popH>=4&&addH<0){//如果高度小于等于100(str>0)或高度大于等于4(str<0) 
    //    MsgPop.style.height=(popH+addH).toString()+"px";//高度增加或减少4个象素 
    //} 
    //else{//否则 
    //    clearInterval(timer);//取消调用,意思就是如果高度超过100象素了,就不再增长了，或高度等于0象素了，就不再减少了 
    //    MsgPop.style.display=addH>0?"block":"none"//向上移动时窗口显示,向下移动时窗口隐藏（因为窗口有边框,所以还是可以看见1~2象素没缩进去,这时候就把DIV隐藏掉） 
    //} 
}

window.onload=function(){//加载 
setTimeout("show_pop()",800);//0.8秒后调用show_pop() 
}

function sc5(){
 document.getElementById("Div5").style.top=(document.documentElement.scrollTop+(document.documentElement.clientHeight-document.getElementById("Div5").offsetHeight)-15)+"px";
 document.getElementById("Div5").style.left=(document.documentElement.scrollLeft+(document.documentElement.clientWidth-document.getElementById("Div5").offsetWidth)/2)-"0";//对话框靠右位置，原值110
}
function scall(){
 sc5();
}
window.onscroll=scall;
window.onresize=scall;
window.onload=scall;
document.writeln(str);

