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 tpAdtag983fba4c97 = new tpAdtagBase();
tpAdtag983fba4c97.protocol = "https";
tpAdtag983fba4c97.host ='hal90007.redintelligence.net';
tpAdtag983fba4c97.nw = "20";
tpAdtag983fba4c97.zone = "llo68hbdg4ky";
tpAdtag983fba4c97.subid = "";
tpAdtag983fba4c97.clicktracker = "https://adclick.g.doubleclick.net/aclk?sa=L&ai=CP8oX29FxZfqxJcGzgAeu45OYAfzloJRcg9Cm5b0GwI23ARABIABgleKQgqAHggEXY2EtcHViLTg1MDE2NzQ0MzA5MDkwODLIAQmpArYSZBvyFLI-4AIAqAMByAMCqgS6Ak_QaiS6za3tHf3mo6jw0mtI3ka6nds8gsPZUtBpgVoMYpEie6_zeG8NC9rJ_qz6F46PdErXTHSq9LaVnl_eszGjKuFsAzkxjccj8tizSbCn5LHow1t9Y8aDzgs0cOlldpEPiieH2Jim_4lCZv4tFcub7rXgTxsE1q67JyEconRNOg2rGfDrKyjY4wM6MpgxEC2f0fLZcyB9IiIGvQbPBocPk8hU9n8tFPLS7Pr0Qp_8GWE4GxaQUevoXk_2beAwsi4gEcX2M2TmH_VzZKdSdxX2hQUGNVLj1wqpMFCxen1CJLy7YCOtmwy97cd_SOPVbPYn-7NyEsSXh5DRTIrADY1wUmppnU9We_7toJYNpcd9daReE8jY5jcqNbqHlRDwWlxFvjbqZWKnKXLfPfYXdjpsNHeEtfk-5hD54AQBgAaGlafhlNn9omGgBiGoB6a-G6gHltgbqAeqm7ECqAeDrbECqAf_nrECqAffn7EC2AcA0ggeCIDhgBAQATICqgI6A4DAA0i9_cE6WKjysoPA_YID8ggbYWR4LXN1YnN5bi05OTU0ODI4NzAxODE5Mjg5-gsCCAGADAHiDRMI8quzg8D9ggMVwRngCh2u8QQT0BUBgBcB&num=1&sig=AOD64_1fjNzOAURHi9anDqvcUfBBGXd_9g&client=ca-pub-8501674430909082&adurl=https://track.adform.net/C/?bn=66165593;crtbwp=ZXHR2wAJWPoK4BnBAATxri-Tk6Sgtr6OVEcTng;crtbdata=Qyc8VggpVBFor5yUr5dIrzg_k1k_GQQTfZE_ATHBWv7xO-Pe3joi2PU2xpoaEQb6B0Zv1VhWI659vjfOtBklSPeYOgvPM-L-WlMP3v84ZL_kUEeT_jQBexUCQIi4oKGljBgkCz8_1MRboF3ZM2zkqy8YCZ7TuUEQXHafX1Ejew-TkvWztqR5h8YfzMjherU9DMTRj3-KQsu2u77HrKq3g79MYPPFEnFcvy4GbUaN9bpeJWBw9S94v0DQUInX8TfximtyOPsaQweX_7UCJGsIZsfdEKPPNJFS5700t2yU1wd4JcKsOg1Xn4Gevr2YkaCoi-gi1QakRE69qFtaWy3OU5sM10Cyl_VPS8Dr2zkfNtiU2YiLQbWo6IlfqcEjybEk0loufQTACxTNyFLivZnsq0vA69s5HzbYn7hLRNoRfgErm1qwqSP8qmobmSaKt4W6kH5EJUaH4uefwgO-jDmzzMEXpKHymGN6n7hLRNoRfgFt9b1wERLTXwhZhaVPNxe-WrP7lqkOdkacY7l6-iHdpoPawv3oAC-3y57UvgDB4FYVHrPo96y0Jp-4CupWJ9XEF3m2Lu1QEHNrPTRbt9pXTms9NFu32ldOcVWdJRvTFrYvQxdSxzgJOmGqHgvTPM-naz00W7faV063VlnJwvP2INxJ67vRRIMTFKXQ2tR3f2NtDoO3iW6Y8H44gln9eR3kKP4ntUDjP0ifuEtE2hF-AUhk2MMee038yTsvl3ouflGoB-D_RH3OfCI5oTMy7Z9nd9JUV9FBukE1;adfibeg=0;cdata=NBdZh8HDMQc2QIJS4aWy0rpO7y0ExNGQxPryRfynBIrSp3ymgCwGb-9qYDYMIrqNMRro9MCBfLZgIw2URgvW5awaFF5VbmZtKd_h3HRzrfrB84GRw1l40VqXkpEsMfGFIcQZ7hwglhrRxkKahawmFxhpnBRkvb3lZPSVCRcBPzE1;;CREFURL=https%3a%2f%2fwww.livecrafteat.com%2f;C=1;cpdir=";
tpAdtag983fba4c97.container = "";
tpAdtag983fba4c97.namespace = "983fba4c97";
tpAdtag983fba4c97.width = 300;
tpAdtag983fba4c97.height = 250;
tpAdtag983fba4c97.actvis = -1;
tpAdtag983fba4c97.tcfGdpr = "1";
tpAdtag983fba4c97.tcfGdprConsent = "CP2am4AP2am4AADABBRUAdEsAP_gAEPgAAAAIBoF5C5cRCFD4GJgIJIUIAEXwFAAAAAgBgQBA4AASBCAMAwEkAAAEAAAIAAAAAAAIAIAAAAACAkAAAAAAIABAQAAAEAAAAAAIAAAAAAAAAAAAAgAAIAAEAAAAAAAACAAgAAAAAIAQAAAAAAAAQAAAAAAAAAAAAAAAAAAQAAAQAAAAIHyIF5C5cRCFD4GBAIJIUIAERQFAAAAAgAAQBAwAASBCAMAwAkAAAAAAAIAAAAAAAIAAAAAAAAAkAAAAAAIABAQAAAEAAAAAAIAAAAAAAAAAAAAgAAIAAAAAAAAAAACAAgAAAAAIAQAAAAAAAAQAAAAAAAAAAAAAAAAAAQAAAQAAA.YAAAAAAAA4AA";
tpAdtag983fba4c97.userData = "";
tpAdtag983fba4c97.envData = "";
tpAdtag983fba4c97.extData.push("");
tpAdtag983fba4c97.extVar.push("SSP:Doubleclick Ad Exchange by Google");
tpAdtag983fba4c97.init();