var pophtml = "<div id=\"popdiv01\"><a href=b.asp target=_blank><img src=\"image/biantiao.jpg\" width=\"80\" height=\"240\" border=\"0\" alt=\"\" /></a><br><a href=\"javascript:hidepopdiv()\">¹Ø±Õ</a></div>";
pophtml += "<div id=\"popdiv02\"><a href=http://www.zhibo365.com/jiaoyuxinwen-more.asp?id=82 target=_blank><img src=\"image/biantiaochuangye.jpg\" width=\"80\" height=\"240\" border=\"0\" alt=\"\" /></a><br><a href=\"javascript:hidepopdiv()\">¹Ø±Õ</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 = 20;
popdiv02.style.right =20;
function intpopx()
{
 popdiv01.style.top = document.body.scrollTop + 50;
 popdiv02.style.top = document.body.scrollTop + 50;
}
var inp = setInterval("intpopx()",1);
function hidepopdiv()
{
 popdiv01.style.display = "none";
 popdiv02.style.display = "none";
 clearInterval(inp);
}

