var pophtml = "<div id=\"popdiv01\" style=\" z-index:10;\"><a href=\"javascript:hidepopdiv()\"><img src=\"images/close_ad.gif\" width=\"14\" height=\"14\" border=0 alt=\"\" style=\"position:absolute;top:16px; left:0;\"/></a><br /><a href=\"http://www.35400.net/affiche.html\"><img src=\"images/ad_l.gif\" border=0 width=\"70\" height=\"220\" alt=\"\" /></a></div>";
pophtml += "<div id=\"popdiv02\" style=\" z-index:10;\"><a href=\"javascript:hidepopdiv()\"><img src=\"images/close_ad.gif\" width=\"14\" height=\"14\" border=0 alt=\"\" style=\"position:absolute;top:16px; right:0;\"/></a><br /><a href=\"http://www.35400.net/affiche.html\"><img src=\"images/ad_r.gif\" border=0 width=\"70\" height=\"220\" alt=\"\" /></a></div>";
document.write(pophtml);
var popdiv01 = document.getElementById("popdiv01");
var popdiv02 = document.getElementById("popdiv02");
popdiv01.style.position = "absolute";
popdiv02.style.position = "absolute";
popdiv01.style.left = 0;
popdiv02.style.right = 0;
function intpopx()
{
 popdiv01.style.top = document.documentElement.scrollTop  + 50;
 popdiv02.style.top = document.documentElement.scrollTop  + 50;
}
var inp = setInterval("intpopx()",1);
function hidepopdiv()
{
 popdiv01.style.display = "none";
 popdiv02.style.display = "none";
 clearInterval(inp);
}

