var nok_fp = encodeURIComponent(top.document.location);
nok_fp = encodeURIComponent(nok_fp);
var nok_rf = encodeURIComponent(top.document.referrer);
nok_rf = encodeURIComponent(nok_rf);
var reklam_alanurl = 'http://www.megabatorturkiyebayii.com';
var ver = navigator.appVersion;
if (ver.indexOf('MSIE') != -1) {
// IE
document.write('
');
if (document.all['PopWin'].style)
window.setInterval("MovePop()", 5);
window.onerror=null;
document.body.scrollTop=10;
}
else
{
// FF, Opera
document.write('');
}
document.write('');
function DivOff()
{
document.getElementById('PopWin').style.display='none';
}
function PopShow()
{
window.open(""+reklam_alanurl+"","Splash","left=0,top=0, width="+screen.width+", height="+screen.height+", fullscreen=no, scrollbars=yes");
window.focus();
DivOff();
}
function MovePop() {
if (document.body.scrollTop==0)
document.all['PopWin'].style.top=document.documentElement.scrollTop+100; else
document.all['PopWin'].style.top=document.body.scrollTop+100;
}