function js57245005_sb_addLoadEvent(func) { var js57245005_oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { js57245005_oldonload(); func(); } } } function js57245005_sb_findPos(obj) { var js57245005_curleft = js57245005_curtop = 0; var js57245005_tree = ''; if (obj && obj.offsetParent) { js57245005_curleft = obj.offsetLeft; js57245005_curtop = obj.offsetTop; while (obj = obj.offsetParent) { js57245005_curleft += obj.offsetLeft; js57245005_curtop += obj.offsetTop; js57245005_tree = obj.tagName + ' (' + obj.offsetLeft + ',' + obj.offsetTop + ') - ' + js57245005_tree; } } return [js57245005_curleft,js57245005_curtop,js57245005_tree]; } function js57245005_sb_getClientWidth() { return js57245005_sb_filterResults ( window.innerWidth ? window.innerWidth : 0, document.documentElement ? document.documentElement.clientWidth : 0, document.body ? document.body.clientWidth : 0 ); } function js57245005_sb_getClientHeight() { return js57245005_sb_filterResults ( window.innerHeight ? window.innerHeight : 0, document.documentElement ? document.documentElement.clientHeight : 0, document.body ? document.body.clientHeight : 0 );} function js57245005_sb_getScrollLeft() { return js57245005_sb_filterResults ( window.pageXOffset ? window.pageXOffset : 0, document.documentElement ? document.documentElement.scrollLeft : 0, document.body ? document.body.scrollLeft : 0 ); } function js57245005_sb_getScrollTop() { return js57245005_sb_filterResults ( window.pageYOffset ? window.pageYOffset : 0, document.documentElement ? document.documentElement.scrollTop : 0, document.body ? document.body.scrollTop : 0 ); } function js57245005_sb_filterResults(n_win, n_docel, n_body) { var js57245005_n_result = n_win ? n_win : 0; if (n_docel && (!js57245005_n_result || (js57245005_n_result > n_docel))) js57245005_n_result = n_docel; return n_body && (!js57245005_n_result || (js57245005_n_result > n_body)) ? n_body : js57245005_n_result; } function js57245005_sb_log() { js57245005_coords = js57245005_sb_findPos(document.getElementById('container_iframe_48456')); js57245005_coordsCheck = js57245005_sb_findPos(document.getElementById('container_iframe_48456_check')); var logUrl = 'http://n19.ad.ad-srv.net/log.php?'; logUrl += 'zone=1488'; logUrl += '&adSize=' + '728x90'; logUrl += '&adPos=' + js57245005_coords[0] + 'x'+ js57245005_coords[1]; logUrl += '&adPosCheck=' + js57245005_coordsCheck[0] + 'x'+ js57245005_coordsCheck[1]; logUrl += '&screenSize=' + screen.width + 'x'+ screen.height; logUrl += '&screenSizeAvail=' + screen.availWidth + 'x'+ screen.availHeight; logUrl += '&clientSize=' + js57245005_sb_getClientWidth() + 'x'+ js57245005_sb_getClientHeight(); logUrl += '&scrollPos=' + js57245005_sb_getScrollLeft() + 'x'+ js57245005_sb_getScrollTop(); logUrl += '&deliveryType=normal'; document.getElementById('container_iframe_452824').innerHTML = ''; } document.write(''); document.write('
'); document.write(''); document.write('
'); document.write(''); document.write('
'); document.write('
'); document.write(''); js57245005_sb_addLoadEvent(js57245005_sb_log);