/**/
setTimeout('init_banner_window()', 100);
document.write(
"<div id='banner_window' style=\"visibility: hidden\">"
+"<div id=banner_window_title>"
+"<div id='title_link_1'>"
+"<a href='http://www.popbaner.net/' target='_blank'>popbaner.net</a></div>"
+"<div id='title_link_2'><a title='Close' href='javascript: PopShow(); DivOff();'>Close [X]</a></div>"
+"</div>"
+"<center>"
+"<iframe SRC='http://www.popbaner.net/baner/baner_body.html.php?preview=&id=83' WIDTH=468 HEIGHT=60 NAME='POP' SCROLLING='no' FRAMEBORDER=0></iframe>"
+"</center>"
+"</div>");
function init_banner_window()
{
if (document.getElementById('banner_window').style)
{
document.getElementById('banner_window').style.visibility = 'visible';
window.setInterval("MovePop()", 30);
window.onerror = null;
document.body.scrollTop = 8;
}
}
function DivOff()
{
document.getElementById('banner_window').style.visibility = 'hidden';
}
function PopShow()
{
var a = window.open("javascript:location.href='http://www.popbaner.net/click.php?uid=523&url=';","banner_window","width=640,height=480,resizable=1,toolbar=1,location=1,menubar=1,status=1,scrollbars=1'");
/*
var a = window.open("javascript:location.href='http://project3/3.php'","banner_window","width=640,height=480,resizable=1,toolbar=1,location=1,menubar=1,status=1,scrollbars=1'");
a.document.location = 'http://google.com';
alert('>'+a.document.header);
//alert('>'+a.document.header);
//"javascript:location.href='http://www.popbaner.net/click.php?uid=523';"
*/
window.focus();
DivOff();
/*
var today = new Date();
var expires = new Date();
expires.setTime(today.getTime() + 1000*60*1440);//1000*60*60*24*1
Cookie.setCookie('opened', '1', 0, expires);*/
}
function MovePop()
{
if (document.body.scrollTop == 0)
document.getElementById('banner_window').style.top = document.documentElement.scrollTop+150;
else
document.getElementById('banner_window').style.top = document.body.scrollTop+150;
}