if ( typeof( tpAdtagBase ) == 'undefined' ) { function tpAdtagBase() { function fp(o){var x=0;var y=0;if(o&&o.offsetParent){x=o.offsetLeft;y=o.offsetTop;while((o=o.offsetParent)){x+=o.offsetLeft;y+=o.offsetTop;}}return[x,y];} function gcw(){return fr(window.innerWidth?window.innerWidth:0,document.documentElement?document.documentElement.clientWidth:0,document.body?document.body.clientWidth:0);} function gch(){return fr(window.innerHeight?window.innerHeight:0,document.documentElement?document.documentElement.clientHeight:0,document.body?document.body.clientHeight:0);} function gsl(){return fr(window.pageXOffset?window.pageXOffset:0,document.documentElement?document.documentElement.scrollLeft:0,document.body?document.body.scrollLeft:0);} function gst(){return fr(window.pageYOffset?window.pageYOffset:0,document.documentElement?document.documentElement.scrollTop:0,document.body?document.body.scrollTop:0);} function fr(n_win,n_docel,n_body){var n_result=n_win?n_win:0;if(n_docel&&(!n_result||(n_result>n_docel)))n_result=n_docel;return n_body&&(!n_result||(n_result>n_body))?n_body:n_result;} function getAncestors() { if ( ( typeof(window.location.ancestorOrigins) == 'object' ) ) { var ancestors = new Array(); for ( var i=0 ; i < window.location.ancestorOrigins.length ; i++) { ancestors.push( window.location.ancestorOrigins.item(i) ); } return encodeURIComponent(ancestors.join(",")); } else { return "null"; } } function isVisible() { var vc = fp( document.getElementById( this.eAd ) ); var vc2 = fp( document.getElementById( this.eCheck ) ); return (vc2[0]-vc[0]==1) && (vc2[1]-vc[1]==1) && (vc[1]+this.height*this.actvis<=gst()+gch()) && (vc[1]+this.height*(1-this.actvis)>gst()) && (vc[0]+this.width*this.actvis<=gsl()+gcw()) && (vc[0]+this.width*(1-this.actvis)>gsl()); } function buildQueryPart(prefix, obj) { var args = new Array(); if ( Object.prototype.toString.call(obj) === '[object Array]' ) { for ( var i = 0; i < obj.length ; i++ ) { args[args.length] = buildQueryPart(prefix+'['+i+']', obj[i]); } } else if (typeof(obj) == 'object') { for (var i in obj) { args[args.length] = buildQueryPart(prefix+'['+encodeURIComponent(i)+']', obj[i]); } } else { args[args.length]=prefix+'='+encodeURIComponent(obj); } return args.join('&'); } function isHTTP(s){ return (new String(s).substring(0, 4)=='http'); } function getBestParentReferrer( w, depth ) { var docRef = w.document.referrer; var parentAvailable = false; if ( w.parent != w ) { for( var p in w.parent.location ) { parentAvailable = true; break; } } if ( parentAvailable && depth < 50 ) { return getBestParentReferrer( w.parent, depth + 1 ); } else if ( isHTTP(w.location.href) && window.top.location.href != "" && window.top.location.href == w.location.href ) { return w.location.href; } else if (isHTTP(docRef)) { return docRef; } else if (isHTTP(w.location.href)) { return w.location.href; } else { return null; } } function getOptimizedDocumentReferrer() { var referrer = null; try { referrer = getBestParentReferrer(window, 0); } catch (e) { } var docRef = document.referrer; if ( referrer == null ) { return (docRef!="")?docRef:window.location.href } else { return referrer; } } this.render = function() { if ( this.readyToRender ) { this.u += '&adtagId=' + tpAdtagBase.prototype.adtagId; if ( this.container == "" ) { var innerScriptId = 'tpAdtagInnerScriptId' + this.namespace; document.write(''); } else { var s = document.createElement('script'); s.src = this.u; this.innerScript = s; if ( document.getElementById( this.container ) ) { document.getElementById( this.container ).appendChild( s ); } } this.rendered = true; tpAdtagBase.prototype.adtagId++; } } this.renderOnVisibility = function() { if ( this.readyToRender && isVisible.call( this ) ) { window.clearInterval( this.renderOnVisibilityInterval ); this.render(); } } this.protocol = ''; this.nw = ''; this.zone = ''; this.subid = ''; this.clicktracker = ''; this.container = ''; this.namespace = ''; this.width = 0; this.height = 0; this.actvis = -1; this.extData = new Array(); this.extVar = new Array(); this.extCfg = new Object(); this.innerScript = null; this.envData = ''; this.tcfGdpr = ''; this.tcfGdprConsent = ''; this.userData = ''; this.host = ''; this.rendered = false; this.readyToRender = true; this.init = function() { var q = ''; this.u = this.protocol+'://'+this.host+'/request.php?'; this.u += 'zone='+this.zone; this.u += '&nw='+this.nw; this.u += '&renderingType=javascript'; this.u += '&namespace='+encodeURIComponent(this.namespace); this.u += '&subid='+encodeURIComponent(this.subid); this.u += '&uid='+tpAdtagBase.prototype.uuid; this.u += '&screenSize='+screen.width+'x'+ screen.height; this.u += '&screenSizeAvail='+screen.availWidth+'x'+screen.availHeight; this.u += '&clientSize='+gcw()+'x'+ gch(); this.u += '&scrollPos='+gsl()+'x'+ gst(); for (var i=0;i< this.extData.length;i++) this.u += '&extData[]='+encodeURIComponent(this.extData[i]); for (var i=0;i< this.extVar.length;i++) this.u += '&extVar[]='+encodeURIComponent(this.extVar[i]); q = buildQueryPart( 'extCfg', this.extCfg ); if ( q != "" ) this.u += '&' + q; this.u += '&envData='+encodeURIComponent(this.envData); this.u += '&gdpr='+encodeURIComponent(this.tcfGdpr); this.u += '&gdpr_consent='+encodeURIComponent(this.tcfGdprConsent); this.u += '&ud='+encodeURIComponent(this.userData); this.u += '&redirectClick='+encodeURIComponent(this.clicktracker); this.u += '&documentReferer='+encodeURIComponent(getOptimizedDocumentReferrer()); this.u += '&ancestorOrigins='+getAncestors(); this.u += '&random=' + Math.floor(Math.random()*10e12); if ( window.top !== window.self ) this.u += '&isIframe=1'; this.eAd = 'e' + Math.floor(Math.random()*10e12); this.eCheck = 'e' + Math.floor(Math.random()*10e12); if ( this.container == "" ) { document.write('
'); document.write(''); document.write(''); document.write('
'); if ( this.actvis >= 0 ) { this.container = 'e' + Math.floor(Math.random()*10e12); document.write('
'); } } else { var b = document.createElement('div'); with (b.style) {width='2px';height='2px';border='0px';margin='0px';padding='0px';textAlign='left';verticalAlign='top';position='absolute';visibility='hidden';} var c = document.createElement('div'); c.id = this.eCheck; with (c.style) {width='1px';height='1px';border='0px';margin='0px';marginLeft='1px';marginTop='1px';padding='0px';position='absolute';visibility='hidden';} b.appendChild( c ); var p = document.createElement('div'); p.id = this.eAd; with (p.style) {width='1px';height='1px';border='0px';margin='0px';padding='0px';position='absolute';visibility='hidden';} b.appendChild( p ); if ( document.getElementById( this.container ) ) { document.getElementById( this.container ).appendChild( b ); } } this.co = fp( document.getElementById( this.eAd ) ); this.co2 = fp( document.getElementById( this.eCheck ) ); this.u += '&container=' + encodeURIComponent( this.container ); this.u += '&adPos=' + this.co[0] + 'x'+ this.co[1]; this.u += '&adPosCheck=' + this.co2[0] + 'x'+ this.co2[1]; if ( this.actvis >= 0 ) { var self = this; this.renderOnVisibilityInterval = window.setInterval( function() { self.renderOnVisibility(); }, 100 ); } else { this.render(); } } } tpAdtagBase.prototype.adtagId = 0; tpAdtagBase.prototype.uuid = ''; for (var tpTmpI=0;tpTmpI<16;tpTmpI++)tpAdtagBase.prototype.uuid=tpAdtagBase.prototype.uuid+Math.floor(Math.random()*16).toString(16); } var tpAdtag8e50528989 = new tpAdtagBase(); tpAdtag8e50528989.protocol = "https"; tpAdtag8e50528989.host ='hal900026.redintelligence.net'; tpAdtag8e50528989.nw = "20"; tpAdtag8e50528989.zone = "1gnfsk4df5lz"; tpAdtag8e50528989.subid = ""; tpAdtag8e50528989.clicktracker = "https://googleads.g.doubleclick.net/dbm/clk?sa=L&ai=CuLKbAINBZrqKNe3err4PxsKouA6m5b2gae2SnKfJD_AuEAEgpbSwImCVAsgBCakC_QraTvQRsj6oAwHIA5sEqgSjAk_QnguydLgLTrF0cJSMzRocvguOeQmHmXy9IupDpfl8qIHJ3yw0_zr5XCjldgd3ke98SvdPS5K2ohkNbI7imF0E1H_jFvazYO6ks6UAkydcZqkvNGxNofjrUv_pxj7T0DUhCyEs5PqfXm_rXYOHh_dRViJJI9GNTnYZfQftdlW4_cO-mHicZaohPLeuxz-99blqGAZlddu8xmSgpvoOW3Pkprvo9ei8cqruEjFeiPcPiS43CpRiPBitWl13XPwvsCFizwzBthuvs8XFJbMHwpkSnJBFihkYmiHaYkSchNArL4NvlsxqYX2JvYTtr0WR43lJtFP2_Z846j5wOweR5JamDnjmAf0VSzG3intPgnJ5WCsWLZi21tiT_MU1hIaowzl1E8AE64_8jvcD4AQDiAXvr5aIPpAGAaAGTYAHrK31nwOoB9m2sQKoB9XJG6gHpr4bqAeOzhuoB5PYG6gH7paxAqgH_p6xAqgHr76xAqgHmgaoB_PRG6gHltgbqAeqm7ECqAeDrbECqAfgvbECqAf_nrECqAffn7ECqAf4wrECqAf7wrEC2AcA0ggkCIBhEAEYHTICigI6CYBAgMCAgICgKEi9_cE6WLfMzonSiYYDgAoDmAsByAsBgAwBqg0CREXiDRMIyPXOidKJhgMVba_LAR1GIQrnsBOH77EV0BMA2BMDiBQB2BQB0BUB-BYBgBcBshgJEgLJThhNIgEA&ae=1&num=1&cid=CAQSOwB7FLtqPS03UaxmzG9586iRXtv8LN-5P7eRuI4rn1dM1yKOJUR7AezjXB8pa6el_BqxWzmlFm7HOOPYGAE&sig=AOD64_3btL6o6ijBrMDZM5KUb4IU8YxSOw&client=ca-pub-5831866191128057&dbm_c=AKAmf-CoHBrw3_lnUB1hh-e336B4isQKUlnwQMsQLc_V6WqkH2xFoJ-MnDxrfKmN3NtMqk6sU30CClw4E-UA307PJ6NYw4Pb5vcaoWq3FDYLyIkwYfXk2GEvI6EoWJlYvXYifynRuLDfztKjPxS6wQmkfuxginuKIaEHlSYsEXdBABkYMsgBn8l_iGtyGcLFgHepeBLCwsNrJNQ1vaGtBoopQH-W9KqV62thnAZCBLzGQ4tPJ1Y68rE&cry=1&dbm_d=AKAmf-BGnRsz3jYdc09V_WxfO46_o1wlGbOnUcutkSmy8gKTLf-fMyDBuJAqaPgfJMfrsCY2KZWINbdcB4v5IcqL37mWrQK1oEuOs5-Uti5tZgtcNFwRdy07faDQeMXqeXv73Cd0a8Nat8P4xq6yCDHOkwP-3EsMgNmV2K2zoRPq1zVRA-ty70Is_3tFYsiIfsO9lKbu2idxsuCL0eAoKEPtuto3No-lB1PJhWYBYTykhMUe4a2APzoTWzYR-4XaIqLQbCNhCqdYWrmoQnVzrGmjhkrpOp9xEPtwFKwLYlV7ErGu6Vjv8NMWHKAGUQ4DWmLlH-vatM9VXqtS5so-GErwGQDE6SZA0-YGqfETM1xzYpEbQ9wNHnYewifCm6pq5dryxQSZzXdV79z7ccCSprFDoYqhJEQ_okTRYtHOe-fVXR3McWr3_k19UzNLib49RLzIkwMeBwK6VahugETBM9EzmcS6-LyHivzdL7OEBwCL1PAulKHkbQPHhN6qzDEoKw6pxsXfO28WDwOZQRDSPqUrQERgqRM6_VEygysOzWdxjXrPo-pFof2-62g78zWPxJ30tVJOfMQ3OeTf5-WhgyCP6BaB8mldjj50mnMC22uUAY3sgPdjfi95tks9SwdAsOwc3MuoBaazUb7Lw5DY4jPnhX7JXpw4aZgJ2AH40n0X_VDOny4PSxu2ao1cqnJsR42bTeArG23AzPogU8dMZs-pfjpSuKx89v6-iTgoVjm_84C26cuRUxEg5Y6dxJ0rPoCSW3PH3pTdhtIaQH605wwwI4og_HgwMu-skf-Bz6RiIuzy8XGiwHw&adurl="; tpAdtag8e50528989.container = ""; tpAdtag8e50528989.namespace = "8e50528989"; tpAdtag8e50528989.width = 320; tpAdtag8e50528989.height = 50; tpAdtag8e50528989.actvis = -1; tpAdtag8e50528989.tcfGdpr = "0"; tpAdtag8e50528989.tcfGdprConsent = ""; tpAdtag8e50528989.userData = ""; tpAdtag8e50528989.envData = ""; tpAdtag8e50528989.extData.push(""); tpAdtag8e50528989.extVar.push("DV360_SSP:1"); tpAdtag8e50528989.init();