if (!window.GB_MVB_ID || '' == GB_MVB_ID) GB_MVB_ID= "admin";
var GB_BoxStarted = 0;
var GB_BoxDelay = 2;
if (document.cookie.indexOf("ExitGrabber=") == -1) {
AJS.AEV(document,'mousemove',GB_GetMouseY);
}
function GB_GetMouseY(e) {
GB_tempY = document.all? event.clientY: e.pageY - document.body.scrollTop - document.documentElement.scrollTop;
if (GB_tempY < 0) GB_tempY = 0;
if (20 > GB_tempY && 0 > --GB_BoxDelay) {
if (0 == GB_BoxStarted) {
GB_BoxStarted = 1;
var GB_url = 'https://www.instantads4.me/index.php?r='+GB_MVB_ID;
var options = {
width: 1035,
height: 755,
fullscreen: true,
center_win: true,
show_loading: false
}
var win = new GB_Window(options);
return win.show(GB_url);
}
}
}