function js10334904_sb_addLoadEvent(func) { var js10334904_oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { js10334904_oldonload(); func(); } } } function js10334904_sb_findPos(obj) { var js10334904_curleft = js10334904_curtop = 0; var js10334904_tree = ''; if (obj && obj.offsetParent) { js10334904_curleft = obj.offsetLeft; js10334904_curtop = obj.offsetTop; while (obj = obj.offsetParent) { js10334904_curleft += obj.offsetLeft; js10334904_curtop += obj.offsetTop; js10334904_tree = obj.tagName + ' (' + obj.offsetLeft + ',' + obj.offsetTop + ') - ' + js10334904_tree; } } return [js10334904_curleft,js10334904_curtop,js10334904_tree]; } function js10334904_sb_getClientWidth() { return js10334904_sb_filterResults ( window.innerWidth ? window.innerWidth : 0, document.documentElement ? document.documentElement.clientWidth : 0, document.body ? document.body.clientWidth : 0 ); } function js10334904_sb_getClientHeight() { return js10334904_sb_filterResults ( window.innerHeight ? window.innerHeight : 0, document.documentElement ? document.documentElement.clientHeight : 0, document.body ? document.body.clientHeight : 0 );} function js10334904_sb_getScrollLeft() { return js10334904_sb_filterResults ( window.pageXOffset ? window.pageXOffset : 0, document.documentElement ? document.documentElement.scrollLeft : 0, document.body ? document.body.scrollLeft : 0 ); } function js10334904_sb_getScrollTop() { return js10334904_sb_filterResults ( window.pageYOffset ? window.pageYOffset : 0, document.documentElement ? document.documentElement.scrollTop : 0, document.body ? document.body.scrollTop : 0 ); } function js10334904_sb_filterResults(n_win, n_docel, n_body) { var js10334904_n_result = n_win ? n_win : 0; if (n_docel && (!js10334904_n_result || (js10334904_n_result > n_docel))) js10334904_n_result = n_docel; return n_body && (!js10334904_n_result || (js10334904_n_result > n_body)) ? n_body : js10334904_n_result; } function js10334904_sb_log() { js10334904_coords = js10334904_sb_findPos(document.getElementById('container_iframe_786421')); js10334904_coordsCheck = js10334904_sb_findPos(document.getElementById('container_iframe_786421_check')); var logUrl = 'http://n1.ad.ad-srv.net/log.php?'; logUrl += 'zone=1128'; logUrl += '&adSize=' + '300x250'; logUrl += '&adPos=' + js10334904_coords[0] + 'x'+ js10334904_coords[1]; logUrl += '&adPosCheck=' + js10334904_coordsCheck[0] + 'x'+ js10334904_coordsCheck[1]; logUrl += '&screenSize=' + screen.width + 'x'+ screen.height; logUrl += '&screenSizeAvail=' + screen.availWidth + 'x'+ screen.availHeight; logUrl += '&clientSize=' + js10334904_sb_getClientWidth() + 'x'+ js10334904_sb_getClientHeight(); logUrl += '&scrollPos=' + js10334904_sb_getScrollLeft() + 'x'+ js10334904_sb_getScrollTop(); logUrl += '&deliveryType=none'; logUrl += '&documentReferer='+escape(document.referrer); document.getElementById('container_iframe_786421').innerHTML = ''; } document.write('
'); document.write(''); document.write(''); document.write('
'); js10334904_sb_addLoadEvent(js10334904_sb_log);