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() { 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 = ""; 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 = ""; 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=0x0'; this.u += '&screenSizeAvail=0x0'; this.u += '&clientSize=0x0'; 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 tpAdtagb835dee236 = new tpAdtagBase(); tpAdtagb835dee236.protocol = "https"; tpAdtagb835dee236.host ='hal90008.redintelligence.net'; tpAdtagb835dee236.nw = "20"; tpAdtagb835dee236.zone = "llo68hbdg4ky"; tpAdtagb835dee236.subid = ""; tpAdtagb835dee236.clicktracker = "https://adclick.g.doubleclick.net/aclk?sa=L&ai=CMmNY3NFxZfwn4eXU8g-ui4jQB_zloJRcg9Cm5b0GwI23ARABIABgleKQgqAHggEXY2EtcHViLTg1MDE2NzQ0MzA5MDkwODLIAQmpArYSZBvyFLI-4AIAqAMByAMCqgS3Ak_QaLvz1tvTJI1NCzuTpINYfUiAEJcygvPdZ_OtD_Ox128y4k-JBmwaqoI5qfPfFGJ6IaD9e6xGfvayhcsBvtEjh5yJIeLU2tdynoWO5sJAb7h5S_C_wxn1h2VESzpeqxKkl8LwOhhou9YatPkiOu5YYg7FVmfczpy6t7uMJn1tEHGv_UuFDu_SOPCvOAKIuLQ_UCbAtCZCO5ZJ-v4_Y3FIGXgVM8871S39D11C0fVR9DeOe3qtvUJjauRDgfISjTsf2uGR3gQH8Fe5V4pfz8ItKmqiHGnwuboeO824z3QF_H23N9d-GV--ZVwrS3sPCGQsZ9eh-gozgxH4YKhry2qcNm36K83_qqUn77gXi7Rm7vlEWFPfkxN2jbNnBUre71E6LR40GXfrCDchpELi7g8iY_yQeU154AQBgAaGlafhlNn9omGgBiGoB6a-G6gHltgbqAeqm7ECqAeDrbECqAf_nrECqAffn7EC2AcA0ggeCIDhgBAQATICqgI6A4DAA0i9_cE6WKrtyoPA_YID8ggbYWR4LXN1YnN5bi05OTU0ODI4NzAxODE5Mjg5-gsCCAGADAHiDRMI9qvLg8D9ggMV4TJVCB2uBQJ60BUBgBcB&num=1&sig=AOD64_2eeV0G4xlphLI_N7Cfe9i3Mxc37w&client=ca-pub-8501674430909082&adurl=https://track.adform.net/C/?bn=66165593;crtbwp=ZXHR3AAAE_wIVTLhAAIFrgm9mK3KU0u-UVwtRw;crtbdata=xOS-YTsyQNxcqsEgGTrNWRIwyynK4AkJxSO2ZwKEeZ9WNmeWq8NGffU2xpoaEQb6B0Zv1VhWI659vjfOtBklSPeYOgvPM-L-WlMP3v84ZL_kUEeT_jQBexUCQIi4oKGljBgkCz8_1MRboF3ZM2zkq8hQTju5-ICnXHafX1Ejew-TkvWztqR5h8YfzMjherU9DMTRj3-KQsu2u77HrKq3g79MYPPFEnFcvy4GbUaN9bpeJWBw9S94v0DQUInX8TfximtyOPsaQweX_7UCJGsIZsfdEKPPNJFS5700t2yU1wd4JcKsOg1Xn4Gevr2YkaCoi-gi1QakRE69qFtaWy3OU5sM10Cyl_VPS8Dr2zkfNtiU2YiLQbWo6IlfqcEjybEk0loufQTACxTNyFLivZnsq0vA69s5HzbYn7hLRNoRfgErm1qwqSP8qmobmSaKt4W6kH5EJUaH4uefwgO-jDmzzMEXpKHymGN6n7hLRNoRfgFt9b1wERLTXwhZhaVPNxe-WrP7lqkOdkacY7l6-iHdpoPawv3oAC-3y57UvgDB4FYVHrPo96y0Jp-4CupWJ9XEF3m2Lu1QEHNrPTRbt9pXTms9NFu32ldOcVWdJRvTFrYvQxdSxzgJOmGqHgvTPM-naz00W7faV063VlnJwvP2INxJ67vRRIMTFKXQ2tR3f2NtDoO3iW6Y8H44gln9eR3kKP4ntUDjP0ifuEtE2hF-AUhk2MMee038yTsvl3ouflGoB-D_RH3OfIdTa9ZauCREd9JUV9FBukE1;adfibeg=0;cdata=NBdZh8HDMQc2QIJS4aWy0rpO7y0ExNGQ0tl-Eg9FArfGHwEEv3rx2NW1rBaB5N95MRro9MCBfLZgIw2URgvW5awaFF5VbmZtKd_h3HRzrfrB84GRw1l40VqXkpEsMfGFIcQZ7hwglhoNXYjMxp1CWRhpnBRkvb3lZPSVCRcBPzE1;;CREFURL=https%3a%2f%2fwww.livecrafteat.com%2f;C=1;cpdir="; tpAdtagb835dee236.container = ""; tpAdtagb835dee236.namespace = "b835dee236"; tpAdtagb835dee236.width = 300; tpAdtagb835dee236.height = 250; tpAdtagb835dee236.actvis = -1; tpAdtagb835dee236.tcfGdpr = "1"; tpAdtagb835dee236.tcfGdprConsent = "CP2am4AP2am4AADABBRUAdEsAP_gAEPgAAAAIBoF5C5cRCFD4GJgIJIUIAEXwFAAAAAgBgQBA4AASBCAMAwEkAAAEAAAIAAAAAAAIAIAAAAACAkAAAAAAIABAQAAAEAAAAAAIAAAAAAAAAAAAAgAAIAAEAAAAAAAACAAgAAAAAIAQAAAAAAAAQAAAAAAAAAAAAAAAAAAQAAAQAAAAIHyIF5C5cRCFD4GBAIJIUIAERQFAAAAAgAAQBAwAASBCAMAwAkAAAAAAAIAAAAAAAIAAAAAAAAAkAAAAAAIABAQAAAEAAAAAAIAAAAAAAAAAAAAgAAIAAAAAAAAAAACAAgAAAAAIAQAAAAAAAAQAAAAAAAAAAAAAAAAAAQAAAQAAA.YAAAAAAAA4AA"; tpAdtagb835dee236.userData = ""; tpAdtagb835dee236.envData = ""; tpAdtagb835dee236.extData.push(""); tpAdtagb835dee236.extVar.push("SSP:Doubleclick Ad Exchange by Google"); tpAdtagb835dee236.init();