(function () { "use strict"; window.IQD = {}; window.IQD.AdController = {}; window.IQD.AdController.Constants = {}; // Global instance of the DI-container window.IQD.AdController.DependencyInjectionContainer = null; // Global instance of the AdController itself window.AdController = window.AdController || null; })(); // Underscore.js 1.6.0 // http://underscorejs.org // (c) 2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors // Underscore may be freely distributed under the MIT license. (function(){var n=this,t=n._,r={},e=Array.prototype,u=Object.prototype,i=Function.prototype,a=e.push,o=e.slice,c=e.concat,l=u.toString,f=u.hasOwnProperty,s=e.forEach,p=e.map,h=e.reduce,v=e.reduceRight,g=e.filter,d=e.every,m=e.some,y=e.indexOf,b=e.lastIndexOf,x=Array.isArray,w=Object.keys,_=i.bind,j=function(n){return n instanceof j?n:this instanceof j?void(this._wrapped=n):new j(n)};"undefined"!=typeof exports?("undefined"!=typeof module&&module.exports&&(exports=module.exports=j),exports._=j):n._=j,j.VERSION="1.6.0";var A=j.each=j.forEach=function(n,t,e){if(null==n)return n;if(s&&n.forEach===s)n.forEach(t,e);else if(n.length===+n.length){for(var u=0,i=n.length;i>u;u++)if(t.call(e,n[u],u,n)===r)return}else for(var a=j.keys(n),u=0,i=a.length;i>u;u++)if(t.call(e,n[a[u]],a[u],n)===r)return;return n};j.map=j.collect=function(n,t,r){var e=[];return null==n?e:p&&n.map===p?n.map(t,r):(A(n,function(n,u,i){e.push(t.call(r,n,u,i))}),e)};var O="Reduce of empty array with no initial value";j.reduce=j.foldl=j.inject=function(n,t,r,e){var u=arguments.length>2;if(null==n&&(n=[]),h&&n.reduce===h)return e&&(t=j.bind(t,e)),u?n.reduce(t,r):n.reduce(t);if(A(n,function(n,i,a){u?r=t.call(e,r,n,i,a):(r=n,u=!0)}),!u)throw new TypeError(O);return r},j.reduceRight=j.foldr=function(n,t,r,e){var u=arguments.length>2;if(null==n&&(n=[]),v&&n.reduceRight===v)return e&&(t=j.bind(t,e)),u?n.reduceRight(t,r):n.reduceRight(t);var i=n.length;if(i!==+i){var a=j.keys(n);i=a.length}if(A(n,function(o,c,l){c=a?a[--i]:--i,u?r=t.call(e,r,n[c],c,l):(r=n[c],u=!0)}),!u)throw new TypeError(O);return r},j.find=j.detect=function(n,t,r){var e;return k(n,function(n,u,i){return t.call(r,n,u,i)?(e=n,!0):void 0}),e},j.filter=j.select=function(n,t,r){var e=[];return null==n?e:g&&n.filter===g?n.filter(t,r):(A(n,function(n,u,i){t.call(r,n,u,i)&&e.push(n)}),e)},j.reject=function(n,t,r){return j.filter(n,function(n,e,u){return!t.call(r,n,e,u)},r)},j.every=j.all=function(n,t,e){t||(t=j.identity);var u=!0;return null==n?u:d&&n.every===d?n.every(t,e):(A(n,function(n,i,a){return(u=u&&t.call(e,n,i,a))?void 0:r}),!!u)};var k=j.some=j.any=function(n,t,e){t||(t=j.identity);var u=!1;return null==n?u:m&&n.some===m?n.some(t,e):(A(n,function(n,i,a){return u||(u=t.call(e,n,i,a))?r:void 0}),!!u)};j.contains=j.include=function(n,t){return null==n?!1:y&&n.indexOf===y?n.indexOf(t)!=-1:k(n,function(n){return n===t})},j.invoke=function(n,t){var r=o.call(arguments,2),e=j.isFunction(t);return j.map(n,function(n){return(e?t:n[t]).apply(n,r)})},j.pluck=function(n,t){return j.map(n,j.property(t))},j.where=function(n,t){return j.filter(n,j.matches(t))},j.findWhere=function(n,t){return j.find(n,j.matches(t))},j.max=function(n,t,r){if(!t&&j.isArray(n)&&n[0]===+n[0]&&n.length<65535)return Math.max.apply(Math,n);var e=-1/0,u=-1/0;return A(n,function(n,i,a){var o=t?t.call(r,n,i,a):n;o>u&&(e=n,u=o)}),e},j.min=function(n,t,r){if(!t&&j.isArray(n)&&n[0]===+n[0]&&n.length<65535)return Math.min.apply(Math,n);var e=1/0,u=1/0;return A(n,function(n,i,a){var o=t?t.call(r,n,i,a):n;u>o&&(e=n,u=o)}),e},j.shuffle=function(n){var t,r=0,e=[];return A(n,function(n){t=j.random(r++),e[r-1]=e[t],e[t]=n}),e},j.sample=function(n,t,r){return null==t||r?(n.length!==+n.length&&(n=j.values(n)),n[j.random(n.length-1)]):j.shuffle(n).slice(0,Math.max(0,t))};var E=function(n){return null==n?j.identity:j.isFunction(n)?n:j.property(n)};j.sortBy=function(n,t,r){return t=E(t),j.pluck(j.map(n,function(n,e,u){return{value:n,index:e,criteria:t.call(r,n,e,u)}}).sort(function(n,t){var r=n.criteria,e=t.criteria;if(r!==e){if(r>e||r===void 0)return 1;if(e>r||e===void 0)return-1}return n.index-t.index}),"value")};var F=function(n){return function(t,r,e){var u={};return r=E(r),A(t,function(i,a){var o=r.call(e,i,a,t);n(u,o,i)}),u}};j.groupBy=F(function(n,t,r){j.has(n,t)?n[t].push(r):n[t]=[r]}),j.indexBy=F(function(n,t,r){n[t]=r}),j.countBy=F(function(n,t){j.has(n,t)?n[t]++:n[t]=1}),j.sortedIndex=function(n,t,r,e){r=E(r);for(var u=r.call(e,t),i=0,a=n.length;a>i;){var o=i+a>>>1;r.call(e,n[o])t?[]:o.call(n,0,t)},j.initial=function(n,t,r){return o.call(n,0,n.length-(null==t||r?1:t))},j.last=function(n,t,r){return null==n?void 0:null==t||r?n[n.length-1]:o.call(n,Math.max(n.length-t,0))},j.rest=j.tail=j.drop=function(n,t,r){return o.call(n,null==t||r?1:t)},j.compact=function(n){return j.filter(n,j.identity)};var M=function(n,t,r){return t&&j.every(n,j.isArray)?c.apply(r,n):(A(n,function(n){j.isArray(n)||j.isArguments(n)?t?a.apply(r,n):M(n,t,r):r.push(n)}),r)};j.flatten=function(n,t){return M(n,t,[])},j.without=function(n){return j.difference(n,o.call(arguments,1))},j.partition=function(n,t){var r=[],e=[];return A(n,function(n){(t(n)?r:e).push(n)}),[r,e]},j.uniq=j.unique=function(n,t,r,e){j.isFunction(t)&&(e=r,r=t,t=!1);var u=r?j.map(n,r,e):n,i=[],a=[];return A(u,function(r,e){(t?e&&a[a.length-1]===r:j.contains(a,r))||(a.push(r),i.push(n[e]))}),i},j.union=function(){return j.uniq(j.flatten(arguments,!0))},j.intersection=function(n){var t=o.call(arguments,1);return j.filter(j.uniq(n),function(n){return j.every(t,function(t){return j.contains(t,n)})})},j.difference=function(n){var t=c.apply(e,o.call(arguments,1));return j.filter(n,function(n){return!j.contains(t,n)})},j.zip=function(){for(var n=j.max(j.pluck(arguments,"length").concat(0)),t=new Array(n),r=0;n>r;r++)t[r]=j.pluck(arguments,""+r);return t},j.object=function(n,t){if(null==n)return{};for(var r={},e=0,u=n.length;u>e;e++)t?r[n[e]]=t[e]:r[n[e][0]]=n[e][1];return r},j.indexOf=function(n,t,r){if(null==n)return-1;var e=0,u=n.length;if(r){if("number"!=typeof r)return e=j.sortedIndex(n,t),n[e]===t?e:-1;e=0>r?Math.max(0,u+r):r}if(y&&n.indexOf===y)return n.indexOf(t,r);for(;u>e;e++)if(n[e]===t)return e;return-1},j.lastIndexOf=function(n,t,r){if(null==n)return-1;var e=null!=r;if(b&&n.lastIndexOf===b)return e?n.lastIndexOf(t,r):n.lastIndexOf(t);for(var u=e?r:n.length;u--;)if(n[u]===t)return u;return-1},j.range=function(n,t,r){arguments.length<=1&&(t=n||0,n=0),r=arguments[2]||1;for(var e=Math.max(Math.ceil((t-n)/r),0),u=0,i=new Array(e);e>u;)i[u++]=n,n+=r;return i};var R=function(){};j.bind=function(n,t){var r,e;if(_&&n.bind===_)return _.apply(n,o.call(arguments,1));if(!j.isFunction(n))throw new TypeError;return r=o.call(arguments,2),e=function(){if(!(this instanceof e))return n.apply(t,r.concat(o.call(arguments)));R.prototype=n.prototype;var u=new R;R.prototype=null;var i=n.apply(u,r.concat(o.call(arguments)));return Object(i)===i?i:u}},j.partial=function(n){var t=o.call(arguments,1);return function(){for(var r=0,e=t.slice(),u=0,i=e.length;i>u;u++)e[u]===j&&(e[u]=arguments[r++]);for(;r=f?(clearTimeout(a),a=null,o=l,i=n.apply(e,u),e=u=null):a||r.trailing===!1||(a=setTimeout(c,f)),i}},j.debounce=function(n,t,r){var e,u,i,a,o,c=function(){var l=j.now()-a;t>l?e=setTimeout(c,t-l):(e=null,r||(o=n.apply(i,u),i=u=null))};return function(){i=this,u=arguments,a=j.now();var l=r&&!e;return e||(e=setTimeout(c,t)),l&&(o=n.apply(i,u),i=u=null),o}},j.once=function(n){var t,r=!1;return function(){return r?t:(r=!0,t=n.apply(this,arguments),n=null,t)}},j.wrap=function(n,t){return j.partial(t,n)},j.compose=function(){var n=arguments;return function(){for(var t=arguments,r=n.length-1;r>=0;r--)t=[n[r].apply(this,t)];return t[0]}},j.after=function(n,t){return function(){return--n<1?t.apply(this,arguments):void 0}},j.keys=function(n){if(!j.isObject(n))return[];if(w)return w(n);var t=[];for(var r in n)j.has(n,r)&&t.push(r);return t},j.values=function(n){for(var t=j.keys(n),r=t.length,e=new Array(r),u=0;r>u;u++)e[u]=n[t[u]];return e},j.pairs=function(n){for(var t=j.keys(n),r=t.length,e=new Array(r),u=0;r>u;u++)e[u]=[t[u],n[t[u]]];return e},j.invert=function(n){for(var t={},r=j.keys(n),e=0,u=r.length;u>e;e++)t[n[r[e]]]=r[e];return t},j.functions=j.methods=function(n){var t=[];for(var r in n)j.isFunction(n[r])&&t.push(r);return t.sort()},j.extend=function(n){return A(o.call(arguments,1),function(t){if(t)for(var r in t)n[r]=t[r]}),n},j.pick=function(n){var t={},r=c.apply(e,o.call(arguments,1));return A(r,function(r){r in n&&(t[r]=n[r])}),t},j.omit=function(n){var t={},r=c.apply(e,o.call(arguments,1));for(var u in n)j.contains(r,u)||(t[u]=n[u]);return t},j.defaults=function(n){return A(o.call(arguments,1),function(t){if(t)for(var r in t)n[r]===void 0&&(n[r]=t[r])}),n},j.clone=function(n){return j.isObject(n)?j.isArray(n)?n.slice():j.extend({},n):n},j.tap=function(n,t){return t(n),n};var S=function(n,t,r,e){if(n===t)return 0!==n||1/n==1/t;if(null==n||null==t)return n===t;n instanceof j&&(n=n._wrapped),t instanceof j&&(t=t._wrapped);var u=l.call(n);if(u!=l.call(t))return!1;switch(u){case"[object String]":return n==String(t);case"[object Number]":return n!=+n?t!=+t:0==n?1/n==1/t:n==+t;case"[object Date]":case"[object Boolean]":return+n==+t;case"[object RegExp]":return n.source==t.source&&n.global==t.global&&n.multiline==t.multiline&&n.ignoreCase==t.ignoreCase}if("object"!=typeof n||"object"!=typeof t)return!1;for(var i=r.length;i--;)if(r[i]==n)return e[i]==t;var a=n.constructor,o=t.constructor;if(a!==o&&!(j.isFunction(a)&&a instanceof a&&j.isFunction(o)&&o instanceof o)&&"constructor"in n&&"constructor"in t)return!1;r.push(n),e.push(t);var c=0,f=!0;if("[object Array]"==u){if(c=n.length,f=c==t.length)for(;c--&&(f=S(n[c],t[c],r,e)););}else{for(var s in n)if(j.has(n,s)&&(c++,!(f=j.has(t,s)&&S(n[s],t[s],r,e))))break;if(f){for(s in t)if(j.has(t,s)&&!c--)break;f=!c}}return r.pop(),e.pop(),f};j.isEqual=function(n,t){return S(n,t,[],[])},j.isEmpty=function(n){if(null==n)return!0;if(j.isArray(n)||j.isString(n))return 0===n.length;for(var t in n)if(j.has(n,t))return!1;return!0},j.isElement=function(n){return!(!n||1!==n.nodeType)},j.isArray=x||function(n){return"[object Array]"==l.call(n)},j.isObject=function(n){return n===Object(n)},A(["Arguments","Function","String","Number","Date","RegExp"],function(n){j["is"+n]=function(t){return l.call(t)=="[object "+n+"]"}}),j.isArguments(arguments)||(j.isArguments=function(n){return!(!n||!j.has(n,"callee"))}),"function"!=typeof/./&&(j.isFunction=function(n){return"function"==typeof n}),j.isFinite=function(n){return isFinite(n)&&!isNaN(parseFloat(n))},j.isNaN=function(n){return j.isNumber(n)&&n!=+n},j.isBoolean=function(n){return n===!0||n===!1||"[object Boolean]"==l.call(n)},j.isNull=function(n){return null===n},j.isUndefined=function(n){return n===void 0},j.has=function(n,t){return f.call(n,t)},j.noConflict=function(){return n._=t,this},j.identity=function(n){return n},j.constant=function(n){return function(){return n}},j.property=function(n){return function(t){return t[n]}},j.matches=function(n){return function(t){if(t===n)return!0;for(var r in n)if(n[r]!==t[r])return!1;return!0}},j.times=function(n,t,r){for(var e=Array(Math.max(0,n)),u=0;n>u;u++)e[u]=t.call(r,u);return e},j.random=function(n,t){return null==t&&(t=n,n=0),n+Math.floor(Math.random()*(t-n+1))},j.now=Date.now||function(){return(new Date).getTime()};var T={escape:{"&":"&","<":"<",">":">",'"':""","'":"'"}};T.unescape=j.invert(T.escape);var I={escape:new RegExp("["+j.keys(T.escape).join("")+"]","g"),unescape:new RegExp("("+j.keys(T.unescape).join("|")+")","g")};j.each(["escape","unescape"],function(n){j[n]=function(t){return null==t?"":(""+t).replace(I[n],function(t){return T[n][t]})}}),j.result=function(n,t){if(null==n)return void 0;var r=n[t];return j.isFunction(r)?r.call(n):r},j.mixin=function(n){A(j.functions(n),function(t){var r=j[t]=n[t];j.prototype[t]=function(){var n=[this._wrapped];return a.apply(n,arguments),z.call(this,r.apply(j,n))}})};var N=0;j.uniqueId=function(n){var t=++N+"";return n?n+t:t},j.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var q=/(.)^/,B={"'":"'","\\":"\\","\r":"r","\n":"n"," ":"t","\u2028":"u2028","\u2029":"u2029"},D=/\\|'|\r|\n|\t|\u2028|\u2029/g;j.template=function(n,t,r){var e;r=j.defaults({},r,j.templateSettings);var u=new RegExp([(r.escape||q).source,(r.interpolate||q).source,(r.evaluate||q).source].join("|")+"|$","g"),i=0,a="__p+='";n.replace(u,function(t,r,e,u,o){return a+=n.slice(i,o).replace(D,function(n){return"\\"+B[n]}),r&&(a+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'"),e&&(a+="'+\n((__t=("+e+"))==null?'':__t)+\n'"),u&&(a+="';\n"+u+"\n__p+='"),i=o+t.length,t}),a+="';\n",r.variable||(a="with(obj||{}){\n"+a+"}\n"),a="var __t,__p='',__j=Array.prototype.join,"+"print=function(){__p+=__j.call(arguments,'');};\n"+a+"return __p;\n";try{e=new Function(r.variable||"obj","_",a)}catch(o){throw o.source=a,o}if(t)return e(t,j);var c=function(n){return e.call(this,n,j)};return c.source="function("+(r.variable||"obj")+"){\n"+a+"}",c},j.chain=function(n){return j(n).chain()};var z=function(n){return this._chain?j(n).chain():n};j.mixin(j),A(["pop","push","reverse","shift","sort","splice","unshift"],function(n){var t=e[n];j.prototype[n]=function(){var r=this._wrapped;return t.apply(r,arguments),"shift"!=n&&"splice"!=n||0!==r.length||delete r[0],z.call(this,r)}}),A(["concat","join","slice"],function(n){var t=e[n];j.prototype[n]=function(){return z.call(this,t.apply(this._wrapped,arguments))}}),j.extend(j.prototype,{chain:function(){return this._chain=!0,this},value:function(){return this._wrapped}}),"function"==typeof define&&define.amd&&define("underscore",[],function(){return j})}).call(this); (function () {"use strict";window.IQD.AdController.underscore = _.noConflict();})(); /* * Copyright 2013 the original author or authors. * Licensed under the Apache License, Version 2.0 (the "License"); * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ window.IQD.AdController.DependencyInjectionContainer = { version: "0.3.3", createContext: function () { var ctx = { map: {} }; ctx.entry = function (name) { return ctx.map[name]; }; ctx.register = function (name, type, args) { var entry = window.IQD.AdController.DependencyInjectionContainer.entry(name, ctx) .type(type) .args(args); ctx.map[name] = entry; return entry; }; ctx.has = function (name) { return ctx.entry(name) != null; } ctx.get = function (name) { if (ctx.has(name)) return ctx.entry(name).object(); else throw "Object[" + name + "] is not registered"; }; ctx.create = function (name, args) { if (ctx.entry(name).strategy() != window.IQD.AdController.DependencyInjectionContainer.strategy.proto) throw "Attempt to create singleton object"; if (ctx.has(name)) return ctx.entry(name).create(args); else throw "Object[" + name + "] is not registered"; }; ctx.initialize = function () { for (var name in ctx.map) { var entry = ctx.entry(name); ctx.ready(ctx.inject(name, ctx.get(name), entry.dependencies())); } }; ctx.clear = function () { this.map = {}; }; function removeSpaces(s) { while (s.indexOf(" ") >= 0) s = s.replace(" ", "") return s; } ctx.inject = function (name, o, dependencies) { dependencies = dependencies ? dependencies : o.dependencies; if (o && dependencies) { var depExpList = removeSpaces(dependencies).split(","); window.IQD.AdController.underscore.each(depExpList, function (depExp) { if (depExp) { var exp = window.IQD.AdController.DependencyInjectionContainer.dependencyExpression(depExp); var dep = ctx.get(exp.name); if (dep == null) throw "Dependency [" + name + "." + exp.property + "]->[" + exp.name + "] can not be satisfied"; o[exp.property] = dep; } }); } return o; } ctx.ready = function (o) { if (typeof o.ready === 'function') o.ready(); return o; } return ctx; }, dependencyExpression: function (depExp) { var expression = {}; var property = depExp; var name = depExp; if (depExp.indexOf("=") > 0) { var depExpParts = depExp.split("="); property = depExpParts[0]; name = depExpParts[1]; } expression.name = name; expression.property = property; return expression; }, entry: function (name, ctx) { var entry = {}; var name; var type; var object; var strategy = window.IQD.AdController.DependencyInjectionContainer.strategy.singleton; var args; var factory = window.IQD.AdController.DependencyInjectionContainer.factory.constructor; var dependencies; entry.create = function (newArgs) { return strategy(name, object, factory, type, newArgs ? newArgs : args, ctx, dependencies); }; entry.object = function (o) { if (!arguments.length) { object = entry.create(); return object; } else { object = o; return entry; } }; entry.strategy = function (s) { if (!arguments.length) return strategy; strategy = s; return entry; }; entry.type = function (t) { if (!arguments.length) return type; type = t; return entry; }; entry.dependencies = function (d) { if (!arguments.length) return dependencies; dependencies = d; return entry; }; entry.args = function (a) { if (!arguments.length) return args; args = a; return entry; }; entry.factory = function (f) { if (!arguments.length) return factory; factory = f; return entry; }; return entry; }, strategy: { proto: function (name, object, factory, type, args, ctx, dependencies) { object = factory(type, args); return ctx.ready(ctx.inject(name, object, dependencies)); }, singleton: function (name, object, factory, type, args, ctx, dependencies) { if (!object) object = factory(type, args); return object; } }, factory: { constructor: function (type, args) { if (args instanceof Array) { return eval(window.IQD.AdController.DependencyInjectionContainer.utils.invokeStmt(args, "new")); } else { return new type(args); } }, func: function (type, args) { if (args instanceof Array) { return eval(window.IQD.AdController.DependencyInjectionContainer.utils.invokeStmt(args)); } else { return type(args); } } } }; window.IQD.AdController.DependencyInjectionContainer.utils = {}; window.IQD.AdController.DependencyInjectionContainer.utils.invokeStmt = function (args, op) { var exp = op ? op : ""; exp += " type("; var i = 0; for (; i < args.length; ++i) exp += "args[" + i + "],"; if (i > 0) exp = exp.slice(0, exp.length - 1); exp += ")"; return exp; }; (function(){window.IQD.AdController.Constants.PositionVars={LOADING_MODE:"loadMode",ENABLED:"enabled",TEMPLATE:"template",SAS_FORMAT_ID:"sas_format_id",CLOSURE_TEMPLATE:"closure_template",CONTAINER_TEMPLATE:"container_template",DOM_ELEMENT_ID:"dom_id"};window.IQD.AdController.Constants.Instructions={DISABLE_POSITIONS:"$off",SUBSITE_HANDLE:"$handle",AUTO_SIZE_FRAMES:"$autoSizeFrames",SIZE_MEASUREMENT_DELAY:"$sizeMeasurementDelay",FRAME_LOADER_URI:"$frameLoaderUri",LOCAL_SCRIPT_SPLIT_MARKER_REGEX:/(?:^\/\/\s*AdControllerNewScript\s*$)|(?:^\/\*\s*AdControllerNewScript\s*\*\/\s*$)/mi}; window.IQD.AdController.Constants.ConfigTree={ROOT_NODE:"adc_root_node",PARENT_NODE:"adc_parent",POSITIONS:"adc_positions",VARS:"adc_config",INDEX:"adc_index",SCRIPTS:"adc_scripts",NODE_CONFIG:"adc_nodes",ADAPTER_NAME:"adc_adapter",LOCAL_SCRIPT:"adc_local_script",LOCAL_STYLE:"adc_local_style",SHUTDOWN_MATRIX:"adc_shutdown_matrix",DEPEDENCIES:"adc_dependencies",DELIVERY_DATE:"adc_delivery_date",DELIVERY_VERSION:"adc_delivery_version"};window.IQD.AdController.Constants.Messages={NOT_INITIALIZED:"The AdController is not initialized", GPT_STAGING_PHASE_REQUIRED:"Using GPT in synchronous rendering mode requires the AdController.stage() method to be called from a top-level script element before initialization.",SKIPPED_RENDERING:function(c,f){return"Skipped invoking \u00b4"+f+"()\u00b4 on adapter for \u00b4"+c+"\u00b4 because the position is disabled"},TEMPLATE_CANCELLED:function(c,f){return"Rendering for \u00b4"+c+"\u00b4 cancelled by template with message: \u00b4"+f+"\u00b4"},RENDER_TARGET_NOT_FOUND:function(c,f){return"Could not find a DOM element with ID \u00b4"+ c+"\u00b4 when rendering position \u00b4"+f+"\u00b4"},CANNOT_RELOAD_POSITION:function(c){return"Attempted to reload the non-reloadable position \u00b4"+c+"\u00b4"},NO_MESSAGE:"no message",ALREADY_INITIALIZED:"The AdController was already initialized",NEVER_INITIALIZED:"The AdController was never initialized before",SUBSITE_HANDLE_MISSING:"No subsite handle was given",INVALID_CMS_OBJECT:"Invalid CmsObject given",INVALID_ADAPTER_SERVICE:"The adapter name that was resolved from SiteConfig is invalid or does not have an associated service.", INVALID_POSITION_KEY:function(c){return"The position \u00b4"+c+"\u00b4 does not exist."},MANDATORY_PARAMETER_MISSING:function(c,f){return"undefined"===typeof f?"Required parameter \u00b4"+c+"\u00b4 is missing.":"Required parameter \u00b4"+c+"\u00b4 for position `"+f+"` is missing."},MANDATORY_PARAMETER_EMPTY:function(c){return"Required parameter \u00b4"+c+"\u00b4 cannot be empty."},PARAMETER_VALUE_INVALID:function(c,f){return"undefined"===typeof f?"Value of parameter `"+c+"` is invalid.":"Value of parameter `"+ c+"` for position `"+f+"` is invalid."},POSITION_NOT_RENDERED:function(c){return"Position "+c+" not rendered."},POSITION_DISABLED:function(c,f){return'Position "'+c+'" has been disabled in '+f+" and will not be rendered."},CLOSURE_REQUIRED:function(c,f){return"The template for position \u00b4"+c+"\u00b4 must return a closure, but return type was \u00b4"+f+"\u00b4."},DEPENDENCY_NOT_FOUND:function(c,f){return"The dependency \u00b4"+f+"\u00b4 in category \u00b4"+c+"\u00b4 could not be found."},FAILED_LOADING_DEPENDENCY:function(c, f){return"The dependency at path \u00b4"+f+"\u00b4 ("+c+") could not be loaded. This probably causes the AdServer-Adapter to be inoperative."},INVALID_ARGUMENT:function(c,f,d,e){return"Argument "+f+" given to \u00b4"+c+"\u00b4 is expected to be of type \u00b4"+d+"\u00b4, but got \u00b4"+e+"\u00b4 instead."},CLOSURE_SHOULD_INVOKE_METHOD:function(c,f,d){return"The closure `"+f+"` for position `"+c+"` should invoke the method `"+d+"`."},ARGUMENT_NOT_IN_ARRAY:function(c,f,d){return"Argument "+f+" given to \u00b4"+ c+"\u00b4 must be one of the following: \u00b4"+d.join(", ")+"\u00b4"},ARGUMENT_EMPTY:function(c,f){return"Argument "+f+" given to \u00b4"+c+"\u00b4 cannot be empty."},INVALID_NON_ENCODED_QUERY_ARG:function(c){return"Non-encoded query arguments are not allowed to contain the characters for \u00b4queryArgSeparator\u00b4, \u00b4keyValueSeparator\u00b4 and \u00b4startQuery\u00b4 as given in the UrlBuilder constructor: \u00b4"+c.join("")+"\u00b4"}};window.IQD.AdController.Constants.MessageTypes={ERROR:"error", EXPECTED_ERROR:"expected_error",WARNING:"warning",INFO:"info"};window.IQD.AdController.Constants.LoadingModes={SYNC_INLINE:"sync-inline",SYNC_DEFERRED:"sync-deferred",ASYNC_INLINE:"async-inline",ASYNC_DEFERRED:"async-deferred"};window.IQD.AdController.Constants.CommonConfigVars={DEFINITION_MODE:"defMode",LOADING_MODE:"loadMode",SLOT_TEMPLATE:"slot_template",SERVICE_TEMPLATE:"template",LIB_TEMPLATE_SYNC:"template_lib_sync",LIB_TEMPLATE_ASYNC:"template_lib_async"};window.IQD.AdController.Constants.DefinitionModes= {ON_INITIALIZE:"initialize",ON_RENDER:"render"};window.IQD.AdController.Constants.GlobalLoadingModes={ASYNC:"async",SYNC:"sync"}})();(function(){window.AdControllerContainer=window.IQD.AdController.DependencyInjectionContainer.createContext()})(); (function(c){var f,d;d=String.prototype.trim;f=function(){function e(){}e.trim=function(a){return"string"!==typeof a?a:d?d.call(a):this._trim(a)};e._trim=function(a){return a.replace(/^\s+|\s+$/gm,"")};e.isAssocArray=function(a){return c.isObject(a)&&"function"!==typeof a&&!c.isArray(a)};e.inherit=function(a,b){function g(){this.constructor=a}for(var h in b)b.hasOwnProperty(h)&&(a[h]=b[h]);g.prototype=b.prototype;try{a.prototype=new g,a.__super__=b.prototype}catch(c){}return a};e.isInternetExplorer= function(){return-1!==this.getInternetExplorerVersion()};e.getInternetExplorerVersion=function(){var a;"Microsoft Internet Explorer"===window.navigator.appName&&(a=window.navigator.userAgent.match(/MSIE (\d+)(?:\.(\d+))?/));"Netscape"===window.navigator.appName&&(a=window.navigator.userAgent.match(/Trident\/.*rv:(\d+)(?:\.(\d+))?/));if(null===a)return-1;var b=a[1];a=a[2];"undefined"===typeof a&&(a=0);return parseFloat(b+"."+a)};e.compareInternetExplorerVersion=function(a,b){var g=this.getInternetExplorerVersion(); if(-1===g)return!1;switch(a){case "=":return g===b;case ">":return g>b;case "<":return g=":return g>=b}};e._serializeArgument=function(a){var b;if("undefined"===typeof a)return"void 0";if(null===a)return"null";if("string"===typeof a)return"'"+this.addslashes(a)+"'";if("number"===typeof a)return a;if(c.isArray(a)){b=[];for(var g=0;g"+b+""};e.has=function(a,b){return c.isObject(a)?c.has(a,b):!1};e.empty=function(a){return"undefined"===typeof a||null===a||"string"===typeof a&&0===a.length||c.isArray(a)&&0===a.length?!0:c.isObject(a)&&0===c.keys(a).length};e.def=function(a){var b,g,h;c.isArray(a)||(a=[a]);g=0;for(h=a.length;gk*l&&(e=k,f=l):(e=k,f=l,d=!0);return{width:e,height:f}};a.prototype.getIframeWidth=function(){return this.fifWidth};a.prototype.getIframeHeight=function(){return this.fifHeight};a.prototype.getClockArguments=function(){return this.clockArgs};a.prototype.hasNonEmpty=function(){for(var b= 0,a=arguments.length;bd)throw Error("Mutex timeout cannot be negative.");if(0===d&&"function"!==typeof a)throw Error("Mutex must either have a timeout or a valid verify function.");this._timeout=d;this._verifyFunction=a||function(){return!1};this._signaled=!1}d.prototype.test=function(){this._signaled=this._verifyFunction()};d.prototype.isSignaled=function(){return this._signaled}; d.prototype.getTimeout=function(){return this._timeout};return d}();window.IQD.AdController.Mutex=f})(window.IQD.AdController.Constants);(function(){var c;c=function(){function c(){}c.prototype.log=function(d,e,a){return!0};return c}();window.IQD.AdController.NoLogger=c})(); (function(c){var f;f=function(d){function e(a){this.message=a;this.name="InterruptionError";"function"===typeof Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}c.inherit(e,d);return e}(Error);window.IQD.AdController.InterruptionError=f})(window.IQD.AdController.ADCU); (function(c){c=function(){function c(){}c.prototype.dependencies="_logger=Logger";c.prototype._logger=null;c.prototype.containAll=function(d){var c,a;if("object"===typeof d)for(c in d)a=d[c],"function"!==typeof a||this._isPrivate(c)||(d[c]=this.contain(a,d))};c.prototype.contain=function(d,c){return this._wrap(d,c)};c.prototype.handle=function(d){this._logger&&this._logger.log&&"function"===typeof this._logger.log&&this._logger.log(d)};c.prototype._isPrivate=function(d){return"string"===typeof d&& "_"===d.substring(0,1)};c.prototype._wrap=function(d,c){return d};return c}();window.IQD.AdController.BaseExceptionHandler=c})(window.IQD.AdController.ADCU);(function(c){var f;f=function(d){function e(){}c.inherit(e,d);e.prototype._wrap=function(a,b){var g;g=this;return function(){var d;try{d=a.apply(b,arguments)}catch(c){g.handle(c),d=!1}return d}};return e}(window.IQD.AdController.BaseExceptionHandler);window.IQD.AdController.ExceptionHandler=f})(window.IQD.AdController.ADCU); (function(c,f,d){c=function(){function c(){}c.prototype.dependencies="_logger=Logger, _adController=AdController, _staging=Staging, _eventDispatcher=EventDispatcher";c.prototype._logger=null;c.prototype._adController=null;c.prototype._staging=null;c.prototype._eventDispatcher=null;c.prototype._nodeConfig=null;c.prototype._renderedPositions={};c.prototype.initialize=function(a){this._nodeConfig=a};c.prototype.finalize=function(){this._logUnrenderedPositions();return[]};c.prototype._handleTemplateException= function(a,b){if(b instanceof window.IQD.AdController.InterruptionError)return this._logger.log(f.Messages.TEMPLATE_CANCELLED(a,b.message||f.Messages.NO_MESSAGE),f.MessageTypes.INFO),!1;throw b;};c.prototype._invokeBeforeTemplate=function(a,b,g){a=new window.IQD.AdController.BeforeTemplateEvent(a,b,g);this._eventDispatcher.dispatch(a)};c.prototype._logUnrenderedPositions=function(){d.each(d.keys(this._nodeConfig._positions),function(a){var b=d.contains(this._adController._siteConfig._disabledPositions, a)||!this._nodeConfig.isPositionEnabled(a),g=d.contains(d.keys(this._renderedPositions),a),c=g&&void 0!==this._renderedPositions[a].status&&!this._renderedPositions[a].status;b||g&&!c||this._logger.log(f.Messages.POSITION_NOT_RENDERED(a),f.MessageTypes.WARNING)},this)};c.prototype._beforeReload=function(a){var b=this.isReloadable(a);b||this._logger.log(f.Messages.CANNOT_RELOAD_POSITION(a),f.MessageTypes.WARNING);return b};return c}();window.IQD.AdController.AdServerAdapter=c})(window.IQD.AdController.ADCU, window.IQD.AdController.Constants,window.IQD.AdController.underscore); (function(c,f,d,e){var a;a=function(){function b(){}b.prototype.completionTimeout=5E3;return b}();e=function(){function b(b,a,c,d){this._domTarget=a;this._pkey=b;this._cb=c;this._existingSlot=d}b.prototype.defineSlot=function(b,a){if(this._existingSlot)return this._existingSlot;var c=googletag.defineSlot(b,a,this._domTarget);c&&("function"===typeof this._cb&&this._cb(this._pkey,c),c._ac_pkey=this._pkey);return c};b.prototype.defineOutOfPageSlot=function(b){if(this._existingSlot)return this._existingSlot; if(b=googletag.defineOutOfPageSlot(b,this._domTarget))"function"===typeof this._cb&&this._cb(this._pkey,b),b._ac_pkey=this._pkey;return b};return b}();window.IQD.AdController.GPTAdapterProxy=e;e=function(b){function g(){this._compiledSlotTemplate=this._compiledTemplate=null;this._renderedPositions={};this._finishedPositions=[];this._slotDefinitions={};this._defined={};this._nodeConfig=null;this._reinit=!1;this._renderInvocations=[];this._invocationTrackingFinished=!1;this._completionTimeout=null; this._completionEventThrown=!1;this._adapterConfig=new a;g.__super__.constructor.apply(this,arguments)}c.inherit(g,b);g.prototype._commandStackHandler=function(b){window.googletag.cmd.push(b)};g.prototype.stage=function(b){(b=b.getVar(d.CommonConfigVars.LIB_TEMPLATE_ASYNC))&&b.length?this._staging.appendScript(b,!0):this._loadGpt()};g.prototype._installGptCommandQueue=function(){window.googletag=window.googletag||{};window.googletag.cmd=window.googletag.cmd||[]};g.prototype._loadGpt=function(){var b= document.location.protocol+"//www.googletagservices.com/tag/js/gpt.js",a=this._logger,g=document.createElement("script");g.setAttribute("type","text/javascript");g.setAttribute("src",b);g.setAttribute("async","async");var c=function(){},e=function(){a.log(d.Messages.FAILED_LOADING_DEPENDENCY("gpt.js",b),d.MessageTypes.ERROR)};"function"===typeof g.addEventListener?(g.addEventListener("load",c),g.addEventListener("error",e)):(g.attachEvent("onload",c),g.attachEvent("onerror",e));(c=document.getElementsByTagName("script")[0])? c.parentNode.insertBefore(g,c):document.head.appendChild(g)};g.prototype.reinitialize=function(b){this._nodeConfig=b;this._commandStackHandler(this._compiledTemplate({nc:this._nodeConfig,_:f,logger:this._logger,GPTAdapterConfig:this._adapterConfig,reinit:!0}));for(var a in this._slotDefinitions)googletag.destroySlots([this._slotDefinitions[a]]);this._slotDefinitions={};this._renderedPositions={};this._compiledSlotTemplate=null;this._reinit=!0;this._predefine();this.startLoadCycle()};g.prototype.initialize= function(b){this._nodeConfig=b;this._installGptCommandQueue();this._initialize()};g.prototype._initialize=function(){var b,a,g,c=d.CommonConfigVars.SERVICE_TEMPLATE;if(!this._nodeConfig.hasVar(c))throw Error(d.Messages.MANDATORY_PARAMETER_MISSING(c));g=this._nodeConfig.getVar(c);if(null===g||""===g)throw Error(d.Messages.MANDATORY_PARAMETER_EMPTY(c));if(null===this._compiledTemplate)try{this._compiledTemplate=f.template(g)}catch(e){throw Error("Compiler error in \u00b4"+c+"\u00b4:"+e.message);}try{b= {nc:this._nodeConfig,_:f,logger:this._logger,GPTAdapterConfig:this._adapterConfig,reinit:!1},a=this._compiledTemplate(b)}catch(p){return this._handleTemplateException("GPTAdapter::initialize",p)}if("function"!==typeof a)throw Error(d.Messages.CLOSURE_REQUIRED("GPTAdapter::initialize",typeof a));var q=this;this._commandStackHandler(a);this._commandStackHandler(function(){googletag.pubads().addEventListener("slotRenderEnded",function(b){q._finishedPositions.push(b.slot._ac_pkey);q._renderCompletedCheck.call(q)})}); d.DefinitionModes.ON_INITIALIZE===this._determineDefinitionMode()&&this._predefine()};g.prototype._determineDefinitionMode=function(){var b,a=d.CommonConfigVars.DEFINITION_MODE;if(!this._nodeConfig.hasVar(a))throw Error(d.Messages.MANDATORY_PARAMETER_MISSING(a));b=this._nodeConfig.getVar(a);if(null===b||""===b)throw Error(d.Messages.MANDATORY_PARAMETER_EMPTY(a));if(b!==d.DefinitionModes.ON_INITIALIZE&&b!==d.DefinitionModes.ON_RENDER)throw Error(d.Messages.PARAMETER_VALUE_INVALID(a));return b};g.prototype.getGoogleSlot= function(b){return c.prop(this._slotDefinitions,b,null)};g.prototype.finalize=function(){g.__super__.finalize.apply(this,arguments);this._invocationTrackingFinished=!0;if(!this._renderCompletedCheck()){var b=this;this._completionTimeout=window.setTimeout(function(){b._eventDispatcher.dispatch(new window.IQD.AdController.GptCompletionTimeoutEvent)},this._adapterConfig.completionTimeout)}return this._renderInvocations};g.prototype._renderCompletedCheck=function(){if(this._completionEventThrown)return!0; if(!this._invocationTrackingFinished||00&&!iq_tileDistroyed){startReload(e.slot.getSlotElementId())}}}});googletag.pubads().collapseEmptyDivs();googletag.pubads().addEventListener("slotRenderEnded",function(evt){if(window.hasOwnProperty("iqPerf")&&window.iqPerf&&evt.slot.getSlotElementId()==window.IQD_varPack.cpTile){window.IQCreateMark("gpt_slotRenderEnded");window.IQRunMeasurement()}var iatcid=evt.slot.getSlotElementId();if(iatcid==="iqadtile3"){safeFrame();setTimeout(function(){safeFrame()},300)}var slotLineItemId=evt.lineItemId?evt.lineItemId+"":"",litKw=slotLineItemId!=""?",lit"+slotLineItemId.slice(-5):"";if(litKw!=""&&(iatcid==="iqadtile3"||iatcid==="iqadtile4"||iatcid==="iqadtile5")){IQD.AdController.ExecutionContext.prototype.cvars["keywords"]+=litKw}if(typeof window.treatToSubload==="function"){window.treatToSubload(iatcid)}if(typeof window.IQD.PA_HB.recycledBidCache!=="undefined"&&typeof window.IQD.PA_HB.recycledBidCache[iatcid]!=="undefined"){if(evt.advertiserId===4612402464){if(typeof window.IQD.PA_HB.recycledBidCache[iatcid].sponsor==="undefined"){window.IQD.PA_HB.recycledBidCache[iatcid].response=true;window.IQD.PA_HB.recycledBidCache[iatcid].wasUsed=true}else{window.IQD.PA_HB.recycledBidCache[window.IQD.PA_HB.recycledBidCache[iatcid].sponsor].response=true;window.IQD.PA_HB.recycledBidCache[window.IQD.PA_HB.recycledBidCache[iatcid].sponsor].wasUsed=true}}else{if(typeof window.IQD.PA_HB.recycledBidCache[iatcid].sponsor==="undefined"){window.IQD.PA_HB.recycledBidCache[iatcid].response=true;window.IQD.PA_HB.recycledBidCache[iatcid].wasUsed=false}else{window.IQD.PA_HB.recycledBidCache[window.IQD.PA_HB.recycledBidCache[iatcid].sponsor].response=true;window.IQD.PA_HB.recycledBidCache[window.IQD.PA_HB.recycledBidCache[iatcid].sponsor].wasUsed=false}}}if(iatcid!=="iqadtileOOP"&&iatcid!=="iqadtile1"){window.setIQTile(iatcid);if(iatcid=="iqadtile4"||iatcid=="iqadtile5"||iatcid=="iqadtile8"||iatcid=="iqadtile9"||iatcid=="iqadtile16"){setTimeout(function(){var wPropTile=function(){if(document.querySelector("#"+iatcid+" > div")&&document.querySelector("#"+iatcid+\' > div >iframe[id^="google_ads_iframe"]\')){return window.getComputedStyle(document.querySelector("#"+iatcid+\' > div >iframe[id^="google_ads_iframe"]\')).getPropertyValue("width")}else{return"0px"}}();if(wPropTile!=="0px"){window.IQD.Utils.setStyleInContainer("#"+iatcid+"::before {width: "+wPropTile+";margin:0 auto;}"+"#"+iatcid+"{min-width:"+wPropTile+";}")}},500)}}window.IQDAO.AdIdFrame.adxFrame(evt);if(iatcid==="iqadtile1"){var competingOutsideAd=true;if(evt.slot.getHtml()!==""){setTimeout(function(){if(typeof window.IQD_varPack.ad!=="undefined"&&window.IQD_varPack.ad.hasOwnProperty("iqadtile1")){competingOutsideAd=["Sitebar","Wallpaper","Fireplace","DoubleSitebar","DynFireplace"].indexOf(window.IQD_varPack.ad.iqadtile1)>-1?true:false;if(!competingOutsideAd){if(typeof window.IQD_varPack.sprinkleSky==="function"){window.IQD_varPack.sprinkleSky(100,0)}if(window.hasOwnProperty("console")){console.log("IQ - iqadtile1 ("+window.IQD_varPack.ad.iqadtile1+") :: noCompetingOutsideAd => IO in-page assumed")}}else{if(window.hasOwnProperty("console")){console.log("IQ - iqadtile1 ("+window.IQD_varPack.ad.iqadtile1+") :: CompetingOutsideAd => IO out-page assumed")}}}},1200)}else{if(window.hasOwnProperty("console")){console.log("IQ - iqadtile1 (no value):: noCompetingOutsideAd => ADX in-page assumed")}if(typeof window.IQD_varPack.sprinkleSky==="function"){window.IQD_varPack.sprinkleSky(100,0)}}}});function safeFrame(){var iatc=document.getElementById("iqadtile3"),gptIf=iatc.getElementsByTagName("iframe")[0],hideP2=true,gptIfSrc=gptIf.getAttribute("src")||false,isSafeframe=gptIfSrc?gptIfSrc.split(/safeframe/i):[];if(isSafeframe.length>=2){hideP2=false}else{try{if(gptIf.contentWindow.hasOwnProperty("iqdausbuchung")){hideP2=gptIf.contentWindow.iqdausbuchung}else{var hideP2=!gptIf.contentWindow.document.getElementsByTagName("html")[0].hasAttributes()}}catch(e){hideP2=false}}if(!hideP2){iatc.style.display="inline-table"}}window.setConsentBehaviour();googletag.pubads().setTargeting("gs_cat",gs_channels);googletag.enableServices();try{if(window.IQD["Slots"]!==undefined&&window.IQD["Slots"]!==null){window.IQD.Slots.ini(googletag.pubads())}}catch(e){}} %>', slot_template:'<% var isTablet=false;if(document.documentElement.clientWidth<=800){isTablet=true}return function(GPTAdapterProxy){var sizes=[];if(ctx.hasNonEmpty(ctx.pvars.size)){var tmpSize=ctx.pvars.size;if(isTablet()){tmpSize=ctx.pvars.sizeMapTablet}if(ctx.pvars.tile=="21"&&document.documentElement.clientWidth<=1600){if(/300x600/.test(tmpSize)){tmpSize=tmpSize.replace(/300x600/g,",").replace(/,,/g,"")}}if(ctx.hasNonEmpty(tmpSize)){window.IQD_varPack.gptAdSlotSize.push([ctx.pvars.tile,tmpSize]);window.IQD_varPack.adReloadPipe.push(ctx.pvars.dom_id);sizes=_.map(tmpSize.split(","),function(e){var _t=e.split("x");if(_t!="fluid"){return[parseInt(_t[0]),parseInt(_t[1])]}else{return _t}});sizes=sizes.length==1?sizes.pop():sizes}}function isTablet(){return window.hasOwnProperty("orientation")}var slot;var unit;var separator="/";var kw=[];var l;var kwCache="";unit="/183/"+ctx.vars.level1;function convertLevelData(level){l=level;l=l.split("/");l=/\\W/.test(l[0])?l[0].replace(/[^A-Z0-9]+/gi,"_"):l[0];unit+=separator+l}function sanitizeKeywords(kwString){var c=kwString.split(",");var r=c.filter(function(x){return x!==" "});var f=r.map(function(z){return z.replace(/[^\\w\u00f6\u00e4\u00fc\u00df]/gi,"_")});return f}var iqd_TestKW=window.IQD_varPack.iqd_TestKW;if(iqd_TestKW!="iqadview"&&iqd_TestKW!="iqviewadplace"){if(ctx.hasNonEmpty(ctx.cvars.level2)){convertLevelData(ctx.cvars.level2)}if(ctx.hasNonEmpty(ctx.cvars.level3)){convertLevelData(ctx.cvars.level3)}if(ctx.hasNonEmpty(ctx.cvars.level4)){convertLevelData(ctx.cvars.level4)}if(ctx.hasNonEmpty(ctx.vars.layoutType)){if(ctx.vars.layoutType!="not_in_use"){unit+=separator+ctx.vars.layoutType}}}else{unit=iqd_TestKW=="iqadview"?unit+separator+"iqadview":"/183/iqviewadplace"}if(ctx.hasNonEmpty(ctx.pvars.is_oop)&&!!ctx.pvars.is_oop){slot=GPTAdapterProxy.defineOutOfPageSlot(unit)}else{slot=GPTAdapterProxy.defineSlot(unit,sizes)}slot.addService(googletag.pubads());try{window.IQD.viewKeys.getKey(ctx)}catch(e){}if(ctx.hasNonEmpty(ctx.vars.keywords)){kw=sanitizeKeywords(ctx.vars.keywords)}if(ctx.hasNonEmpty(ctx.pvars.keywords)){kw=kw.concat(sanitizeKeywords(ctx.pvars.keywords))}if(ctx.hasNonEmpty(ctx.cvars.keywords)){kw=kw.concat(sanitizeKeywords(ctx.cvars.keywords))}kw=_.uniq(kw);kw=kw.concat("ach_"+window.AdController._handle);kw=kw.concat(window.IQD_varPack.iqd_TestKW.split(","));kw=kw.join(",").replace(/\\s/g,"").split(",");if(kw.length){slot.setTargeting("kw",kw)}if(ctx.hasNonEmpty(ctx.vars.doc)){slot.setTargeting("doc",ctx.vars.doc)}if(ctx.hasNonEmpty(ctx.vars.iqadtype)){slot.setTargeting("iqadtype",ctx.vars.iqadtype)}if(ctx.hasNonEmpty(ctx.cvars.tma)){slot.setTargeting("tma",ctx.cvars.tma)}if(ctx.hasNonEmpty(ctx.pvars.tile)){slot.setTargeting("tile",ctx.pvars.tile)}if(window.IQD&&window.IQD.abtest){slot.setTargeting("abtest",String.fromCharCode(97+20*Math.random()))}var kvObj=IQD.KV.getKvGlobal("iqadtile"+ctx.pvars.tile);IQD.KV.add("iqfeature",kvObj.iqfeature).set(slot);if(typeof window.extData!=="undefined"){for(var key in window.extData){if(window.extData.hasOwnProperty(key)){slot.setTargeting(key,window.extData[key])}}}try{IQD.PA_HB.runPrebid("iqadtile"+ctx.pvars.tile,slot,ctx.pvars.size.split(","),kw)}catch(e){console.error(e)}function acDontCollapseEmpty(ptile){if(ctx.pvars.tile==ptile)slot.setCollapseEmptyDiv(false)}function acCollapseEmptyBeforeAdFetch(ptile){if(ctx.pvars.tile==ptile)slot.setCollapseEmptyDiv(true,true)}function acCollapseEmptyAfterAdFetch(ptile){if(ctx.pvars.tile==ptile)slot.setCollapseEmptyDiv(true)}acCollapseEmptyBeforeAdFetch(0);acCollapseEmptyBeforeAdFetch(1);acCollapseEmptyBeforeAdFetch(2);acCollapseEmptyBeforeAdFetch(3);acCollapseEmptyBeforeAdFetch(4);acCollapseEmptyBeforeAdFetch(5);acCollapseEmptyBeforeAdFetch(8);acCollapseEmptyBeforeAdFetch(9);acCollapseEmptyBeforeAdFetch(16);acCollapseEmptyBeforeAdFetch(99);window.iqd_gpt_slots=window.iqd_gpt_slots||[];window.iqd_gpt_slots.push(slot);try{if(window.IQD["Slots"]!==undefined&&window.IQD["Slots"]!==null){window.IQD.Slots.addSlot(slot.getSlotElementId())}}catch(e){}if(window.hasOwnProperty("iqPerf")&&ctx.pvars.dom_id==window.IQD_varPack.cpTile){window.IQCreateMark("ac_templ_ready")}} %>', defMode:"render",template_lib_async:'window.iqgptjs_idle="true";',level1:"ariva",doc:"index",iqadtype:"online",keywords:"ariva,enozqi,digtransform",layoutType:"index",hbdealid:null,xandrPubId:"1567715",xandrLevel1:"iqdariva"},adc_positions:{iqadtile1:{enabled:!0,dom_id:"iqadtile1",is_oop:!1,size:"99x1,600x1200,728x90",keywords:"iqadtile1",tile:"1",sizeMapTablet:"99x1",sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile12:{enabled:!1,dom_id:"iqadtile12",is_oop:!1,size:"99x1,300x250",keywords:"iqadtile12", tile:"12",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile14:{enabled:!1,dom_id:"iqadtile14",is_oop:!1,size:"99x1,300x250",keywords:"iqadtile14",tile:"14",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile15:{enabled:!0,dom_id:"iqadtile15",is_oop:!1,size:"99x1,150x40",keywords:"iqadtile15",tile:"15",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile151:{enabled:!1,dom_id:"iqadtile151",is_oop:!1,size:"99x1,800x250",keywords:"iqadtile151", tile:"151",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile16:{enabled:!0,dom_id:"iqadtile16",is_oop:!1,size:"99x1,300x250,615x100,728x90,800x250,970x90,970x250,1000x100,1000x125,1000x167,1000x250,1000x333,1000x500,fluid",keywords:"iqadtile16",tile:"16",sizeMapTablet:"99x1,300x250,615x100,728x90,800x250,970x90,970x250,1000x100,1000x125,1000x167,1000x250,1000x333,1000x500,fluid",sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile161:{enabled:!1,dom_id:"iqadtile161", is_oop:!1,size:"99x1,560x170,728x90,800x250,970x90,970x250,1000x100,1000x125,1000x167,1000x250,1000x333,1000x500,1000x1000",keywords:"iqadtile161",tile:"161",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile2:{enabled:!1,dom_id:"iqadtile2",is_oop:!1,size:"99x1,120x600,160x600,200x600",keywords:"iqadtile2",tile:"2",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile20:{enabled:!1,dom_id:"iqadtile20",is_oop:!1,size:"99x1,120x600,160x600,200x600,300x600", keywords:"iqadtile20",tile:"20",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile21:{enabled:!0,dom_id:"iqadtile21",is_oop:!1,size:"99x1,120x600,160x600,200x600,300x600,600x1200",keywords:"iqadtile21",tile:"21",sizeMapTablet:null,sizeMapMobile:null,maxWidth:"300",maxHeight:"600"},iqadtile3:{enabled:!0,dom_id:"iqadtile3",is_oop:!1,size:"99x1,800x250,940x250,970x90,970x250,1000x100,1000x125,1000x167,1000x250,1000x333",keywords:"iqadtile3",tile:"3",sizeMapTablet:"99x1,800x250,940x250,970x90,970x250,1000x100,1000x125,1000x167,1000x250,1000x333", sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile4:{enabled:!0,dom_id:"iqadtile4",is_oop:!1,size:"99x1,160x90,300x200,300x250,615x100,728x90,800x250,970x90,970x250,1000x100,1000x125,1000x167,1000x250,1000x333,fluid",keywords:"iqadtile4",tile:"4",sizeMapTablet:"99x1,160x90,300x200,300x250,615x100,728x90,800x250,970x90,970x250,1000x100,1000x125,1000x167,1000x250,1000x333,fluid",sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile41:{enabled:!1,dom_id:"iqadtile41",is_oop:!1,size:"99x1,300x250,510x180,560x170,728x90,800x250,970x90,970x250,1000x100,1000x125,1000x167,1000x250,1000x333", keywords:"iqadtile41",tile:"41",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile42:{enabled:!1,dom_id:"iqadtile42",is_oop:!1,size:"99x1,300x250,510x180,560x170,728x90,800x250,970x90,970x250,1000x100,1000x125,1000x167,1000x250,1000x333",keywords:"iqadtile42",tile:"42",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile43:{enabled:!1,dom_id:"iqadtile43",is_oop:!1,size:"99x1,300x250,510x180,560x170,728x90,800x250,970x90,970x250,1000x100,1000x125,1000x167,1000x250,1000x333", keywords:"iqadtile43",tile:"43",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile5:{enabled:!0,dom_id:"iqadtile5",is_oop:!1,size:"99x1,300x200,300x250,615x100,728x90,800x250,970x90,970x250,1000x100,1000x125,1000x167,1000x250,1000x333,1000x500,fluid",keywords:"iqadtile5",tile:"5",sizeMapTablet:"99x1,300x200,300x250,615x100,728x90,800x250,970x90,970x250,1000x100,1000x125,1000x167,1000x250,1000x333,1000x500,fluid",sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile51:{enabled:!1, dom_id:"iqadtile51",is_oop:!1,size:"99x1,300x250,510x180,560x170,728x90,800x250,970x90,970x250,1000x100,1000x125,1000x167,1000x250,1000x333,1000x500",keywords:"iqadtile51",tile:"51",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile52:{enabled:!1,dom_id:"iqadtile52",is_oop:!1,size:"99x1,300x250,510x180,560x170,728x90,800x250,970x90,970x250,1000x100,1000x125,1000x167,1000x250,1000x333,1000x500",keywords:"iqadtile52",tile:"52",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null, maxHeight:null},iqadtile53:{enabled:!1,dom_id:"iqadtile53",is_oop:!1,size:"99x1,300x250,510x180,560x170,728x90,800x250,970x90,970x250,1000x100,1000x125,1000x167,1000x250,1000x333,1000x500",keywords:"iqadtile53",tile:"53",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile6:{enabled:!1,dom_id:"iqadtile6",is_oop:!1,size:"99x1,940x250",keywords:"iqadtile6",tile:"6",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile8:{enabled:!0,dom_id:"iqadtile8",is_oop:!1, size:"99x1,120x600,160x600,200x600,300x100,300x250,300x300,300x600,fluid",keywords:"iqadtile8",tile:"8",sizeMapTablet:"99x1,120x600,160x600,200x600,300x100,300x250,300x300,300x600,fluid",sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile81:{enabled:!1,dom_id:"iqadtile81",is_oop:!1,size:"99x1,300x250,300x300,300x600",keywords:"iqadtile81",tile:"81",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile82:{enabled:!1,dom_id:"iqadtile82",is_oop:!1,size:"99x1,300x250,300x300,300x600", keywords:"iqadtile82",tile:"82",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile83:{enabled:!1,dom_id:"iqadtile83",is_oop:!1,size:"99x1,300x250,300x300,300x600",keywords:"iqadtile83",tile:"83",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile9:{enabled:!0,dom_id:"iqadtile9",is_oop:!1,size:"99x1,300x100,300x250,300x300,fluid",keywords:"iqadtile9",tile:"9",sizeMapTablet:"99x1,300x100,300x250,300x300,fluid",sizeMapMobile:null,maxWidth:null,maxHeight:null}, iqadtile99:{enabled:!0,dom_id:"iqadtile99",is_oop:!1,size:"99x1,300x200",keywords:"iqadtile99",tile:"99",sizeMapTablet:"99x1,300x200",sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile991:{enabled:!1,dom_id:"iqadtile991",is_oop:!1,size:"99x1,300x200",keywords:"iqadtile991",tile:"991",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtile992:{enabled:!1,dom_id:"iqadtile992",is_oop:!1,size:"99x1,300x200",keywords:"iqadtile992",tile:"992",sizeMapTablet:null,sizeMapMobile:null, maxWidth:null,maxHeight:null},iqadtile993:{enabled:!1,dom_id:"iqadtile993",is_oop:!1,size:"99x1,300x200",keywords:"iqadtile992",tile:"993",sizeMapTablet:null,sizeMapMobile:null,maxWidth:null,maxHeight:null},iqadtileOOP:{enabled:!0,dom_id:"iqadtileOOP",is_oop:!0,size:"out-of-page",keywords:"iqadtileOOP",tile:"0",sizeMapTablet:"out-of-page",sizeMapMobile:null,maxWidth:null,maxHeight:null}},adc_local_script:'window.IQD_varPack={cpTile:"iqadtile3",iqdSite:"ariva",iqdSiteWrapper:"WEBSEITE",iqdSiteInfo:[[1010,0,0],[0,0,1010],[0,0,1010],["center","fullBodyBg"],["y","y","y"]],iqdCountSkyReq:parseInt(0),acAdapter:typeof AdController._siteConfig!=="undefined"?AdController._siteConfig._adapterName:"undefined",acCreativeIdentifier:"true",iqdEnableSky:"neutral",ord:Math.random()*1e16,gptAdSlotSize:[],roundBids:IQD.Utils.roundBids,iqdLaunch:"digtransform",ad:{},ausbuchung:{},adSlotLabel:{iqadtile1:false,iqadtile3:true,iqadtile4:true,iqadtile5:true,iqadtile8:true,iqadtile9:true,iqadtile16:true,iqadtile99:true},adReloadHandle:[],litKw:"",adReloadPipe:[],tplfn2clr:[],iqd_TestKW:IQD.Utils.getUriParam("iqadtest")||"iqlive",fetchComputedStyle:IQD.Utils.getGlobalStyle,renderAfterDaisyBit:{},sprinkleSkyOnHomepage:true};(function(){function createIQLabel(tile){var css;if(tile==="iqadtile3"||tile==="iqadtile4"||tile==="iqadtile5"||tile==="iqadtile9"||tile==="iqadtile8"||tile==="iqadtile16"||tile==="iqadtile99"){css="div#"+tile+"::before {content: \'Anzeige\'; color: #afafaf;font-size:11px; position:absolute; top:-14px; right:0px; text-align: right; line-height:15px;text-transform:uppercase}"}IQD.Utils.setStyleInContainer(css)}function setIQCreativeSpace(tile){var margincss="";if(tile=="iqadtile3")margincss="margin-bottom:10px; margin-top:10px;";if(tile=="iqadtile4")margincss="margin-bottom:10px; margin-top:10px;";if(tile=="iqadtile5")margincss="margin-bottom:10px; margin-top:10px;";if(tile=="iqadtile8")margincss="margin-bottom:10px; margin-top:10px;";if(tile=="iqadtile9")margincss="margin-bottom:10px; margin-top:10px;";if(tile=="iqadtile16")margincss="margin-bottom:10px; margin-top:10px;";if(tile=="iqadtile99")margincss="margin-bottom:10px; margin-top:10px;";window.IQD.Utils.setStyleInContainer("#"+tile+"{"+margincss+"}")}window.setIQTile=function(tile){if(!(window.IQD_varPack.ausbuchung.hasOwnProperty(tile)&&window.IQD_varPack.ausbuchung[tile])&&(window.IQD_varPack.adSlotLabel.hasOwnProperty(tile)&&window.IQD_varPack.adSlotLabel[tile])){createIQLabel(tile);setIQCreativeSpace(tile)}}})();if(window.hasOwnProperty("iqPerf")&&window.iqPerf){AdController.getEventDispatcher().on("after_initialization",function(AfterInitializationEvent){window.IQCreateMark("ac_initialized")})}var level2=window.IQD.AdController.ExecutionContext.prototype.cvars.level2,handle=AdController._handle,inViewConfInfos=window.IQD.Views.getInViewConfiguration(level2,handle),toRenderAds=inViewConfInfos.tile,isRenderAds={},adTile;window.IQD.Views.safetyAreaFactor.factor=inViewConfInfos.safetyAreaFactor;if(inViewConfInfos.networkCheck==true){window.IQD.Utils.checkNetwork(inViewConfInfos.networkCheckURL.imageURL,inViewConfInfos.networkCheckURL.bytes)}AdController.getEventDispatcher().on("render_controller",function(RenderControllerEvent){if(IQGDPR_handle.cmp==="true"&&window.gotDaisyBit==true||IQGDPR_handle.cmp==="false"){adTile=RenderControllerEvent.getPositionKey();if(adTile!="iqadtile1"){window.IQD.Views.addViewabilityCheck(adTile)}if(inViewConfInfos.hasOwnProperty(adTile)){var tileCon=inViewConfInfos[adTile];if(tileCon.hasOwnProperty("safetyAreaFactor")){IQD.Views.getViewTile(adTile).safetyAreaFactor.factor=tileCon.safetyAreaFactor}if(tileCon.hasOwnProperty("yIndexFactor")){IQD.Views.getViewTile(adTile).safetyAreaFactor.yIndexFactor=tileCon.yIndexFactor}}isRenderAds[adTile]=isRenderAds[adTile]!=undefined?isRenderAds[adTile]:"skip";if(toRenderAds.indexOf(adTile)>=0){isRenderAds[adTile]=true;if(adTile==="iqadtile1"){if(RenderControllerEvent.isFirstInvocation()&&RenderControllerEvent.allowsDeferring()){if(window.hasOwnProperty("iqPerf")&&window.iqPerf){window.IQCreateMark("ac_firstInvocation")}return RenderControllerEvent.wait(RenderControllerEvent.createMutex(1500,function(){return typeof delayedData!=="undefined"}))}else{if(window.hasOwnProperty("iqPerf")&&window.iqPerf){window.IQCreateMark("ac_deferredInvocation")}if(IQGDPR_handle.adapter.isAST){window.IQD.adapter.define(adTile);window.IQD.adapter.render(adTile)}return RenderControllerEvent.now()}}if(IQGDPR_handle.adapter.isAST){window.IQD.adapter.define(adTile);window.IQD.adapter.render(adTile)}return RenderControllerEvent.now()}else{if(isRenderAds[adTile]=="skip"){isRenderAds[adTile]=false;return RenderControllerEvent.skip()}else if(isRenderAds[adTile]==false){isRenderAds[adTile]=true;if(IQGDPR_handle.adapter.isAST){window.IQD.adapter.define(adTile);window.IQD.adapter.render(adTile)}return RenderControllerEvent.now()}}}else{window.IQD_varPack.renderAfterDaisyBit[RenderControllerEvent.getPositionKey()]="skip";return RenderControllerEvent.skip()}});window.IQD.Views.addEventListener("startRender",function(evt){if(toRenderAds.indexOf(evt.id)<0){if(window.IQD.Slots.getSlot(evt.id)&&window.IQD.Slots.getSlot(evt.id).renderCounter>=1){AdController.reload(evt.id)}else{AdController.render(evt.id)}}});var iq_inViewTimer=0,iq_inViewLimit=20,iq_tileDistroyed=false,iq_userScroll=false;function startReload(tile){if(document.querySelector("#"+tile)){var parentTile=document.querySelector("#"+tile);getSlotViewTime=setInterval(function(){iq_inViewTimer++;if(iq_inViewTimer>iq_inViewLimit){window.IQD.Events.addEvent(window,"scroll",function(){iq_userScroll=true});console.log("IQ - waiting for user scroll down ..")}else{console.log("IQ - "+tile+" is in view for "+iq_inViewTimer+" seconds (of 20s)")}if(iq_userScroll&&!iq_tileDistroyed){resetTimer();console.log("IQ - destroy "+tile+" gpt slot");googletag.destroySlots([IQD.Slots.slots[tile].slotGPT.slot]);if(document.querySelector("#iqdBackgroundLeft")){document.querySelector("#iqadtile1").removeChild(document.getElementById("iqdBackgroundLeft"))}document.querySelector("#iqadtile1").removeAttribute("class");window.IQD.Utils.setStyleInContainer("body { background-color: "+window.IQD_varPack.fetchComputedStyle(document.body,"background-color")+" } #iqadtile1 {display:block !important;}");var newTile=document.createElement("div");newTile.id="iqadtile21";parentTile.appendChild(newTile);AdController.render("iqadtile21");iq_tileDistroyed=true}},1e3)}}function resetTimer(){iq_inViewTimer=0;clearInterval(getSlotViewTime);console.log("IQ - reset inview timer")}iqdNS={};iqdNS.addEvent=function(event,obj,func){if(window.addEventListener){obj.addEventListener(event,func,false)}else if(document.attachEvent){obj.attachEvent("on"+event,func)}};iqdNS.removeEvent=function(pObj,pType,pFn){var evt="on"+pType;if(typeof pObj.removeEventListener!=="undefined"){pObj.removeEventListener(pType,pFn)}else if(typeof pObj.detachEvent!=="undefined"){pObj.detachEvent(evt,pFn)}else if(typeof pObj[evt]!=="undefined"){pObj[evt]=null}return true};window.gs_channels="DEFAULT";window.myGetGrapeshot=function(){var gsurl=window.location!=window.top.location?document.referrer:window.location;var src_grapeshot="https://iqdigital-ams.gscontxt.net/standard/channels.fcgi?url="+encodeURIComponent(gsurl);if(AdController._handle.indexOf("arti")>-1){IQD.Utils.IQSLoader({url:src_grapeshot,doc:document})}};if(IQGDPR_handle.cmp==="false"&&IQGDPR_handle.hardCutOff==="false"){window.myGetGrapeshot()}window.IQD_ReloadHandle=function(){if(window.IQD_varPack.hasOwnProperty("tplfn2clr")&&window.IQD_varPack.tplfn2clr.hasOwnProperty("length")){var tmpObj;while(tmpObj=window.IQD_varPack.tplfn2clr.pop()){pObj=tmpObj[0];pType=tmpObj[1];pFn=tmpObj[2];iqdNS.removeEvent(pObj,pType,pFn)}}AdController.startLoadCycle();window.IQD.ReloadHandle.resetAll();window.IQD_varPack.adReloadHandle=[];window.IQD_varPack.ausbuchung={};window.IQD_varPack.adSlotLabel={iqadtile1:true,iqadtile3:true,iqadtile4:true,iqadtile5:true,iqadtile8:true,iqadtile9:true,iqadtile16:true,iqadtile99:true};var i=0,traL=toRenderAds.length;for(;i myAdobeGetUrlParameter > arguments",arguments);window.myGetGlobal()};window.myAdobeSetUrlParameter=function(destURL){console&&console.log("window.myAdobeSetUrlParameter _destUrl ",destURL);var _destUrl=destURL,_acHandle=window.AdController._handle||"",_acLevel1=window.AdController.getConfig().resolve(_acHandle).getVar("level1")||"";console&&console.log("window.myAdobeSetUrlParameter _destUrl ",_destUrl);console&&console.log("window.myAdobeSetUrlParameter _acHandle ",_acHandle);console&&console.log("window.myAdobeSetUrlParameter _acLevel1 ",_acLevel1);console&&console.log("window.myAdobeSetUrlParameter top === self ",top===self);if((typeof window.IQGDPR_handle.consentAAM==="string"&&window.IQGDPR_handle.consentAAM==="true"||typeof window.IQGDPR_handle.consentAAM==="boolean"&&window.IQGDPR_handle.consentAAM)&&_destUrl.indexOf("%26iqdcmkal%3Dtrue")===-1&&_destUrl.indexOf(window.location.protocol)>-1&&(_destUrl.indexOf("https://cmk.iqdigital.de")>-1&&_destUrl.indexOf("iqpubred%3D"+_acLevel1)>-1||_destUrl.indexOf(window.location.hostname.split("www.").join(""))>-1)){_destUrl+="%26iqdcmkal%3Dtrue"}return _destUrl};window.document.addEventListener("DOMContentLoaded",function(event){window.myAdobeGetUrlParameter();console&&console.log("[window] > DOMContentLoaded ListenerCallback here - eventObj is ",event)});window.document.addEventListener("readystatechange",function(event){window.myAdobeGetUrlParameter();console&&console.log("[window] > DOMContentLoaded ListenerCallback here - eventObj is ",event);console&&console.log("[window] > readystatechange ListenerCallback here - readyState is ",document.readyState)});window.addEventListener("load",function(event){window.myAdobeGetUrlParameter();console&&console.log("[window] > load ListenerCallback here - eventObj is ",event)});window.myGetGlobal=function(){console&&console.log("[window] > myGetGlobal inside gdpr_adobe-launch_tcfv2strict.js called caller is = ",window.myGetGlobal.caller);if(window.IQGDPR_handle.hardCutOff==="false"){try{(function(_siteId){var _adobeId="",_adobeSrc="",_isStage=window.IQD_varPack.iqd_TestKW.indexOf("adobestage")>-1?0:1,_siteIdMatchList={fum:"fum",fum_mob:"fum",faz:"faz",faz_mob:"faz",handelsblatt:"handelsblatt",hb_mob:"handelsblatt",wiwo:"wiwo",wiwo_mob:"wiwo",iqdjde:"iqdjde",iqdjde_mob:"iqdjde",iqdsde:"iqdsde",sz_mob:"iqdsde",zol:"zol",zeit_mob:"zol",ntv:"ntv",ntv_mob:"ntv"},_adobeDefaultId=["EN33388c2e8881434ba149226146a60e0c-staging","EN92e1075482f3410d81944270acba8d90"],_adobeIdList={fum:["ENdd7a0bbcfa4d47c7b6df362bba6794a0-staging","EN6d98882099b64e35a32f14d7aa06c45b"],faz:["_stage/launch-ENc2ce92b7d05c48f48f7e77fee1b3b3fa-staging","_prod/launch-EN068864b7acec4e268bc2d323f4ec4449"],handelsblatt:["ENdddc53fb08b24ada930afe4efa40fa9e-staging","EN5ae62779a5144c3fb547537af2755fa8"],wiwo:["EN8a505b3cb670409181cd47ea3c934663-staging","EN385ac1f26a954f4faf4eb9022491ab1a"],iqdjde:["ENb62edcfebc054120b630afc91c13b54d-staging","EN9015395a234d4173854ccfa304a0bc6c"],iqdsde:["ENb62edcfebc054120b630afc91c13b54d-staging","EN9015395a234d4173854ccfa304a0bc6c"],zol:["EN6f52f8590e224aa8b4d51f314ef6587a-staging","ENecf835af84bb4354a554c3db7dbe859e"],ntv:["",""]},_baseUrl=_siteIdMatchList[_siteId]==="faz"?"https://dx6ctphzljkf1.cloudfront.net/iqdcdnfb/adancjs":"https://assets.adobedtm.com/launch-";console&&console.log("window.myGetGlobal > _siteIdMatchList.hasOwnProperty(_siteId): ",_siteIdMatchList.hasOwnProperty(_siteId));_adobeId=_siteIdMatchList.hasOwnProperty(_siteId)?_adobeIdList[_siteIdMatchList[_siteId]][_isStage]:_adobeDefaultId[_isStage];console&&console.log("window.myGetGlobal > _adobeId: ",_adobeId);if(_adobeId!==""&&(!!window.IQGDPR_handle.consentAA&&IQGDPR_handle.cmp==="true"||IQGDPR_handle.cmp==="false")){_adobeSrc=_baseUrl+_adobeId+".min.js";if(!!!document.querySelector(\'script[src^="\'+_adobeSrc+\'"]\')){IQD.Utils.IQSLoader({url:_adobeSrc,doc:document})}}})(window.IQD_varPack.iqdSite)}catch(e){console&&console.error&&console.error("window.myGetGlobal > adobe-launch error: ",e)}}};', 'var gotDaisyBit=false,daisybit="";window.callBackWithDaisyBit=function(){if(IQGDPR_handle.hardCutOff==="false"){window.gotDaisyBit=true;var mySt=setInterval(function(){console.log("typeof(window.myGetGptJS) ",typeof window.myGetGptJS);console.log("typeof(window.myXandrRequest)",typeof window.myXandrRequest);if(window.hasOwnProperty("iqPerf")&&window.iqPerf){window.IQCreateMark("acpollingstart")}if(typeof window.myGetGptJS==="function"&&typeof window.myGetGlobal==="function"&&typeof window.myGetEmetriq==="function"&&typeof window.myGetHeaderBidding==="function"&&typeof window.myXandrRequest==="function"){console.log("mySt ",mySt);console.log("window.IQD_varPack.renderAfterDaisyBit ",window.IQD_varPack.renderAfterDaisyBit);try{window.myGetGptJS()}catch(e){console.error("window.myGetGptJS called - error ",e)}try{window.myGetGlobal()}catch(e){console.error("window.myGetGlobal called - error ",e)}try{window.myGetEmetriq()}catch(e){console.error("window.myGetEmetriq called - error ",e)}try{window.myGetHeaderBidding()}catch(e){console.error("window.myGetHeaderBidding called - error ",e)}try{window.myGetGrapeshot()}catch(e){console.error("window.myGetGrapeshot called - error ",e)}var iatid="";for(iatid in window.IQD_varPack.renderAfterDaisyBit){console.log("iatid",iatid);console.log(\'typeof("AdController.render") \',typeof AdController.render);AdController.render(iatid);window.IQD_varPack.renderAfterDaisyBit[iatid]="render"}clearInterval(mySt);if(window.hasOwnProperty("iqPerf")&&window.iqPerf){window.IQCreateMark("acpollingend")}}},200)}};window.myApproachCallback=window.callBackWithDaisyBit;', 'window.myDebugLog=function(){if(((window||{}).location||{}).search.indexOf("myDebugLog=true")===-1||arguments.length===0){return}console&&console.log.apply(console,arguments)};window.googletag=window.googletag||{};googletag.cmd=googletag.cmd||[];window.apntag=window.apntag||{};apntag.anq=apntag.anq||[];window.IQGDPR_handle={};window.IQGDPR_handle.adapter={};window.IQGDPR_handle.AAsetting={};window.IQGDPR_handle.AAsetting.examined=!1;IQGDPR_handle.cmp=typeof window.IQGDPR_cmpReadyState!=="undefined"?window.IQGDPR_cmpReadyState:"false";window.setConsentState=function(){var myCvars=window.IQD.AdController.ExecutionContext.prototype.cvars||{},myClctr=window.iqdGdprCollector||{},myGetUriParam=function(){var query_string={},query=window.location.search.substring(1),param=query.split("&"),paramL=param.length,i=0;if(paramL<=0){return query_string}for(;i-1||s.src.indexOf("ast.js")>-1){sc.parentNode.insertBefore(s,sc)}else{window.myDebugLog("myGetAdapterJS - NO Adapter Script Source defined");window.myDebugLog("myGetAdapterJS - IQGDPR_handle.adapter ",IQGDPR_handle.adapter);window.myDebugLog("myGetAdapterJS - Now using GPT as fallback ");s.src="https://www.googletagservices.com/tag/js/gpt.js";sc.parentNode.insertBefore(s,sc)}};window.myGetGptJS=window.myGetAdapterJS;var ie_edge_user=function(){if(/MSIE 10/i.test(navigator.userAgent)||(/MSIE 9/i.test(navigator.userAgent)||/rv:11.0/i.test(navigator.userAgent))||/Edge\\/\\d./i.test(navigator.userAgent)){if(window.hasOwnProperty("console")){window.myDebugLog("edge or ie matched")}return true}else{return false}}();window.setConsentBehaviour=function(){if(IQGDPR_handle.cmp==="false"){if(window.IQGDPR_handle.hardCutOff==="false"){}else{googletag.pubads().setRequestNonPersonalizedAds(1);googletag.pubads().setTargeting("gdpr","dnt")}}else{window.myDebugLog("window.setConsentBehaviour - IQGDPR_handle.cmp = ",IQGDPR_handle.cmp);window.myDebugLog("window.setConsentBehaviour - window.IQGDPR_handle.hardCutOff = ",window.IQGDPR_handle.hardCutOff);window.myDebugLog("window.setConsentBehaviour - window.IQGDPR_handle.consentGAM = ",window.IQGDPR_handle.consentGAM);window.myDebugLog("window.setConsentBehaviour - window.IQGDPR_handle.consentAllPurposes = ",window.IQGDPR_handle.consentAllPurposes);window.myDebugLog("window.setConsentBehaviour - window.IQGDPR_handle.daisybit = ",window.IQGDPR_handle.daisybit);if(window.IQGDPR_handle.hardCutOff==="false"&&window.IQGDPR_handle.consentGAM==="true"&&window.IQGDPR_handle.consentAllPurposes==="true"){}else{googletag.pubads().setRequestNonPersonalizedAds(1);googletag.pubads().setTargeting("gdpr","dnt");googletag.pubads().setTargeting("gamnpa","dnt")}}};window.myApproach=function(callback){window.myDebugLog("window.myApproach called - window.myApproach.caller = ",window.myApproach.caller);window.myDebugLog("window.myApproach called - callback = ",callback);window.myDebugLog("window.myApproach called - window.myApproachCallback = ",window.myApproachCallback);if(window.hasOwnProperty("__cmp")===false&&window.hasOwnProperty("__tcfapi")===true){__tcfapi("ping",2,function(pingReturn){window.myDebugLog("ping ",pingReturn);window.myDebugLog("ping - window.IQGDPR_handle ",window.IQGDPR_handle);if(pingReturn&&pingReturn.cmpLoaded===true){window.myDebugLog(pingReturn.cmpStatus);window.myDebugLog(pingReturn.displayStatus);if(window.hasOwnProperty("iqPerf")&&window.iqPerf){window.IQCreateMark("cmploaded")}IQD.AdController.ExecutionContext.prototype.cvars.daisybit=true;__tcfapi("getTCData",2,function(tcData,success){window.myDebugLog("getTCData ",tcData," _ ",success);if(success){window.myDebugLog("window.IQGDPR_handle.consentAllPurposes - tcData.purpose.consents ",tcData.purpose.consents);window.myDebugLog("window.IQGDPR_handle.consentAllPurposes - Object.keys(tcData.purpose.consents).length ",Object.keys(tcData.purpose.consents).length);window.myDebugLog("window.IQGDPR_handle.consentAllPurposes ",window.IQGDPR_handle.consentAllPurposes);var _tmp=tcData.purpose.consents,_itm={},countTrue=1,_allPurposes=false;window.IQGDPR_handle.consentAllPurposes="false";for(_itm in _tmp){window.myDebugLog(_itm," _ ",_tmp[_itm]," _ ",typeof _tmp[_itm]," _ ",countTrue);if(countTrue===10){window.IQGDPR_handle.consentAllPurposes="true";_allPurposes=true}if(_tmp[_itm]===true){countTrue++}}window.myDebugLog("window.IQGDPR_handle.consentAllPurposes ",window.IQGDPR_handle.consentAllPurposes);if(tcData.vendor.consents["755"]&&tcData.purpose.consents["1"]){window.myDebugLog("now checking GAP settings");window.IQGDPR_handle.adapter.isGPT=true;window.IQGDPR_handle.adapter.isAST=false;window.myDebugLog(tcData.purpose.consents);var _gamnpa=tcData.purpose.consents["2"]&&tcData.purpose.consents["3"]&&tcData.purpose.consents["4"]&&tcData.purpose.consents["7"]&&tcData.purpose.consents["9"]&&tcData.purpose.consents["10"]?!1:!0;window.myDebugLog(_gamnpa);window.IQD.AdController.ExecutionContext.prototype.cvars.gamnpa=_gamnpa;window.IQGDPR_handle.consentGAM=_gamnpa+""}else{window.IQGDPR_handle.adapter.isGPT=false;window.IQGDPR_handle.adapter.isAST=true;if(typeof window.myXandrRequest!=="function"){var myStX=setInterval(function(){window.myDebugLog("window > isThereConsent in EventListener - polling window.myXandrRequest ",typeof window.myXandrRequest);if(typeof window.myXandrRequest==="function"){window.myXandrRequest();clearInterval(myStX)}},200)}else{window.myXandrRequest()}}window.IQGDPR_handle.consentEmetriq=tcData.vendor.consents["213"]&&_allPurposes?"true":"false";window.IQGDPR_handle.consentAAM=tcData.vendor.consents["565"]&&tcData.purpose.consents["1"]&&tcData.purpose.consents["10"]?"true":"false";window.IQGDPR_handle.consentTAdex=tcData.vendor.consents["44"]&&_allPurposes?"true":"false";window.IQGDPR_handle.consentAdition=tcData.vendor.consents["39"]&&tcData.purpose.consents["1"]&&tcData.purpose.consents["2"]&&tcData.purpose.consents["3"]&&tcData.purpose.consents["4"]&&tcData.purpose.consents["7"]&&tcData.purpose.consents["9"]&&tcData.purpose.consents["10"]?"true":"false";window.IQGDPR_handle.consentTradeDesk=tcData.vendor.consents["21"]&&tcData.purpose.consents["1"]&&tcData.purpose.consents["2"]&&tcData.purpose.consents["3"]&&tcData.purpose.consents["4"]?"true":"false";window.IQGDPR_handle.consentXandR=tcData.vendor.consents["32"]&&tcData.purpose.consents["1"]?"true":"false";if(window.IQGDPR_handle.AAsetting.examined===false){window.myDebugLog("no custom vendor adobe analytics found!");window.IQGDPR_handle.consentAA=window.IQGDPR_handle.consentAAM==="true"?!0:!1}window.setConsentState();window.IQGDPR_handle.daisybit=tcData.tcString;window.myDebugLog("window.daisybit = ",window.IQGDPR_handle.daisybit);window.myDebugLog("tcData = ",tcData);window.myDebugLog("tcData.cmpStatus = ",tcData.cmpStatus," _ pingReturn.displayStatus = ",pingReturn.displayStatus," _ tcData.cmpStatus = ",tcData.cmpStatus," _ tcData.eventStatus = ",tcData.eventStatus);if(tcData.cmpStatus!=="error"&&(tcData.cmpStatus==="loaded"&&(tcData.eventStatus==="useractioncomplete"||tcData.eventStatus==="tcloaded"))){window.myDebugLog("window.myApproach getTCData called - callback = ",callback);if(typeof callback==="function"){callback()}clearInterval(window.daisySt)}}else{console.error("TCFv2 - getTCData - callback : no success, an error occured")}})}})}};window.getDaisyBitByInterval=function(callback){window.myDebugLog("window.getDaisyBitByInterval - empty - called - caller = ",window.getDaisyBitByInterval.caller);window.myDebugLog("window.getDaisyBitByInterval - empty - called - callback = ",callback);window.myApproachCallback=callback;if(window.hasOwnProperty("__cmp")===false&&window.hasOwnProperty("__tcfapi")===false){window.IQGDPR_handle.hardCutOff="false";window.IQGDPR_handle.cmp="false";window.myDebugLog("window.getDaisyBitByInterval - empty - called - test myGetGlobal = ",typeof window.myGetGlobal);window.myDebugLog("window.getDaisyBitByInterval - NO CMP - before setConsentState() - window.IQGDPR_handle ",window.IQGDPR_handle);window.setConsentState();window.myDebugLog("window.getDaisyBitByInterval - NO CMP - after setConsentState() - window.IQGDPR_handle ",window.IQGDPR_handle);setTimeout(function(){window.myDebugLog("window.getDaisyBitByInterval - empty - called - test myGetGlobal inside timeout = ",typeof window.myGetGlobal);window.myApproachCallback()},10)}};if(!window.hasOwnProperty("_sp_")||(typeof(((window._sp_||{}).config||{}).events||{}).onConsentReady!=="function"||typeof(((window._sp_||{}).config||{}).events||{}).onConsentReady==="undefined")){window.myDebugLog("NO sp events available")}if(window.hasOwnProperty("_sp_")&&typeof(((window._sp_||{}).config||{}).events||{}).onConsentReady==="function"){window.myDebugLog("sp events available")}if(window.hasOwnProperty("__cmp")===false&&window.hasOwnProperty("__tcfapi")===true){var isThereConsent_alreadyExecuted=false;window.isThereConsent=function(tcData,success){window.myDebugLog("window > isThereConsent in EventListener ",tcData," _ ",success);window.myDebugLog("window > isThereConsent in EventListener ",tcData.eventStatus," _ ",success);window.myDebugLog("window > isThereConsent in EventListener ",tcData.listenerId);window.myDebugLog("window > isThereConsent in EventListener !!isThereConsent_alreadyExecuted ",!!isThereConsent_alreadyExecuted);if(!isThereConsent_alreadyExecuted&&success&&(tcData.eventStatus==="useractioncomplete"||tcData.eventStatus==="tcloaded")){window.myDebugLog("window > isThereConsent in EventListener - tcData.eventStatus ",tcData.eventStatus);window.myDebugLog("window > isThereConsent in EventListener - window.myApproach ",window.myApproach);window.myDebugLog("window > isThereConsent in EventListener - window.myApproachCallback ",window.myApproachCallback);__tcfapi("getCustomVendorConsents",2,function(vendorConsents,success){if(success){window.myDebugLog("window > isThereConsent in EventListener - getCustomVendorConsents > vendorConsents",vendorConsents," _ ",typeof vendorConsents);var _tmpVendors=vendorConsents.consentedVendors,_tmpPurposes=vendorConsents.consentedPurposes,_tmpGrants=vendorConsents.grants,_itmV={},_itmP={},_iabPurposesNames={P1:"Store and/or access information on a device",P2:"Select basic ads",P3:"Create a personalised ads profile",P4:"Select personalised ads",P5:"Create a personalised content profile",P6:"Select personalised content",P7:"Measure ad performance",P8:"Measure content performance",P9:"Apply market research to generate audience insights",P10:"Develop and improve products"},_purposeSettingAdobeAnalytics={P1:!1,P7:!1,P8:!1},_AAsetting={spcvid:"5ed7a9a9e0e22001da9d52ad",allow:!1,examined:!1};window.myDebugLog("cv spm _AAsetting ",_AAsetting);window.myDebugLog("cv spm _purposeSettingAdobeAnalytics ",_purposeSettingAdobeAnalytics);window.myDebugLog("cv spm _itmP ",_itmP);window.myDebugLog("cv spm _itmV ",_itmV);window.myDebugLog("cv spm _tmpPurposes ",_tmpPurposes);window.myDebugLog("cv spm _tmpVendors ",_tmpVendors);for(_itmV in _tmpVendors){window.myDebugLog("cv spm and exit - _itm in _tmpVendors ",_itmV," _ ",_tmpVendors[_itmV]);if(_tmpVendors[_itmV]["name"]==="Adobe Analytics"||_tmpVendors[_itmV]["_id"]===_AAsetting.spcvid){window.myDebugLog("cv spm _tmpGrants ",_tmpGrants," _ ",typeof _tmpGrants);if(_tmpGrants.hasOwnProperty(_AAsetting.spcvid)){window.myDebugLog("cv spm _tmpGrants[_AAsetting.spcvid].vendorGrants ",_tmpGrants[_AAsetting.spcvid].vendorGrants)}if(!!_tmpGrants[_AAsetting.spcvid].vendorGrants){window.myDebugLog("vendorGrants is true - !!_tmpGrants[_AAsetting.spcvid].vendorGrants ",!!_tmpGrants[_AAsetting.spcvid].vendorGrants);_AAsetting.allow=!0;window.myDebugLog("vendorGrants is true - before break cmd")}else{window.myDebugLog("vendorGrants is false - !!_tmpVendors.grants[_AAsetting.spcvid].vendorGrants ",!!_tmpGrants[_AAsetting.spcvid].vendorGrants);window.myDebugLog("vendorGrants is false - before _purposeSettingAdobeAnalytics",_purposeSettingAdobeAnalytics);for(_itmP in _tmpPurposes){var _targetPurposeValue=_tmpGrants[_AAsetting.spcvid].purposeGrants[_tmpPurposes[_itmP]["_id"]]||!1,_targetPurposeName=_tmpPurposes[_itmP]["name"];if(_iabPurposesNames.P1===_targetPurposeName){_purposeSettingAdobeAnalytics.P1=_targetPurposeValue}if(_iabPurposesNames.P7===_targetPurposeName){_purposeSettingAdobeAnalytics.P7=_targetPurposeValue}if(_iabPurposesNames.P8===_targetPurposeName){_purposeSettingAdobeAnalytics.P8=_targetPurposeValue}window.myDebugLog("vendorGrants is false - while _purposeSettingAdobeAnalytics",_targetPurposeValue," _ ",_targetPurposeName)}window.myDebugLog("vendorGrants is false - after _purposeSettingAdobeAnalytics",_purposeSettingAdobeAnalytics);_AAsetting.allow=!!_purposeSettingAdobeAnalytics.P1&&!!_purposeSettingAdobeAnalytics.P7&&!!_purposeSettingAdobeAnalytics.P8}window.IQGDPR_handle.consentAA=_AAsetting.allow;_AAsetting.examined=!0}window.myDebugLog("exit from custom Vendor for-loop?",_AAsetting);window.myDebugLog("exit from custom Vendor for-loop?",_AAsetting.examined)}if(!!_AAsetting){window.IQGDPR_handle.AAsetting=_AAsetting}window.myApproach(window.myApproachCallback)}else{window.myDebugLog("tcfapi > getCustomVendor method does not exists");window.myApproach(window.myApproachCallback)}});isThereConsent_alreadyExecuted=true;window.myDebugLog("tcData.listenerId",tcData.listenerId);__tcfapi("removeEventListener",2,function(success){if(success){window.myDebugLog("__tcfapi removed EventListener ")}},tcData.listenerId)}};__tcfapi("addEventListener",2,window.isThereConsent)}else{window.myDebugLog("NO CMP detected")}', 'window.loadMyGetEmetriq=function(){var src_emetriq=document.createElement("script");src_emetriq.type="text/javascript";src_emetriq.src="https://dyn.emetriq.de/loader/97578/default.js";document.getElementsByTagName("head")[0].appendChild(src_emetriq)};window.setGamKeywordForIqdPollLayer=function(_iqGdprHandleObj){if(typeof _iqGdprHandleObj!=="object"){return}if(_iqGdprHandleObj.hasOwnProperty("consentEmetriq")&&_iqGdprHandleObj.consentEmetriq==="true"){try{var _acKw=window.IQD.AdController.ExecutionContext.prototype.cvars.keywords,_acKwL=_acKw.length;window.IQD.AdController.ExecutionContext.prototype.cvars.keywords+=_acKwL>0?",iqdeul":"iqdeul"}catch(e){console&&console.error("window.setGamKeywordForIqdPollLayer called - error ",e)}}else{return}};window.myGetEmetriq=function(){setGamKeywordForIqdPollLayer(window.IQGDPR_handle);if(window.IQGDPR_handle.hardCutOff==="false"&&window.IQGDPR_handle.consentEmetriq==="true"){console&&console.log("gdpr_emetriq.js = true");loadMyGetEmetriq()}else if(IQGDPR_handle.cmp==="false"&&window.IQGDPR_handle.hardCutOff==="false"){console&&console.log("gdpr_emetriq.js = true");loadMyGetEmetriq()}};if(IQGDPR_handle.cmp==="false"&&IQGDPR_handle.hardCutOff==="false"){if(IQD.AdController.ExecutionContext.prototype.cvars["level2"]!="noadvert"){window.myGetEmetriq()}}', 'function getPlacementIdIx(placement){var si="";switch(placement){case"ariva-iqadtile1":si="431555";break;case"ariva-iqadtile3":si="431788";break;case"ariva-iqadtile4":si="431789";break;case"ariva-iqadtile5":si="431790";break;case"ariva-iqadtile8":si="431791";break;case"ariva-iqadtile9":si="431787";break;case"ariva-iqadtile16":si="431782";break;case"ariva_mob-iqadtile1":si="431783";break;case"ariva_mob-iqadtile3":si="431784";break;case"ariva_mob-iqadtile4":si="431785";break;case"ariva_mob-iqadtile8":si="431786";break}return si}function getPlacementIdShowheroes(){var si="71f010dc-8e8c-4f6e-8923-fd29408e9046";return si}function getPlacementIdSmartX(){var si="20457";return si}function getPlacementIdSmartXLarge(){var si="23300";return si}function getPlacementIdYieldlab(sitecode){var ylid={};if(sitecode.indexOf("_mob")>-1){ylid={ym320320:"9297003",ym300250:"9296999",ym300150:"9296998",ym300100:"9296997",ym32080:"9297006",ym32050:"9297005",ym320160:"9297002",ym30050:"9297000",ym320480:"9297004",ym300600:"9297001",ym320180:"10010688"}}else{ylid={y160600:"9297007",y300250:"9297008",y72890:"9297010",y300600:"9297009",y800250:"9297011",y6001200:"9297015",y970250:"9297012",y97090:"9297013",y16090:"9297014"}}return ylid}', 'window.limitHeaderBidsByHandle=function(acpvars,acpvarsenabled){var includeTilesHandle={homepage:["iqadtile1","iqadtile21","iqadtile3","iqadtile4","iqadtile5","iqadtile8","iqadtile9"],index:["iqadtile1","iqadtile21","iqadtile3","iqadtile4","iqadtile5","iqadtile8"],article:["iqadtile1","iqadtile21","iqadtile3","iqadtile4","iqadtile5","iqadtile8","iqadtile9","iqadtile16"],artikel:["iqadtile1","iqadtile21","iqadtile3","iqadtile4","iqadtile5","iqadtile8","iqadtile9","iqadtile16"]},includeTiles=includeTilesHandle[AdController._handle]||["iqadtile1","iqadtile3","iqadtile8","iqadtile4","iqadtile5","iqadtile9","iqadtile16"];for(var i in acpvars){if(acpvars[i].enabled&&includeTiles.indexOf(i)!==-1){acpvarsenabled.push(acpvars[i])}}return acpvarsenabled};', 'window.myGetHeaderBidding=function(){if(!!((window.IQGDPR_handle||{}).adapter||{}).isAST){if(!IQD_varPack.allowHeaderbiddingNPA){return false}}if(window.hasOwnProperty("console")){console.log("gdpr_header-bidding.js loaded and initialized")}(function(){window.smartx_creativeId="";function getEmqCookie(name){var v=document.cookie.match("(^|;) ?"+name+"=([^;]*)(;|$)");return v?v[2]:""}var emq_segments=getEmqCookie("emqsegs");var src_iqhbprebid="https://dx6ctphzljkf1.cloudfront.net/iqdcdnes/prebid/live/prebid4.17.0.js",src_iqhbamazon="https://c.amazon-adsystem.com/aax2/apstag.js",ac_handle=AdController._handle,ac_level1=AdController.getConfig().resolve("").getVar("level1"),ac_level2=IQD.AdController.ExecutionContext.prototype.cvars["level2"]||"",ac_level3=IQD.AdController.ExecutionContext.prototype.cvars["level3"]||"",ac_level4=IQD.AdController.ExecutionContext.prototype.cvars["level4"]||"",ac_layoutType=AdController.getConfig().resolve(AdController._handle).getVar("layoutType")||"",gptAdUnitPath="/183/"+ac_level1,separator="/",ac_vars=window.AdController.getConfig().resolve(""),ac_cvars=IQD.AdController.ExecutionContext.prototype.cvars,acDefRecObj=window.AdController.getConfig("").resolve(AdController._handle)._positions,acActiveReqObj,activePosition,ylid={},formatIdYL="",slotSizesYL="",iqpb_deal,iqpb_pb_dynfloor,iqpb_nodeal,adserverAdapter=window.IQGDPR_handle.adapter.isGPT?"GPT":window.IQGDPR_handle.adapter.isAST?"AST":"";window.IQD=window.IQD?window.IQD:{};window.IQD.PA_HB=window.IQD.PA_HB?window.IQD.PA_HB:{};IQD.PA_HB.BiddersList=function(bool,overrideBiddersAsBool){var overrideBiddersAsBool=arguments.length>1&&arguments[1]!==undefined?arguments[1]:[];var obj={appnexus:!bool,orbidder:!bool,criteo:!bool,ias:!bool,yieldlab:!bool,triplelift:!bool,ix:!bool,smartx:!bool,showheroes:!bool,apstag:!bool};for(var i=0;i-1){var pair=spl[i].split("=");if(pair[0]!="")re=decodeURIComponent(pair[1])}}return re};function convertLevelData(level){l=level;l=l.split("/");l=/\\W/.test(l[0])?l[0].replace(/[^A-Z0-9]+/gi,"_"):l[0];gptAdUnitPath+=separator+l}if(ac_level2!==""){convertLevelData(ac_level2)}if(ac_level3!==""){convertLevelData(ac_level3)}if(ac_level4!==""){convertLevelData(ac_level4)}if(ac_layoutType!==""&&ac_layoutType!="not_in_use"){gptAdUnitPath+=separator+ac_layoutType}console.log("gptAdUnitPath : "+gptAdUnitPath);window.pbjs={};window.pbjs.que=[];window.IQD.PA_HB.recycledBidCache=window.IQD.PA_HB.recycledBidCache||{};window.prebidCache={};!function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]}}("apstag",window,document);if(IQGDPR_handle.cmp==="true"){apstag.init({pubID:"3711",adServer:"googletag",gdpr:{enabled:true,consent:window.IQGDPR_handle.daisybit}})}else{apstag.init({pubID:"3711",adServer:"googletag"})}if(typeof getPlacementIdYieldlab=="function"){ylid=getPlacementIdYieldlab(ac_level1)}else{ylid={}}var adUnits=[],sizePattern=["120x600","160x600","200x600","300x250","728x90","300x600","800x250","600x1200","970x250","970x90","160x90","640x360"],sizePatternNoHPA=["120x600","160x600","200x600","300x250","728x90","800x250","600x1200","970x250","970x90","160x90","640x360"],sizePatternPrime=[];sizePatternPrime["iqadtile1"]=["728x90","970x250","800x250"];sizePatternPrime["iqadtile21"]=document.documentElement.clientWidth>=1600?["160x600","300x600","200x600"]:["160x600","200x600"];sizePatternPrime["iqadtile20"]=document.documentElement.clientWidth>=1600?["160x600","300x600","200x600"]:["160x600","200x600"];sizePatternPrime["iqadtile3"]=["970x250","728x90","800x250"];sizePatternPrime["iqadtile4"]=["970x250","728x90","800x250"];sizePatternPrime["iqadtile5"]=["970x250","728x90","800x250"];sizePatternPrime["iqadtile8"]=["300x600","300x250","160x600"];sizePatternPrime["iqadtile9"]=["300x250","300x600","160x600"];sizePatternPrime["iqadtile16"]=["728x90","970x250","800x250"];var sizePatternAmz=["160x600","300x250","300x600","728x90","970x250"],sizePatternAmzNoHPA=["160x600","300x250","728x90","970x250"],sizePatternYLB=["300x601","160x600","300x250","300x600","728x90","800x250","600x1200","970x250","160x90"],sizePatternYLBnoHPA=["300x601","160x600","300x250","728x90","800x250","600x1200","970x250","160x90"],sizePatternTL=["300x250","970x250","800x250","300x600"],ylDeletSize=[],ylObj={y160600:{size:"160x600",id:ylid.y160600},y300250:{size:"300x250",id:ylid.y300250},y72890:{size:"728x90",id:ylid.y72890},y300600:{size:"300x600",id:ylid.y300600},y800250:{size:"800x250",id:ylid.y800250},y6001200:{size:"600x1200",id:ylid.y6001200},y300601:{size:"300x601",id:ylid.y6001200},y970250:{size:"970x250",id:ylid.y970250},y97090:{size:"970x90",id:ylid.y97090},y16090:{size:"640x480",id:ylid.y16090}},adUnitsParamSizesLA,adUnitsParamTemp,adUnitsParamSizesSA=[];var limitHeaderBids=window.limitHeaderBidsByHandle||function(acpvars,acpvarsenabled){for(var i in acpvars){if(i=="iqadtile1"&&acpvars[i].enabled||i=="iqadtile3"&&acpvars[i].enabled||i=="iqadtile4"&&acpvars[i].enabled||i=="iqadtile5"&&acpvars[i].enabled||i=="iqadtile8"&&acpvars[i].enabled||i=="iqadtile9"&&acpvars[i].enabled||i=="iqadtile16"&&acpvars[i].enabled){acpvarsenabled.push(acpvars[i])}}return acpvarsenabled};var isTablet=false;if(document.documentElement.clientWidth<=800){isTablet=true}function sortForPrimeSize(pArr,pID){if(pID.indexOf("iqadtile4")>=0){pID="iqadtile4"}else if(pID.indexOf("iqadtile5")>=0){pID="iqadtile5"}else if(pID.indexOf("iqadtile8")>=0){pID="iqadtile8"}else if(pID.indexOf("iqadtile16")>=0){pID="iqadtile16"}var arr=sizePatternPrime[pID];if(arr){for(var a=0;a-1){pArr.unshift(pArr.splice(indexInReq,1).join());return pArr}}}return pArr}function getAcSizes(i,p){var adUnitSizesIntersect;if(ac_level1=="ariva"&&isTablet){adUnitsParamSizesLA=acActiveReqObj[i].sizeMapTablet.split(",")}else{adUnitsParamSizesLA=acActiveReqObj[i].size.split(",")}if(Array.prototype.filter){adUnitSizesIntersect=p.filter(function(e){return adUnitsParamSizesLA.indexOf(e)!==-1})}else{adUnitSizesIntersect=adUnitsParamSizesLA}adUnitSizesIntersect=sortForPrimeSize(adUnitSizesIntersect,acActiveReqObj[i].dom_id);for(var x=0,y=adUnitSizesIntersect.length;x-1){xndrObj.mediaTypes.native={title:{required:true,sendId:true},body:{required:true,sendId:true},image:{required:true,sendId:true},clickUrl:{required:true,sendId:true},sponsoredBy:{required:false,sendId:true},icon:{required:false,sendId:true},privacyLink:{required:false},privacyIcon:{required:false}}}adUnits.push(xndrObj);if(limitHeaderBiddersForAdapterConfig(adserverAdapter,ac_handle,"orbidder")){adUnits[Math.max(adUnits.length-1,0)].bids.push({bidder:"orbidder",params:{accountId:"iqdigital",placementId:ac_level1+"-"+activePosition,bidfloor:.5}})}var tempAdUnit=adUnits[adUnits.length-1],tempSizes=tempAdUnit.mediaTypes.banner.sizes;if(limitHeaderBiddersForAdapterConfig(adserverAdapter,ac_handle,"criteo")){if(ac_level1.indexOf("karriere.de")==-1){if(ac_handle.indexOf("home")==-1){tempAdUnit.bids.push({bidder:"criteo",params:{networkId:1665,publisherSubId:ac_level1}})}else if(ac_level1.indexOf("faz")==-1&&ac_level1.indexOf("zeit")==-1&&ac_level1.indexOf("hcfhb")==-1&&ac_level1.indexOf("wiwo")==-1&&ac_level1.indexOf("iqdsde")==-1){tempAdUnit.bids.push({bidder:"criteo",params:{networkId:1665,publisherSubId:ac_level1}})}}}if(limitHeaderBiddersForAdapterConfig(adserverAdapter,ac_handle,"ias")){tempAdUnit.bids.push({bidder:"ias",params:{pubId:"930089",adUnitPath:gptAdUnitPath}})}var ylTempSize;for(var y=0,l2=tempSizes.length;y-1){tempAdUnit.bids.push({bidder:"triplelift",params:{inventoryCode:activePosition=="iqadtile16"||activePosition=="iqadtile9"?ajustedLev1+"_"+tlInvCodeSize:ajustedLev1+"_"+tlInvCodeSize+"_inview"}})}}}if(typeof getPlacementIdIx=="function"&&limitHeaderBiddersForAdapterConfig(adserverAdapter,ac_handle,"ix")){for(var y=0,l2=tempSizes.length;y1){bidResponses[i].bids[x].adserverTargeting.hb_pb=(parseFloat(bidResponses[i].bids[x].adserverTargeting.hb_pb)*iqpb_deal+iqpb_pb_dynfloor).toFixed(2);bidResponses[i].bids[x].cpm=parseFloat(bidResponses[i].bids[x].adserverTargeting.hb_pb)}else{bidResponses[i].bids[x].adserverTargeting.hb_pb=(parseFloat(bidResponses[i].bids[x].adserverTargeting.hb_pb)*iqpb_nodeal+iqpb_pb_dynfloor).toFixed(2);bidResponses[i].bids[x].cpm=parseFloat(bidResponses[i].bids[x].adserverTargeting.hb_pb)}if(bidResponses[i].bids[x].bidder=="smartx"){window.smartx_creativeId=bidResponses[i].bids[x].creativeId;if(window.hasOwnProperty("console")){console.log("pbjs.getBidResponses() -> smartx_creativeId : "+window.smartx_creativeId)}}}}}pbjs.targeting=pbjs.getAdserverTargeting();for(var i in pbjs.targeting){if(typeof pbjs.targeting[i].hb_bidder!=="undefined"){if(typeof pbjs.targeting[i].hb_deal_yieldlab!=="undefined"&&pbjs.targeting[i].hb_deal_yieldlab>1||typeof pbjs.targeting[i].hb_deal_appnexus!=="undefined"){pbjs.targeting[i].iqpb_opm_bid="false"}else{if(ac_level1.indexOf("zeit")>-1||ac_level1.indexOf("hcfhb")>-1||ac_level1.indexOf("wiwo")>-1){pbjs.targeting[i].iqpb_opm_bid="false"}else{pbjs.targeting[i].iqpb_opm_bid="true"}}if(pbjs.targeting[i].hb_bidder=="smartx"||pbjs.targeting[i].hb_bidder=="showheroes-bs"){pbjs.targeting[i].hb_pb=customRoundBids(pbjs.targeting[i].hb_pb)}}}window.delayedData="complete"}})})}else if(bidder=="rlntlss"){for(var i=0,l=acActiveReqObj.length;i0){apstag.fetchBids({slots:adUnits,timeout:2e3},function(bids){if(window.hasOwnProperty("iqPerf")&&window.iqPerf){window.IQCreateMark("bidderDone_amz")}apstag.amzTargeting=bids})}}};var preIQSLoader=window.limitPrebidJSByHandle||function(obj){if(!!!document.querySelector("script[src=\'"+obj.url+"\']")){var script=document.createElement("script");script.type="text/javascript";script.src=obj.url;if(script.readyState){script.onreadystatechange=function(){if(script.readyState=="loaded"||script.readyState=="complete"){script.onreadystatechange=null;obj.callback()}}}else{script.addEventListener("load",function(){obj.callback()},false)}document.getElementsByTagName("head")[0].appendChild(script)}};if(window.hasOwnProperty("iqPerf")&&window.iqPerf){window.IQCreateMark("start_fw_prebid")}preIQSLoader({url:src_iqhbprebid,callback:function(){if(window.hasOwnProperty("iqPerf")&&window.iqPerf){window.IQCreateMark("start_prebid")}iqDefineHeaderBids("prebid")}});if(window.hasOwnProperty("iqPerf")&&window.iqPerf){window.IQCreateMark("start_fw_amz")}if(limitHeaderBiddersForAdapterConfig(adserverAdapter,ac_handle,"apstag")){if(ac_handle.indexOf("home")==-1){preIQSLoader({url:src_iqhbamazon,callback:function(){if(window.hasOwnProperty("iqPerf")&&window.iqPerf){window.IQCreateMark("start_amz")}iqDefineHeaderBids("rlntlss")}})}else if(ac_level1.indexOf("zeit")==-1&&ac_level1.indexOf("faz")==-1&&ac_level1.indexOf("hcfhb")==-1&&ac_level1.indexOf("wiwo")==-1&&ac_level1.indexOf("iqdsde")==-1){preIQSLoader({url:src_iqhbamazon,callback:function(){if(window.hasOwnProperty("iqPerf")&&window.iqPerf){window.IQCreateMark("start_amz")}iqDefineHeaderBids("rlntlss")}})}}})()};if(IQGDPR_handle.cmp==="false"&&IQGDPR_handle.hardCutOff==="false"){if(IQD.AdController.ExecutionContext.prototype.cvars["level2"]!="noadvert"){window.myGetHeaderBidding()}}', 'IQD=IQD||{};IQD.PA_HB=IQD.PA_HB||{};IQD.PA_HB.debug={};IQD.PA_HB.debug.mode=window.location.search.indexOf("pahbDebug=true")>-1;IQD.PA_HB.debug.log=function(str,obj){if(IQD.PA_HB.debug.mode){if(obj===void 0){obj=undefined}var log=["%cIQD.PA_HB:: "+str,"color: #9cedff"];if(obj){log[0]+=" %O";log.push(obj)}console.log.apply(null,log)}};IQD.PA_HB.getWinningBid=function(vendor,tile){var winningBid;if(vendor==="pbjs"){winningBid=window.pbjs.targeting?window.pbjs.targeting[tile]:undefined}else if("amzn"){winningBid=window.apstag.amzTargeting?window.apstag.amzTargeting.filter(function(el){return el.slotID===tile})[0]:undefined}return winningBid};IQD.PA_HB.transformBidObject=function(winningBid){var transformedBid;if(winningBid&&(winningBid.hb_pb||winningBid.grm)){transformedBid={};for(var key in winningBid){if(key==="hb_pb"){transformedBid.pbjscpm=winningBid.hb_pb;transformedBid.hb_pb=window.IQD_varPack.roundBids(winningBid.hb_pb)}else if(key!=="hb_format"&&key!=="hb_source"&&winningBid[key]){transformedBid[key]=winningBid[key]}}}else if(winningBid&&winningBid.amzniid){transformedBid={};transformedBid.amzniid=winningBid.amzniid;transformedBid.amznbid=winningBid.amznbid;transformedBid.amznsz=winningBid.amznsz}return transformedBid};IQD.PA_HB.setSlotTargeting=function(slot,winningBid,tile){for(key in winningBid){if(!!slot&&slot.hasOwnProperty("setTargeting")){slot.setTargeting(key,winningBid[key])}else{apntag.anq.push(function(){var obj={};obj[key]=winningBid[key];if(key==="hb_pb"){obj[key]=winningBid[key].replace("_",".")}apntag.setKeywords(tile,obj,{overrideKeyValue:true})})}}};IQD.PA_HB.prepareRecycledBid=function(winningBid,tile){IQD.PA_HB.recycledBidCache=IQD.PA_HB.recycledBidCache||{};IQD.PA_HB.recycledBidCache[tile]={hb_adid:winningBid.hb_adid,response:false}};IQD.PA_HB.useRecycledBid=function(sizes,kw,tile,slot){var possibleSubstitutes={};for(var adtile in window.pbjs.targeting){if(typeof window.pbjs.targeting[adtile].hb_size!=="undefined"&&sizes.indexOf(pbjs.targeting[adtile].hb_size)>-1&&(typeof IQD.PA_HB.recycledBidCache[adtile]!=="undefined"&&typeof IQD.PA_HB.recycledBidCache[adtile].sponsor==="undefined"&&IQD.PA_HB.recycledBidCache[adtile].response&&(typeof IQD.PA_HB.recycledBidCache[adtile].wasUsed!=="undefined"&&!IQD.PA_HB.recycledBidCache[adtile].wasUsed))){possibleSubstitutes[adtile]=window.pbjs.targeting[adtile]}}var highestBidAd;var index;if(Object.keys(possibleSubstitutes).length>0){for(var key in possibleSubstitutes){if(typeof highestBidAd==="undefined"){highestBidAd=possibleSubstitutes[key].hb_pb;index=key}else{if(possibleSubstitutes[key].hb_pb>highestBidAd){highestBidAd=possibleSubstitutes[key].hb_pb;index=key}}}}if(Object.keys(IQD.PA_HB.recycledBidCache).length!==0&&typeof window.pbjs.targeting[index]!=="undefined"&&window.pbjs.targeting[index].hasOwnProperty("hb_pb")){var keyWordWhiteList=["hb_size","hb_adid","hb_bidder","iqpb_opm_bid"];var flag=false;for(var i=0,k=Object.keys(window.pbjs.targeting[index]);i-1)){slot.setTargeting(k[i],window.pbjs.targeting[index][k[i]])}else if(k[i]==="hb_pb"){var pbjscpm=window.pbjs.targeting[index][k[i]];var hb_pb=window.IQD_varPack.roundBids(window.pbjs.targeting[index]["hb_pb"]);slot.setTargeting("pbjscpm",pbjscpm);slot.setTargeting("hb_pb",hb_pb);kw.push("hb_recycled");console.log("recycled bid");slot.setTargeting("kw",kw);window.IQD.PA_HB.recycledBidCache[tile]={sponsor:index};flag=true}}}return flag};IQD.PA_HB.runPrebid=function(tile,slot,sizes,kw){var pbjsWinningBid=IQD.PA_HB.transformBidObject(IQD.PA_HB.getWinningBid("pbjs",tile));var amznWinningBid=IQD.PA_HB.transformBidObject(IQD.PA_HB.getWinningBid("amzn",tile));if(pbjsWinningBid){IQD.PA_HB.debug.log(" [PREBIDJS] pbjsWinningBid for "+tile+":",pbjsWinningBid);IQD.PA_HB.setSlotTargeting(slot,pbjsWinningBid);if(pbjsWinningBid.hb_pb){IQD.PA_HB.prepareRecycledBid(pbjsWinningBid,tile);IQD.PA_HB.debug.log(" [PREBIDJS] Added pbjsBid to "+tile+" adRequest.")}else{IQD.PA_HB.debug.log(" [PREBIDJS] Added viewability to "+tile+" adRequest.");if(IQD.PA_HB.useRecycledBid(sizes,kw,tile,slot)){IQD.PA_HB.debug.log(" [RECYCLEDBIDS] Added recycledBids to "+tile+" adRequest.")}else{IQD.PA_HB.debug.log(" [RECYCLEDBIDS] No recycledBids for "+tile)}}}else{IQD.PA_HB.debug.log(" [PREBIDJS] No pbjsWinningBid for "+tile);if(IQD.PA_HB.useRecycledBid(sizes,kw,tile,slot)){IQD.PA_HB.debug.log(" [RECYCLEDBIDS] Added recycledBids to "+tile+" adRequest.")}else{IQD.PA_HB.debug.log(" [RECYCLEDBIDS] No recycledBids for "+tile)}}if(amznWinningBid){IQD.PA_HB.debug.log(" [AMAZON] amznWinningBid:for "+tile+":",amznWinningBid);IQD.PA_HB.setSlotTargeting(slot,amznWinningBid);IQD.PA_HB.debug.log(" [AMAZON] Added pbjsBid to "+tile+" adRequest.")}else{IQD.PA_HB.debug.log(" [AMAZON] No amznWinningBid for "+tile)}};IQD.PA_HB.runPrebidAst=function(tile,slot,sizes,kw){var pbjsWinningBid=IQD.PA_HB.transformBidObject(IQD.PA_HB.getWinningBid("pbjs",tile));var amznWinningBid=IQD.PA_HB.transformBidObject(IQD.PA_HB.getWinningBid("amzn",tile));if(pbjsWinningBid){IQD.PA_HB.debug.log(" [PREBIDJS] pbjsWinningBid for "+tile+":",pbjsWinningBid);IQD.PA_HB.setSlotTargeting(slot,pbjsWinningBid,tile)}else{IQD.PA_HB.debug.log(" [PREBIDJS] No pbjsWinningBid for "+tile)}if(amznWinningBid){IQD.PA_HB.debug.log(" [AMAZON] amznWinningBid:for "+tile+":",amznWinningBid);IQD.PA_HB.setSlotTargeting(slot,amznWinningBid,tile);IQD.PA_HB.debug.log(" [AMAZON] Added pbjsBid to "+tile+" adRequest.")}else{IQD.PA_HB.debug.log(" [AMAZON] No amznWinningBid for "+tile)}};', '!function(){var e={};Object.defineProperty(e,"__esModule",{value:!0});var t=void 0;e.default=t;var n={};Object.defineProperty(n,"__esModule",{value:!0});var i=void 0;function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:"GPT";(o(this,e),"GPT"===d)?(this.tile=null==t||null===(r=t.slot)||void 0===r||null===(a=r._ac_pkey)||void 0===a?void 0:a.substring(8),this.advertiserId=null==t?void 0:t.advertiserId,this.lineItemId=null==t?void 0:t.sourceAgnosticLineItemId,this.creativeId=null==t?void 0:t.sourceAgnosticCreativeId,this.size=(null==t||null===(s=t.size)||void 0===s?void 0:s[0])+"x"+(null==t||null===(l=t.size)||void 0===l?void 0:l[1])):"AST"===d&&(this.tile=t.targetId.substring(8),this.tagId=t.tagId,this.auctionId=t.auctionId,this.creativeId=t.creativeId,this.advertiser=99===t.width&&1===t.height?"Reichweitenpixel":"IO",this.size=(null==t?void 0:t.width)+"x"+(null==t?void 0:t.height));this.realm=d,this.domNode=document.querySelector("#iqadtile"+this.tile),this.realHeight=null===(n=this.domNode)||void 0===n?void 0:n.heightPX,this.realWidth=null===(i=this.domNode)||void 0===i?void 0:i.widthPX,this.date=new Date}var t,n,i;return t=e,(n=[{key:"advertiserName",get:function(){return"GPT"===this.realm?e.advertiserList[this.advertiserId]?e.advertiserList[this.advertiserId]:"IO":this.advertiser}},{key:"creativeName",get:function(){if("GPT"===this.realm){var t=window.IQDAO.templateCache;return t&&t["iqadtile"+this.tile]&&t["iqadtile"+this.tile].creativeName&&"Default"!==t["iqadtile"+this.tile].creativeName?t["iqadtile"+this.tile].creativeName.indexOf("_")>-1&&e.dict[this.size]?e.dict[this.size]:t["iqadtile"+this.tile].creativeName:21027325===this.advertiserId?"Reichweitenpixel":e.dict[this.size]?e.dict[this.size]:"Default"}return e.dict[this.size]?e.dict[this.size]:"Default"}},{key:"troubleShootingUrl",get:function(){var e=(this.domNode||{}).getAttribute("data-google-query-id");return e?"https://admanager.google.com/183#troubleshooting/screenshot/query_id="+e:void 0}},{key:"queryId",get:function(){var e=(this.domNode||{}).getAttribute("data-google-query-id");return e||void 0}},{key:"lineItemUrl",get:function(){return this.lineItemId&&"unbekannt"!==this.lineItemId?"https://admanager.google.com/183#delivery/line_item/detail/line_item_id="+this.lineItemId:void 0}},{key:"creativeUrl",get:function(){return this.lineItemId&&this.creativeId&&"unbekannt"!==this.lineItemId&&"unbekannt"!==this.creativeId?"https://admanager.google.com/183#delivery/line_item_creative_association/detail/line_item_id="+this.lineItemId+"&creative_id="+this.creativeId:void 0}},{key:"globalY",get:function(){var e=this.domNode.getBoundingClientRect();21027325!==this.advertiserId&&"Ausbuchung"!==this.advertiser||0!==e.top||0===(e=this.domNode.parentElement.getBoundingClientRect()).top&&(e=this.domNode.parentElement.parentElement.getBoundingClientRect());var t=window.pageYOffset+e.top;return"fixed"!==document.defaultView.getComputedStyle(this.domNode).position&&"21"!==this.tile||(t=0),t}}])&&r(t.prototype,n),i&&r(t,i),e}();a.dict={"0x0":"Fluid Banner","320x180":"Content Video Ad","640x360":"Content Video Ad","160x90":"Video Content Ad","210x64":"Premium Button","1000x100":"Banner 10:1","1000x125":"Banner 8:1","1000x167":"Banner 6:1","1000x250":"Banner 4:1","1000x333":"Banner 3:1","1000x500":"Banner 2:1","1000x1000":"Banner 1:1","300x300":"Banner 1:1","300x200":"Nativer Teaser","320x320":"Banner 1:1","99x1":"Ausbuchung","1x1":"Ausbuchung","940x250":"Billboard","970x250":"Billboard","800x250":"Billboard","728x90":"Superbanner","300x600":"Halfpage Ad","300x250":"Medium Rectangle","660x250":"Wide Rectangle","160x600":"Skyscraper"},a.advertiserList={12411685:"Google Ad Exchange",41092405:"Yield",42671245:"Yield",21027325:"Reichweitenpixel",4612402464:"Headerbidding",4654576556:"Headerbidding"},i=a,n.default=i;var s,l=(s=n)&&s.__esModule?s:{default:s};function d(e){return(d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var c={adapterName:function(){return window.IQGDPR_handle.adapter.isGPT?"GPT":window.IQGDPR_handle.adapter.isAST?"AST":"GPT"},checkForMobile:function(){var e=!1;if("maxTouchPoints"in navigator)e=navigator.maxTouchPoints>0;else if("msMaxTouchPoints"in navigator)e=navigator.msMaxTouchPoints>0;else{var t=window.matchMedia&&matchMedia("(pointer:coarse)");if(t&&"(pointer:coarse)"===t.media)e=!!t.matches;else if("orientation"in window)e=!0;else{var n=navigator.userAgent;e=/\\b(BlackBerry|webOS|iPhone|IEMobile)\\b/i.test(n)||/\\b(Android|Windows Phone|iPad|iPod)\\b/i.test(n)}}var i=window.matchMedia&&matchMedia("(max-width: 767px)");return!0===e&&!0===i.matches},initCrid:function(){if(("object"!==d(window.IQDAO)||void 0!==window.inIframe&&"true"==window.inIframe)&&(window.IQDAO={}),"object"===d(window.IQDAO)&&!window.IQDAO.hasOwnProperty("AdIdFrame")){window.IQDAO.AdIdFrame={};var e=window.IQDAO.AdIdFrame;switch(c.checkForMobile()?(e.konamiCounter={startY:void 0,endY:void 0,scroll:0,tap:0,appended:!1},e.isBottom=function(){return Math.round(window.innerHeight+window.scrollY)>=document.body.offsetHeight||Math.floor(window.innerHeight+window.scrollY>=document.body.offsetHeight)},e.touchstartCallback=function(t){e.isBottom()&&(e.konamiCounter.startY=t.changedTouches[0].pageY,window.addEventListener("touchend",e.touchendCallback))},e.touchendCallback=function(t){if(e.konamiCounter.endY=t.changedTouches[0].pageY,e.konamiCounter.scroll<4&&e.konamiCounter.endY-e.konamiCounter.startY<=-10)e.konamiCounter.scroll++;else if(e.konamiCounter.scroll>=4&&!e.konamiCounter.appended){var n=document.createElement("div");n.id="cridButton",n.style.width="100%",n.style.height="60px",n.style.position="absolute",n.style.zIndex=99999999,document.body.appendChild(n),e.konamiCounter.appended=!0,n.addEventListener("touchstart",e.tapCallback)}},e.tapCallback=function(t){e.konamiCounter.tap<4?e.konamiCounter.tap++:(e.loadCridAssets(),e.konamiCounter.tap=0),window.removeEventListener("touchstart",e.touchstartCallback),window.removeEventListener("touchend",e.touchendCallback)},e.iqKeylogInit=function(){window.addEventListener("touchstart",e.touchstartCallback)}):(e.konamiCounter=0,e.iqKeylogInit=function(){var t=e.konamiCounter;window.addEventListener("keydown",function(n){0===t&&"ArrowDown"===n.key||1===t&&"ArrowDown"===n.key||2===t&&"ArrowUp"===n.key||3===t&&"ArrowUp"===n.key||4===t&&"ArrowLeft"===n.key||5===t&&"ArrowRight"===n.key||6===t&&"ArrowLeft"===n.key||7===t&&"ArrowRight"===n.key||8===t&&"i"===n.key||9===t&&"q"===n.key||10===t&&"Enter"===n.key?10===t?e.loadCridAssets():t++:t=0})}),e.adxFrame=function(e){var t,n,i,o,r,a;(window.IQDAO=window.IQDAO||{},window.IQDAO.cridCache=window.IQDAO.cridCache||[],window.CridAdSlot||c.cridAdSlotInit(),"GPT"===c.adapterName())?(null==e||null===(t=e.slot)||void 0===t||null===(n=t._ac_pkey)||void 0===n?void 0:n.indexOf("iqadtile"))>-1&&(null==e||null===(i=e.slot)||void 0===i||null===(o=i._ac_pkey)||void 0===o?void 0:o.indexOf("iqadtileOOP"))<=-1&&((r=new l.default(e,c.adapterName())).tile&&(r.advertiserId||r.auctionId)&&window.IQDAO.cridCache.push(r),(a=document.querySelector("#cridEventTarget"))&&a.dispatchEvent(new CustomEvent("cridEvent"))):((r=new l.default(e,c.adapterName())).tile&&(r.advertiserId||r.auctionId)&&window.IQDAO.cridCache.push(r),(a=document.querySelector("#cridEventTarget"))&&a.dispatchEvent(new CustomEvent("cridEvent")))},e.domLoadedCallBack=function(t){var n=window.document.createElement("div");n.id="cridWrapper",n.style.zIndex=9999,window.document.body.appendChild(n),window.cridCache=[],localStorage.getItem("cridPin")&&e.loadCridAssets()},e.loadCridAssets=function(e){var t=["runtime.js","vendors~main.js","main.js"],n=t.map(function(e){return document.createElement("script")});if(n.forEach(function(e){document.body.appendChild(e)}),"dev"===e){n[0].src="http://localhost:5500/dist/bundle.js"}else if("devcloud"===e)for(var i="https://s3.eu-central-1.amazonaws.com/stage.iqcreativeidentifier/v2/",o=0;o=0;--i)if(n[i]===t)return this.removeAllAddedEvents(e,t),n.splice(i,1),!0;return!1},e.prototype.removeAllEventListener=function(e){if(this.events[e]){for(var t=this.events[e],n=t.length-1;n>=0;--n)this.removeAllAddedEvents(e,t[n]),t.splice(n,1);this.events[e]=[]}return!0},e.prototype.removeAllAddedEvents=function(e,t){if(null!=this.allAddedEvents)for(var n in this.allAddedEvents){var i=this.allAddedEvents[n];i.type==e&&i.fn===t&&delete this.allAddedEvents[n]}},e.prototype.dispatch=function(e,t){if(this.events[e])for(var n=this.events[e],i=n.length;i--;)n[i](t);return this},e.prototype.hasEventListener=e.prototype.hasEvent=function(e){var t=!1;return this.events[e]&&(t=this.events[e].length>0),t},e}(),window.IQD=window.IQD||{},void 0===window.IQD.API&&(window.IQD.API=new(function(){function e(){this.version="set via Gulp"}return e.prototype=new w,e}())),void 0===window.IQD.Utils&&(window.IQD.Utils=new function(){var e=this,t={speedMbps:.17};e.ObjectDefineProperty=function(e,t,n){var i,o,r=function(e){try{return Object.defineProperty(e,"iqdcheck",{}),"iqdcheck"in e}catch(e){return!1}}({});if(void 0===e[t]){var a=Object();r||(a=document.createElement("objName")),e[t]=a}for(var s in n)i=n[s].get,o=n[s].set,null!=i&&(null==o&&(o=i),l(e[t],s,i,o));function l(e,t,n,i){var o=e[t],r=function(){return n.apply(e,[o])},a=function(t){return o=i.apply(e,[t])};Object.defineProperty?Object.defineProperty(e,t,{get:r,set:a}):e.__defineGetter__&&(e.__defineGetter__(t,r),e.__defineSetter__(t,a))}},e.ObjectDefineProperty(e,"Site",{winHeight:{get:function(){var t=e.Constant.doc.body,n=e.Constant.doc.documentElement;return void 0!==e.Constant.doc.height?e.Constant.doc.height:Math.max(t.scrollHeight,t.offsetHeight,n.clientHeight,n.scrollHeight,n.offsetHeight)}},winWidth:{get:function(){var t=e.Constant.doc.body,n=e.Constant.doc.documentElement;return void 0!==e.Constant.doc.width?e.Constant.doc.width:Math.max(t.scrollWidth,t.offsetWidth,n.clientWidth,n.scrollWidth,n.offsetWidth)}}}),e.getType=function(e){var t=Object.prototype.toString.call(window),n=Object.prototype.toString.call(document);return function(e){var i;switch(i=Object.prototype.toString.call(e)){case"[object DOMWindow]":case"[object Window]":case"[object global]":return i===t?"window":h(e);case"[object HTMLDocument]":case"[object document]":case"[object Document]":return i===n?"document":h(e);case"[object HTMLIFrameElement]":return"iframe";case"[object Array]":return"array";case"[object Object]":break;case"[object String]":return"string";case"[object Function]":return"function";case"[object Number]":return"number"}return h(e)}(e)},e.Constant={win:"object"!=e.getType(window.top)?window.top:window},e.Constant.winIsLoaded=!1,e.Constant.domIsLoaded=!1,e.Constant.doc=e.Constant.win.document,e.Constant.loc=e.Constant.win.location,e.Constant.destDomain=e.Constant.win.location.origin,e.Constant.nav=e.Constant.win.navigator,e.Constant.bridgeWin=function(){var t=e.getById("iqStyleContainer"),n="iqBridgeFrame";return i(null==t?t=e.addElement({id:"iqStyleContainer"}):t);function i(t){var i=e.getById(n);return null==i?i=e.addElement({id:n,style:{display:"none"},src:"javascript:\\"\\""},{parent:t,type:"iframe"}):i}},e.addObjectProperty=function(t,n,i){return u(t,n,i),e};var n=void 0;e.ObjectDefineProperty(e,"User",{iqIsNotWinXP:{get:function(){return!navigator.userAgent.toUpperCase().match(/WINDOWS NT 5/)}},getChromeVersion:{get:function(){var e=navigator.userAgent.match(/Chrom(e|ium)\\/([0-9]+)\\./);return!!e&&parseInt(e[2],10)}},scrollBarWidth:{get:function(){if(null==n){var e=window.IQD.Utils.addElement({id:"iqdSbOuter",style:{visibility:"hidden",width:"100px"}},{parent:IQD.Utils.Constant.doc.body}),t=e.offsetWidth;e.style.overflow="scroll";var i=window.IQD.Utils.addElement({id:"iqdSbInner",style:{width:"100%"}},{parent:e}).offsetWidth;n=t-i,e.setStyle={display:"none"}}return n}},getFlashVersion:{get:function(){var e="0,0,0";try{e=new ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version")}catch(t){try{navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin&&(e=navigator.plugins["Shockwave Flash"].description)}catch(e){}}return parseInt(e.replace(/\\D+/g,",").match(/^,?(.+),?$/)[1].split(",").shift())}},screenHeight:{get:function(){return parseInt(window.IQD.Utils.Constant.win.innerHeight||window.IQD.Utils.Constant.doc.documentElement.clientHeight||window.IQD.Utils.Constant.doc.body.clientHeight)}},screenWidth:{get:function(){return parseInt(window.IQD.Utils.Constant.win.innerWidth||window.IQD.Utils.Constant.doc.documentElement.clientWidth||window.IQD.Utils.Constant.doc.body.clientWidth)}},scrollY:{get:function(){return window.IQD.Utils.Constant.win.scrollY||window.IQD.Utils.Constant.win.pageYOffset||document.body.scrollTop||document.documentElement.scrollTop},set:function(t){return window.IQD.Utils.Constant.win.scroll?window.IQD.Utils.Constant.win.scroll(e.User.scrollX,t):window.IQD.Utils.Constant.win.scrollTo&&window.IQD.Utils.Constant.win.scrollTo(e.User.scrollX,t),t}},scrollX:{get:function(){return window.IQD.Utils.Constant.win.scrollX||window.IQD.Utils.Constant.win.pageXOffset||document.body.scrollLeft||document.documentElement.scrollLeft},set:function(t){return window.IQD.Utils.Constant.win.scroll?window.IQD.Utils.Constant.win.scroll(t,e.User.scrollY):window.IQD.Utils.Constant.win.scrollTo&&window.IQD.Utils.Constant.win.scrollTo(t,this.User.scrollY),t}},IE:{get:function(){var e=!1,t=navigator.userAgent.toLowerCase();return-1!=t.indexOf("msie")?e=parseInt(t.split("msie")[1]):-1!=t.indexOf("rv")&&-1!=t.indexOf("trident")?e=parseInt(t.split("rv:")[1].substr(0,8)):-1!=t.indexOf("windows")&&-1!=t.indexOf("edge")&&(e=parseInt(t.split("edge/")[1].substr(0,8))),e}},Browser:{get:function(){if(0!=e.User.IE)return{browser:"IE",version:e.User.IE};var t,n={browser:null,version:0},i=e.Constant.nav.userAgent.toLowerCase(),o=(s(/opera/,i),s(/chrome/,i)),r=s(/firefox/,i),a=(s(/webkit/,i),s(/safari/,i));return!o&&a?(n.browser="Safari",t=i.indexOf("version/")+8,n.version=parseFloat(i.substring(t,t+5))):o?(n.browser="Chrome",t=i.indexOf("chrome/")+7,n.version=parseFloat(i.substring(t,t+5))):r&&(n.browser="Firefox",t=i.indexOf("firefox/")+8,n.version=parseFloat(i.substring(t,t+5))),n;function s(e,t){return e.test(t)}}},NetworkSpeedClass:{get:function(){var e=1,n=1*t.speedMbps;switch(!0){case n<.05:e=.5;break;case n<.1:e=.75;break;case n<.2:e=1;break;case n<.5:e=2;break;case n<.8:e=3;break;case n>=1.2:e=4;break;case n>=2:e=5}return e}}}),e.NetworkSpeedCheck=function(){function e(){var e,t,n=this,i="https://s3.eu-central-1.amazonaws.com/iqdcdnbg/597b1d66b34daf06/NetworkSpeedCheck/net_image.jpg",o=55295;return n.load=function(){t=new Image,i=arguments[0]||i,o=arguments[1]||o;var r="?cachche="+(e=(new Date).getTime());return t.onload=function(){var t=((new Date).getTime()-e)/1e3,r=8*o,a=(r/t).toFixed(2),s=(a/1024).toFixed(2),l=(s/1024).toFixed(2);n.dispatch("onLoad",{data:{currentTarget:n,imageURL:i,duration:t,bitsLoaded:r,speedBps:a,speedKbps:s,speedMbps:l}})},t.onerror=function(e,t){return 10},t.src=i+r,n},n}return e.prototype=new w,new e},e.checkNetwork=function(t,n){null!=t&&null!=n?e.NetworkSpeedCheck().addEventListener("onLoad",i).load(t,n):e.NetworkSpeedCheck().addEventListener("onLoad",i).load()};var i=function(e){e.data.currentTarget.removeEventListener("onLoad",this),t=e.data};e.getUriParam=function(e,t){for(var n=void 0,i=(t||IQD.Utils.Constant.win.location.search.substring(1)).split("&"),o=0;o-1){var r=i[o].split("=");""!=r[0]&&(n=decodeURIComponent(r[1]))}return n},e.getCSSPropertyName=function(e){for(var t=e.length,n=0;ne.bottom||t.righte.right)},n._elementProp.removeClass=function(t){return e.removeClass(n._elementProp,t)}}catch(e){}}(t)._elementProp},e.getGlobalStyle=function(e,t){if(null!=e){if(window.getComputedStyle)return window.getComputedStyle(e,"").getPropertyValue(t);e.currentStyle;var n=t.split("-");return t=n.capFirstLetter().join(""),e.currentStyle[t]}},e.parseURL=function(e){var t,n,i=IQD.Utils.Constant.doc.createElement("a"),o={};i.href=e;for(var r=(t=i.search.replace(/^\\?/,"").split("&")).length,a=0;at?-1:e=1&&a>=r&&(clearInterval(i),o.dispatch("clear",{event:"clear",data:{original:n,currentTarget:o,changes:e}})),o.dispatch("change",{event:"change",data:{original:n,currentTarget:o,changes:e}})}}o.getClearJSON=function(t){var n=[];if("window"!=e.getType(t)&&"document"!=e.getType(t)&&"iframe"!=e.getType(t))try{var i=JSON.stringify(t,function(t,i){if("window"!=e.getType(i)&&"document"!=e.getType(i)&&"iframe"!=e.getType(i)){if("object"===h(i)&&null!==i){if(-1!==n.indexOf(i))return;n.push(i)}return i}});return n.length,i}catch(e){}},o.startCheckChange=function(e){var o=e||{},a=o.interval||300;return r=o.clearAfter||0,n=this,t=this.clone(),i=setInterval(c,a),this},o.stopCheckChange=function(e){r=0,a=0,clearInterval(i),o.dispatch("clear",{event:"clear",data:n})},o.getOB=function(e){o.dispatch("clear",{event:"clear",data:n})}}return t.prototype=new w,t}();function r(t,n,i){var o=void 0===i?t:t[i];for(var a in n)if("string"===e.getType(n[a])||"number"===e.getType(n[a]))try{o[a]=n[a]}catch(e){}else"object"===e.getType(n[a])&&r(o,n[a],a)}e.IQDObject=e.getObjectWithClone=function(t){function n(t){if(o.call(this),null!=t){var n=e.getObjectWithClone();for(var i in t)n[i]=t[i]}return n}return n.prototype=new o,n.prototype.clone=function(t){var n={};for(var i in this)"clone"!=i&&(n[i]=this[i]);if(null!=t)for(var i in t)n[i]=t[i];var o=e.getObjectWithClone();for(var i in n)o[i]=n[i];return o},new n(t)},e.globalTick=function(){function e(){var e=this;e.intervaleTime,e.fn=[],e.tickId=null,e.start=function(t){return e.intervaleTime=t||200,this.setGlobalInterval(),e}}return e.prototype.setGlobalInterval=function(){null!=this.tickId&&(clearInterval(this.tickId),this.tickId=null),this.tickId=setInterval(function(e){for(var t=e.fn,n=t.length,i=0;i=0){for(var p in a(o[f].default,u),w)1==w[p].enabled&&o[f].default&&o[f].default.hasOwnProperty(p)&&(u[p]=s(o[f].default,u,p));for(var h in o[f])if(h==d)for(var p in a(o[f][h],u),w)1==w[p].enabled&&o[f][h].hasOwnProperty(p)&&(u[p]=s(o[f][h],u,p))}}return u}},0==window.IQD.Utils.User.IE||window.IQD.Utils.User.IE>=9?(u(Array.prototype,"capFirstLetter",function(){for(var e=Object(this),t=e.length,n=1;n0?e:.01,t.__checkViewability__(),n}},yIndexFactor:{get:function(){return i},set:function(e){return i=e>=0?e:0,t.__checkViewability__(),i}}}),t.showAllInfos=function(){for(var e in t.ViewsObjs)t.ViewsObjs[e].showInfo();return t.ViewsObjs},t.getViewTile=function(e){return t.addViewabilityCheck(e)},t.addViewabilityCheck=function(o){function r(o){var r=this,a={};r.adID=o,r.adEle,r._hasDivEle=!1;var s={};function l(){r._hasDispatchedViewStart=!1,r._hasDispatchedViewEnd=!0,r._hasDispatchedStartRender=!1,r._isInView=!1,r._wasInView=!1,r._counterRollOver=0,a={}}window.IQD.Utils.ObjectDefineProperty(r,"safetyAreaFactor",{factor:{get:function(){return s.factor?s.factor:n},set:function(e){return s.factor=e>0?e:.01,t.__checkViewability__(),s.factor}},yIndexFactor:{get:function(){return s.yIndexFactor?s.yIndexFactor:i},set:function(e){return s.yIndexFactor=e,t.__checkViewability__(),s.yIndexFactor}}}),r.inViewSafetyArea=function(){var e=0==r.safetyAreaFactor.yIndexFactor?1:(1-1/IQD.Utils.Site.winHeight*r.adEle.topGlobal)/r.safetyAreaFactor.yIndexFactor;return e=Math.min(e,1),window.IQD.Utils.User.screenHeight*r.safetyAreaFactor.factor*e/IQD.Utils.User.NetworkSpeedClass},l(),r._sender={},r._viewTopDif=80,r._viewBottomDif=80,r._viewTopDifPixel=0,r._viewBottomDifPixel=0,r._checkViewBound=function(){void 0!==r.adEle&&(r._viewTopDifPixel=-1*r.adEle.heightPX*(r._viewTopDif/100),r._viewBottomDifPixel=r.adEle.heightPX*(r._viewBottomDif/100))};var d=40,c=setInterval(function(){var n=window.IQD.Utils.getById(r.adID);null!=n&&(r._hasDivEle=!0,r.adEle=n,null==e&&(IQD.Utils.setStyleInContainer(".onloadInlineBlock{display:inline-block !important;}"),e=!0),r.adEle.addClass("onloadInlineBlock"),r._checkViewBound(),t.__checkViewability__(null),r.adEle.removeClass("onloadInlineBlock"),clearInterval(c)),d<=0&&clearInterval(c),d--},100);r.viewBoundary,window.IQD.Utils.ObjectDefineProperty(r,"viewBoundary",{set:{get:function(){return r._viewTopDif},set:function(e){return e=e<0?0:e,r._viewTopDif=e,r._viewBottomDif=e,r._checkViewBound(),e}}}),r.reset=function(){l(),clearInterval(a.timeoutId)},r.delete=function(){t.ViewsObjs[r.adID]=void 0,clearInterval(a.timeoutId)}}return r.prototype=new w,void 0===t.ViewsObjs[o]&&(t.ViewsObjs[o]=new r(o)),t.ViewsObjs[o]},t.__checkViewability__=function(e){var n,i,o,r;for(var a in t.ViewsObjs)if(void 0!==t.ViewsObjs[a].adEle&&!0===t.ViewsObjs[a]._hasDivEle&&t.ViewsObjs[a].adEle.heightPX>=0&&!(t.ViewsObjs[a].adEle.getGlobalStyle("display").indexOf("none")>=0)){t.ViewsObjs[a].adEle.rect,t.ViewsObjs[a]._checkViewBound(),1==t.ViewsObjs[a]._hasDispatchedStartRender&&(i={left:0,top:-1*t.ViewsObjs[a]._viewTopDifPixel,right:window.IQD.Utils.User.screenWidth,bottom:window.IQD.Utils.User.screenHeight-t.ViewsObjs[a]._viewBottomDifPixel},t.ViewsObjs[a].adEle.colliding(i)&&!1===t.ViewsObjs[a]._hasDispatchedViewStart&&(n={event:"viewStart",id:t.ViewsObjs[a].adID,currentTarget:t.ViewsObjs[a].adEle,target:t.ViewsObjs[a].adEle,timeStamp:(new Date).getTime()},t.ViewsObjs[a]._hasDispatchedViewStart=!0,t.ViewsObjs[a]._hasDispatchedViewEnd=!1,t.ViewsObjs[a]._isInView=!0,t.ViewsObjs[a].dispatch("viewStart",n)),t.ViewsObjs[a].adEle.colliding(i)||!1===t.ViewsObjs[a]._hasDispatchedViewEnd&&(n={event:"viewEnd",id:t.ViewsObjs[a].adID,currentTarget:t.ViewsObjs[a].adEle,target:t.ViewsObjs[a].adEle,timeStamp:(new Date).getTime()},t.ViewsObjs[a]._hasDispatchedViewStart=!1,t.ViewsObjs[a]._hasDispatchedViewEnd=!0,t.ViewsObjs[a]._isInView=!1,t.ViewsObjs[a].dispatch("viewEnd",n)));var s=0==t.ViewsObjs[a].safetyAreaFactor.yIndexFactor?1:(1-1/IQD.Utils.Site.winHeight*t.ViewsObjs[a].adEle.topGlobal)/t.ViewsObjs[a].safetyAreaFactor.yIndexFactor;if(s=Math.min(s,1),o={left:0,top:-1*(r=window.IQD.Utils.User.screenHeight*t.ViewsObjs[a].safetyAreaFactor.factor*s/IQD.Utils.User.NetworkSpeedClass),right:window.IQD.Utils.User.screenWidth,bottom:window.IQD.Utils.User.screenHeight+r},0==t.ViewsObjs[a]._hasDispatchedStartRender&&t.ViewsObjs[a].adEle.colliding(o)&&!1===t.ViewsObjs[a]._hasDispatchedStartRender){n={event:"startRender",id:t.ViewsObjs[a].adID,currentTarget:t.ViewsObjs[a].adEle,target:t.ViewsObjs[a].adEle,timeStamp:(new Date).getTime()},t.ViewsObjs[a]._hasDispatchedStartRender=!0;try{window.IQD.Debugger.registerConsoleIFrame(t.ViewsObjs[a].adID)}catch(e){}t.ViewsObjs[a].dispatch("startRender",n),t.dispatch("startRender",n)}}},t.inViewSafetyArea=function(){return window.IQD.Utils.User.screenHeight*n/IQD.Utils.User.NetworkSpeedClass},t.resetForReloadHandle=function(){for(var e in t.ViewsObjs)t.ViewsObjs[e].reset();return t.__checkViewability__(),t},t.getInViewConfiguration=function(e,t){var i={tile:["iqadtile1","iqadtile2","iqadtile3","iqadtile16"]};return i.safetyAreaFactor=n,i.networkCheckURL={imageURL:"https://s3.eu-central-1.amazonaws.com/iqdcdnbg/597b1d66b34daf06/NetworkSpeedCheck/net_image.jpg",bytes:55295},i.networkCheck=!1,IQD.Utils.getConfiguration(e,t,window.IQD.InViewConf,i)}}return e.prototype=new w,e}())),void 0===window.IQD.Events&&(window.IQD.Events=new(function(){function e(){var e=this,t=["scroll","resize","load","DOMContentLoaded"];function n(e){window.IQD.Views.__checkViewability__(e),window.IQD.Events.dispatch("resize",e)}function i(e){window.IQD.Views.__checkViewability__(e),window.IQD.Events.dispatch("scroll",e)}function o(e){window.IQD.Utils.Constant.winIsLoaded=!0,window.IQD.Views.__checkViewability__(e),window.IQD.Events.dispatch("load",e)}function r(e){window.IQD.Utils.Constant.domIsLoaded=!0,window.IQD.Views.__checkViewability__(e),window.IQD.Events.dispatch("DOMload",e),window.IQD.Events.dispatch("DOMContentLoaded",e)}function a(t,n,i){if(void 0!==t.addEventListener)t.addEventListener(n,i,!1);else if(void 0!==t.attachEvent)t.attachEvent("on"+n,i);else if(void 0!==t["on"+n]){var o=t["on"+n];t["on"+n]=function(e){o(e),i(e)}}return e}e.allAddedEvents={},e.addEvent=function(){var n=arguments[0],i=arguments[1],o=arguments[2],r=null==arguments[3]||arguments[3];return e.allAddedEvents[(new Date).getTime()]={obj:n,type:i,fn:o,delete:r},r&&t.indexOf(i)>=0&&window.IQD.Utils.Constant.win==n?e.addEventListener(i,o,r):a(n,i,o),e},e.removeEvent=function(n,i,o){return t.indexOf(i)>=0&&window.IQD.Utils.Constant.win==n&&e.removeEventListener(i,o),void 0!==n.removeEventListener?n.removeEventListener(i,o,!1):void 0!==n.removeEvent?n.removeEvent("on"+i,o):void 0!==n.detachEvent?n.detachEvent("on"+i,o):void 0!==n["on"+i]&&(n["on"+i]=null),n},e.clearAllEvents=function(){for(var t in e.deleteEvents){for(;e.deleteEvents[t].length>0;)e.removeEvent(e,t,e.deleteEvents[t][0]),e.deleteEvents[t].splice(0,1);e.deleteEvents[t]=[]}};var s,l=0;function d(e){l++}function c(){window.IQD.Views.__checkViewability__(null),0!==l&&(window.IQD.Views.removeEventListener("startRender",d),e.removeEvent(window.IQD.Utils.Constant.win,"resize",d),e.removeEvent(window.IQD.Utils.Constant.win,"scroll",d),clearInterval(s))}e.addEvent(window.IQD.Utils.Constant.win,"resize",n,!1),e.addEvent(window.IQD.Utils.Constant.win,"scroll",i,!1),e.addEvent(window.IQD.Utils.Constant.win,"load",o,!1),e.addEvent(window.IQD.Utils.Constant.doc,"DOMContentLoaded",r,!1),window.IQD.Views.__checkViewability__(null),window.IQD.Views.addEventListener("startRender",d),e.addEvent(window.IQD.Utils.Constant.win,"resize",d),e.addEvent(window.IQD.Utils.Constant.win,"scroll",d),s=setInterval(c,125)}return e.prototype=new w,e}())),void 0===window.IQD.Slots&&(window.IQD.Slots=new(function(){function e(){var e=this,t=function(){function t(e){}return t.prototype={},u(t.prototype,"length",function(){var t=0;for(var n in e)"object"==h(e[n])&&t++;return t>=2?t:2}),new t}(),n=!1,i=0,o=void 0;function r(o){var r=!0;for(var a in i=0,t)"object"==h(t[a])&&(t[a].isRenderEnded?i++:r=!1);if(r&&window.IQD.Utils.Constant.domIsLoaded&&0==n&&i>=t.length()){n=!0;try{window.IQD.EventLogs.setMark("slotApi-slotAllRenderEnded")}catch(e){}e.dispatch("slotAllRenderEnded",{}),e.resetForReloadHandle()}}e.slots=t,e.isIniGPT=!1,e.addSlot=function(n){if(void 0!==t[n])return t[n];try{window.IQD.EventLogs.setMark("slotApi-slotConfiguration-"+n)}catch(e){}return t[n]=function(){function e(e){var t=this;t.slotTile=e,t.size,t.slotGPT,t.isRenderEnded=!1,t.isOnLoaded=!1,t.renderCounter=0,t.tileInfos=function(){var e={},n=t.slotTile.substr(8,t.slotTile.length),i="oop"==n.toLowerCase()?"out-of-page":parseInt(n);try{e.accountid=1285,e.adtile=t.slotTile,e.creativeid=t.slotGPT.creativeId,e.lineitemid=t.slotGPT.lineItemId,e.advertiserid=t.slotGPT.advertiserId,e.formatsize=null==t.slotGPT.size?"0x0":t.slotGPT.size[0]+"x"+t.slotGPT.size[1],e.adslot=i,e.areaid=IQD.AdController.ExecutionContext.prototype.cvars.level2||"",e.adformat=isNaN(i)?i:function(e){for(var t=window.IQD.Utils.Constant.win.IQD_varPack.gptAdSlotSize.length,n="",i=0;i=9){var s;(s=document.createEvent("UIEvents")).initEvent("IQDAPI",!0,!0),e.contentWindow.dispatchEvent(s),i=!0,e.onload=function(){},clearTimeout(r)}else if(window.IQD.Utils.User.IE<9){var l=setInterval(function(){null!=e.contentWindow.document.body&&(e.contentWindow.IQD=window.IQD,e.contentWindow.onIQDAPI(),clearInterval(l))},10);try{e.contentWindow.onIQDAPI(),i=!0,e.onload=function(){}}catch(e){}clearTimeout(r)}i=!0,e.onload=function(){e.contentWindow.IQD=window.IQD,e.contentWindow.dispatchEvent(s),i=!0,clearTimeout(r)}}}n++,!i&&n<1e3&&(r=setTimeout(function(){o(e,t)},10))}this.init=function(){o(e,i)}}(i[o],t)).init()}},i[e.slot.slotTile].setAPI(e.slot.slotTile)})},setTimeout(i,300),n=!0)},i=function(){null==window.IQD.Slots.isIniGPT||0==window.IQD.Slots.isIniGPT?setTimeout(i,300):t()},this.ie8Ini=function(){window.IQD.Events.addEventListener("DOMload",e),window.IQD.Events.addEventListener("load",e);try{e()}catch(e){}},window.IQD.Events.addEventListener("DOMload",e),window.IQD.Events.addEventListener("load",e),e()},8==window.IQD.Utils.User.IE&&window.IQD.APItoFrame.ie8Ini()),void 0===window.IQD.TemplateUtils&&(window.IQD.TemplateUtils=new function(){var e=this;e.SiteCode=function(e){try{var t=e.split("/");return t.length>=3?t[2]:""}catch(e){return""}},e.Moat=function(e){try{if(e.frameWindow.iqns_zMoatWF=e.frameWindow.iqns_zMoatWF||[],e.frameWindow.iqns_zMoatAssetCollector={},e.frameWindow.iqns_zMoatWF[e.dfpMacros.creativeId]=e.name,null==e.assets)e.frameWindow.iqns_zMoatAssetCollector.asset1=e.name+"_"+e.dfpMacros.creativeId;else if(null!=e.assets)for(var t in e.assets)e.frameWindow.iqns_zMoatAssetCollector["asset"+t]=e.assets[t]+"_"+e.dfpMacros.creativeId}catch(t){e.frameWindow.iqns_zMoatWF[e.dfpMacros.creativeId]="noValue",e.frameWindow.iqns_zMoatAssetCollector.asset1="noValue_"+e.dfpMacros.creativeId}},e.Batch=function(e){var t=window.IQD.Utils.Constant.win;window.IQD.Utils.Constant.doc;try{var n,i,o,r=document.getElementsByTagName("script"),a=r.length,s=void 0!==t.AdController?t.AdController._siteConfig._adapterName:"noAdapter",l=top!=self?"iFrame":"topLevel",d="iFrame"==l?t.document.getElementById(e.frameWindow.frameElement.attributes.id.value).id:"no_iFrame";if("gpt"!==s)for(var c=0;c-1&&r[c].src.indexOf(siteCode)>-1&&(n=(n=r[c].src).split("/"),i=(i=r[c].src.indexOf("N183")>-1?n[6]:n[5]).indexOf(";")>-1?i.substring(0,i.indexOf(";")):i,o=(o=n[n.length-1].split("sz="))[1].split(";"));if("gpt"===s)for(t.iqd_gpt_slots,i=t.IQD.AdController.ExecutionContext.prototype.cvars.level2,c=0;c=0;--o)if(n[o]===t)return this.removeAllAddedEvents(e,t),n.splice(o,1),!0;return!1},e.prototype.removeAllEventListener=function(e){if(this.events[e]){for(var t=this.events[e],n=t.length-1;n>=0;--n)this.removeAllAddedEvents(e,t[n]),t.splice(n,1);this.events[e]=[]}return!0},e.prototype.removeAllAddedEvents=function(e,t){if(null!=this.allAddedEvents)for(var n in this.allAddedEvents){var o=this.allAddedEvents[n];o.type==e&&o.fn===t&&delete this.allAddedEvents[n]}},e.prototype.dispatch=function(e,t){if(this.events[e])for(var n=this.events[e],o=n.length;o--;)n[o](t);return this},e.prototype.hasEventListener=e.prototype.hasEvent=function(e){var t=!1;return this.events[e]&&(t=this.events[e].length>0),t},e}();window.IQD=window.IQD||{},void 0===window.IQD.ReloadHandle&&(window.IQD.ReloadHandle=new(function(){function t(){var e,t=this,n={},o={adForm:void 0,iqTileReset:void 0,iqdInfoBox:void 0,iqStyleContainer:void 0};t.overrideAdFormReset=function(e){return"function"==typeof e&&(o.adForm=e),t},t.overrideIqTileReset=function(e){return"function"==typeof e&&(o.iqTileReset=e),t},t.overrideIqdInfoBox=function(e){return"function"==typeof e&&(o.iqdInfoBox=e),t},t.overrideIqStyleContainer=function(e){return"function"==typeof e&&(o.iqStyleContainer=e),t},t.addResetFunction=function(e){if("function"==typeof e){var o=e.name||(new Date).getTime();n[o]={callFunction:e}}return t},t.clearProgKeys=function(){for(var e,n,o=googletag.pubads().getSlots(),i="";e=o.pop();)for(i="yl,yla,ylf,ylp,hb_deal_appnexus,hb_size_appnexus,hb_pb_appnexus,hb_adid,hb_adid_appnexus,hb_bidder,hb_bidder_appnexus,hb_deal,hb_size,hb_pb".split(",");n=i.pop();)e.clearTargeting(n);return t},t.clearLitKeys=function(){var e=IQD.AdController.ExecutionContext.prototype.cvars.keywords;return e=e.replace(/,lit[0-9a-zA-Z]{5}/g,""),IQD.AdController.ExecutionContext.prototype.cvars.keywords=e,t},t.resetAll=function(){e=window.IQD.Utils.Constant.doc,window.IQD.Utils.Constant.win;try{for(var i in null==o.iqdInfoBox?e.getElementById("iqdInfoBox")&&(e.getElementById("iqdInfoBox").innerHTML=\'CREATIVE INFO:
close
scroll
mailTo


\'):o.iqdInfoBox(),function(){if(null==o.iqStyleContainer)try{for(var t=e.getElementById("iqStyleContainer");t.firstChild;)t.removeChild(t.firstChild)}catch(e){}else o.iqStyleContainer()}(),function(){if(null==o.iqTileReset)for(var t=0,n=window.IQD_varPack.adReloadHandle.length;t0&&e.getElementById(i[d])){var l=e.getElementById(i[d]);l.parentNode.removeChild(l)}}catch(e){}e.getElementById("iqadtile1")&&e.getElementById("iqadtile1").removeAttribute("style"),e.getElementById("iqadtile2")&&(e.getElementById("iqadtile2").style.cssText="display:block !important"),"true"==window.IQD_varPack.adReloadHandle[t].setComputedStyles&&(window.IQD_varPack.fetchComputedStyle(e.body,"background-color")!=window.IQD_varPack.adReloadHandle[t].iqd_computedBodyBackgroundColor&&(e.body.style.backgroundColor=window.IQD_varPack.adReloadHandle[t].iqd_computedBodyBackgroundColor),e.getElementById("iqdInfoBox")&&e.getElementsByTagName("body")[0].removeChild(e.getElementById("iqdInfoBox")));try{for(var a=0;a=0;--n)if(i[n]===t)return this.removeAllAddedEvents(e,t),i.splice(n,1),!0;return!1},e.prototype.removeAllEventListener=function(e){if(this.events[e]){for(var t=this.events[e],i=t.length-1;i>=0;--i)this.removeAllAddedEvents(e,t[i]),t.splice(i,1);this.events[e]=[]}return!0},e.prototype.removeAllAddedEvents=function(e,t){if(void 0!=this.allAddedEvents)for(var i in this.allAddedEvents){var n=this.allAddedEvents[i];n.type==e&&n.fn===t&&delete this.allAddedEvents[i]}},e.prototype.dispatch=function(e,t){if(this.events[e])for(var i=this.events[e],n=i.length;n--;)i[n](t);return this},e.prototype.hasEventListener=e.prototype.hasEvent=function(e){var t=!1;return this.events[e]&&(t=this.events[e].length>0),t},e}();window.IQD=window.IQD||{},void 0===window.IQD.StickySkyUAP&&(window.IQD.StickySkyUAP=new(function(){function t(){var e,t,i,n,s,r=this,o=void 0;function l(){"div"==i.nodeName.toLowerCase()&&(i.width=e.widthPX,i.height=e.heightPX)}return r.setSticky=function(v,d){if(void 0==o)o=!0;else if(1==o)return"isSet";e=IQD.Utils.getById("iqadtile2");var a=v||0,c=0,h="#iqadtile2.fixi{ position:fixed; z-index:3000; top:"+a+"px;}",u=(IQD.Utils.User.screenHeight,e.heightPX,IQD.Utils.Constant.doc.getElementsByTagName("body")[0]);IQD.Utils.getById(u).getGlobalStyle("overflow-x");if(n=d||{},s=IQD.Utils.User.scrollBarWidth,i=IQD.Utils.eleProperties(e.parentElement),IQD.Utils.setStyleInContainer(h),window.IQD_varPack=window.IQD_varPack||{},window.IQD_varPack.ausbuchung=window.IQD_varPack.ausbuchung||{},window.IQD_varPack.ausbuchung.iqadtile2=window.IQD_varPack.ausbuchung.iqadtile2||!1,0==function(){var e=!1;if(s>0)return e;/mac/.test(IQD.Utils.Constant.nav.userAgent.toLowerCase())?/ipad/.test(IQD.Utils.Constant.nav.userAgent.toLowerCase())&&(e=!0):0==s&&(e=!0);return e}())t=function(i){return void 0!==i.slot&&(void 0!=n.ini&&n.ini(),"renderEnded"==i.event&&window.IQD.Slots.getSlot("iqadtile2").removeEventListener("renderEnded",t),"onLoad"==i.event&&window.IQD.Slots.getSlot("iqadtile2").removeEventListener("onLoad",t),e.removeClass("fixi"),IQD.Events.addEventListener("scroll",t),IQD.Events.addEventListener("resize",t),IQD.Utils.setStyleInContainer(h)),1==window.IQD_varPack.ausbuchung.iqadtile2?(IQD.Events.removeEventListener("scroll",t),IQD.Events.removeEventListener("resize",t),null):function(){var e=!1,t=document.getElementById("iqdSkyParentFixPoint"),i=IQD.Utils.Constant.win.iqStickySky||"true";t&&(e=!0);"false"==i&&(e=!0);return e}()?(IQD.Events.removeEventListener("scroll",t),IQD.Events.removeEventListener("resize",t),null):void(IQD.Utils.User.screenHeight0&&1==e.hasClass("fixi")&&(void 0!=n.callbackFree&&n.callbackFree(),e.removeClass("fixi")))},IQD.Events.removeEventListener("scroll",t),IQD.Events.removeEventListener("resize",t),window.IQD.Slots.getSlot("iqadtile2").hasEventListener("renderEnded")||(window.IQD.Slots.getSlot("iqadtile2").addEventListener("renderEnded",t),window.IQD.Slots.getSlot("iqadtile2").addEventListener("onLoad",t));else{var E,I=function(t){void 0!==(t=t||{}).slot&&(IQD.Utils.setStyleInContainer(h),e.removeClass("fixi")),void 0===E&&(E=e.topGlobal),IQD.Utils.User.screenHeight>e.heightPX+E+120?(e.setStyle={top:E+"px",position:"fixed"},l()):(e.setStyle={top:"auto",position:"static"},l())};IQD.Events.removeEventListener("scroll",I),IQD.Events.removeEventListener("resize",I),IQD.Events.addEventListener("resize",function(){IQD.Utils.repeatFunction(I,50,400)}),window.IQD.Slots.getSlot("iqadtile2").addEventListener("renderEnded",I)}return r},r.resetSticky=function(){IQD.Events.removeEventListener("scroll",t),IQD.Events.removeEventListener("resize",t),o=void 0,e.removeClass("fixi"),l(),e.removeClass("fixi"),e=t=i=n=s=null},r}return t.prototype=new e,t}())),window.IQD.StickSkyUAP=window.IQD.StickySkyUAP.setSticky}();', 'window.grumi={cfg:{advs:{39628765:true,13477165:true,12145765:true,14048725:true,36694525:true,4612402464:true,12411685:true,41092405:true,12220045:true,12278965:true,12290965:true,23530885:true,41532205:true,42671245:true,4676658403:true,4598156059:true,4590745343:true,4588373417:true,24267325:true},pubIds:{}},key:"fa778143-f1e6-47b7-823f-fdcd65c9ada3"};window.grumi.reductionThreshold=.7;if(window.IQGDPR_handle.consentGAM==="true"&&!!window.IQGDPR_handle.adapter.isGPT&&Math.random() div")&&document.querySelector("#"+iatcid+\' > div >iframe[id^="utif_iqadtile"]\')){return window.getComputedStyle(document.querySelector("#"+iatcid+\' > div >iframe[id^="utif_iqadtile"]\')).getPropertyValue("width")}else{return"0px"}}();if(wPropTile!=="0px"){window.IQD.Utils.setStyleInContainer("#"+iatcid+"::before {width: "+wPropTile+";margin:0 auto;}"+"#"+iatcid+"{min-width:"+wPropTile+";}")}},500)}}var _window,_window$IQDAO,_window$IQDAO$AdIdFra;if((_window=window)===null||_window===void 0?void 0:(_window$IQDAO=_window.IQDAO)===null||_window$IQDAO===void 0?void 0:(_window$IQDAO$AdIdFra=_window$IQDAO.AdIdFrame)===null||_window$IQDAO$AdIdFra===void 0?void 0:_window$IQDAO$AdIdFra.adxFrame){window.IQDAO.AdIdFrame.adxFrame(adObj,"AST")}if(typeof window.treatToSubload==="function"){window.treatToSubload(iatcid)}};', 'var IQD=IQD||{};IQD.adapter=IQD.adapter||{};IQD.adapter.isGPT=!!window.IQGDPR_handle.adapter.isGPT;IQD.adapter.isAST=!!window.IQGDPR_handle.adapter.isAST;console.log("gdpr_GPT2_utils_AST_tcfv2strict_xandr > IQD.adapter.isGPT = ",IQD.adapter.isGPT," _ ",typeof IQD.adapter.isGPT);console.log("gdpr_GPT2_utils_AST_tcfv2strict_xandr > IQD.adapter.isAST = ",IQD.adapter.isAST," _ ",typeof IQD.adapter.isAST);window.IQD.TemplateUtils.initCrid&&window.IQD.TemplateUtils.initCrid();IQD.ext=IQD.adapter.isGPT?"GPT.JS":"AST.JS";IQD.l=function(pString){console.info("["+IQD.ext+"] "+pString)};IQD.formatSizes=function(pPosTabString){var sizes=[];var tmpSize=pPosTabString;if(pPosTabString!=""){tmpSize.split(",").forEach(function(e){var _t=e.split("x");if(e!="fluid"&&e!="out-of-page"){sizes.push([parseInt(_t[0]),parseInt(_t[1])])}});sizes=sizes.length==1?sizes.pop():sizes}return sizes};window.myXandrRequest=function(){console.log("gdpr_GPT2_utils_AST_tcfv2strict_xandr - entering xandr realm - may be wrapped in function to prevent too early exec");console.log("window.IQGDPR_handle.adapter _ ",window.IQGDPR_handle.adapter);console.log("window.IQGDPR_handle.adapter.isAST _ ",window.IQGDPR_handle.adapter.isAST);console.log("!!window.IQGDPR_handle.adapter.isAST _ ",!!window.IQGDPR_handle.adapter.isAST);if(!!(((window||{}).IQD||{}).Slots||{}).ini){console.log("window.IQD.Slots.ini exists ",window.IQD.Slots.ini);console.log("window.IQGDPR_handle.adapter _ ",window.IQGDPR_handle.adapter);window.IQD.Slots.ini=function(_adapterObject){var _this=this,_slots=window.IQD.Slots.slots;console.log("typeof(_pubads) expect undefined ",typeof _pubads);console.log("_adapterObject ",_adapterObject);if(typeof _pubads==="undefined"){try{AdController.getEventDispatcher().on("before_template",function(BeforeTemplateEvent){try{_this.dispatch("ACBeforeTemplateEvent",{slot:_slots[BeforeTemplateEvent.domTarget],tile:BeforeTemplateEvent.domTarget});_slots[BeforeTemplateEvent.domTarget].dispatch("ACBeforeTemplateEvent",{slot:_slots[BeforeTemplateEvent.domTarget]})}catch(e){_this.dispatch("ACBeforeTemplateEvent",{tile:BeforeTemplateEvent.domTarget})}})}catch(e){}_pubads=_adapterObject;console.log("typeof(_pubads) expect apntag ",typeof _pubads);_this.isIniGPT=true;_this.dispatch("iniGPT");_pubads.onEvent("adAvailable",function(adObj){for(var d in _slots){console.log("gpt2astEvent - adAvailable",_slots," _ ",adObj);if(_slots[d].slotTile==adObj.targetId){_slots[d].isOnLoaded=true;_slots[d].dispatch("FromGPTonLoad",{slot:_slots[d],slotGPT:adObj,event:"onLoad"});console.log("gpt2astEvent - adAvailable",_slots[d]," _ ",adObj)}}});_pubads.onEvent("adLoaded",function(adObj){for(var d in _slots){console.log("gpt2astEvent - adLoaded",_slots," _ ",adObj);if(_slots[d].slotTile==adObj.targetId){_slots[d].size=[adObj.banner.width,adObj.banner.height];_slots[d].isRenderEnded=true;_slots[d].slotGPT=adObj;_slots[d].dispatch("FromGPTrenderEnded",{slot:_slots[d],slotGPT:adObj,event:"renderEnded"});console.log("gpt2astEvent - adLoaded",_slots[d]," _ ",adObj)}}})}};console.log("window.IQD.Slots.ini exists after override",window.IQD.Slots.ini)}apntag.anq.push(function(){apntag.setPageOpts({member:6975,publisherId:AdController.getConfig().resolve(AdController._handle)._vars.xandrPubId*1})});IQD.adapter.define=function(pTile){IQD.l("in IQD.adapter.define() "+pTile);var ctx=AdController.getConfig().resolve(AdController._handle)._positions[pTile],kvObj=!!(((window||{}).IQD||{}).KV||{}).getKvGlobal?JSON.parse(JSON.stringify(IQD.KV.getKvGlobal(pTile))):{},kw="",iqd_TestKW=window.IQD_varPack.iqd_TestKW||"";if(AdController.getConfig().resolve(AdController._handle).getVar("keywords")!==""){kw+=AdController.getConfig().resolve(AdController._handle).getVar("keywords")}var ctx=AdController.getConfig().resolve(AdController._handle)._positions[pTile];if(ctx.keywords!==""){kw+=","+ctx.keywords}if(IQD.AdController.ExecutionContext.prototype.cvars["keywords"]!==""){kw+=","+IQD.AdController.ExecutionContext.prototype.cvars["keywords"]}if(!!iqd_TestKW){kw+=","+iqd_TestKW}kvObj.kw=kw;kvObj.tile=AdController.getConfig().resolve(AdController._handle)._positions[pTile].tile;if(window.hasOwnProperty("gs_channels")){kvObj.gs_cat=gs_channels}var _level1=!!AdController.getConfig().resolve(AdController._handle)._vars.xandrLevel1?AdController.getConfig().resolve(AdController._handle)._vars.xandrLevel1:AdController.getConfig().resolve(AdController._handle)._vars.level1,codeOfPlacement=["homepage","homepage_trsf","mm_homepage"].indexOf(AdController._handle)>-1?_level1+".homepage":_level1+".rota";if(((window.IQD_varPack||{}).iqdSite||"")==="fum"){codeOfPlacement=_level1+".rota"}kvObj.kw=kvObj.kw.split(",");kvObj.l1=_level1;function addToObj(pL,pObjProp){if(!!pL&&typeof pL==="string"&&pL!=""){pL=pL.split("/");pL=/\\W/.test(pL[0])?pL[0].replace(/[^A-Z0-9]+/gi,"_"):pL[0];kvObj[pObjProp]=pL}else if(!!pL&&typeof pL==="number"){kvObj[pObjProp]=pL}}addToObj(IQD.AdController.ExecutionContext.prototype.cvars["level2"],"l2");addToObj(IQD.AdController.ExecutionContext.prototype.cvars["level3"],"l3");addToObj(IQD.AdController.ExecutionContext.prototype.cvars["level4"],"l4");addToObj(AdController.getConfig().resolve(AdController._handle)._vars.doc,"doc");addToObj(AdController._handle,"ac_handle");addToObj(AdController.getConfig().resolve(AdController._handle)._positions[pTile].maxWidth,"pt0");addToObj(AdController.getConfig().resolve(AdController._handle)._positions[pTile].maxHeight,"pt1");addToObj(AdController.getConfig().resolve(AdController._handle)._positions[pTile].flexPadding,"pt2");kvObj.pt3=kvObj.doc;addToObj(AdController.getConfig().resolve(AdController._handle).getVar("iqadtype"),"pt4");kvObj.pt5=kvObj.kw;kvObj.pt6=kvObj.tile;var sizesJSON=AdController._handle.indexOf("wocaa")<0?IQD.formatSizes(ctx.size):[99,1];if(typeof window.IQD.excludeXandrDisplayAds==="function"&&window.IQD.excludeXandrDisplayAds()){sizesJSON=[99,1]}apntag.anq.push(function(){apntag.defineTag({invCode:codeOfPlacement,sizes:sizesJSON,targetId:pTile,keywords:kvObj})});var arrSize=ctx.size.split(",");if(!!(((window||{}).IQD||{}).PA_HB||{}).runPrebidAst){try{IQD.PA_HB.runPrebidAst(pTile,null,arrSize,kw)}catch(e){console.log("pbjs"+e)}}};window.IQD.adapter.define=IQD.adapter.define;IQD.adapter.render=function(pTile){IQD.l("in IQD.adapter.render() "+pTile);apntag.anq.push(function(){apntag.showTag(pTile);apntag.onEvent("adLoaded",pTile,function(adObj){console.log("window.apntag.onEvent - adLoaded > adObj ",adObj);if(typeof window.IQD.iqdOnLoadedAd==="function"){console.log("window.apntag.onEvent - adLoaded > window.IQD.iqdOnLoadedAd ",window.IQD.iqdOnLoadedAd);window.IQD.iqdOnLoadedAd(adObj)}else{console.log("window.IQD.iqdOnLoadedAd is not a function")}});apntag.onEvent("adBadRequest",pTile,function(adObj){console.log("window.apntag.onEvent - adBadRequest > adObj ",adObj)});apntag.onEvent("adNoBid",pTile,function(adObj){console.log("window.apntag.onEvent - adNoBid > adObj ",adObj)});apntag.onEvent("adRequestFailure",pTile,function(adObj){console.log("window.apntag.onEvent - adRequestFailure > adObj ",adObj)});apntag.loadTags(pTile)})};window.IQD.adapter.render=IQD.adapter.render};'], post:['if(IQGDPR_handle.cmp==="false"&&IQGDPR_handle.hardCutOff==="false"){window.myGetGlobal()}if(window.IQD_varPack.iqdSite!=="iqddigrat"&&window.IQD_varPack.iqdSite!=="iqdtsp"&&(window.IQD_varPack.hasOwnProperty("iqdPublisher")&&(window.IQD_varPack.iqdPublisher!=="urban"&&window.IQD_varPack.iqdPublisher!=="targetvideo"))){try{var iqVisClass="https://d1pywvbolq0b04.cloudfront.net/iqdvis/"+AdController.getConfig().resolve(AdController._handle).getVar("level1")+"/vis.js";IQD.Utils.IQSLoader({url:iqVisClass,doc:document})}catch(e){console.log("iqVisClass: ",e)}}IQD_varPack.slPipe=["iqdSkyscraper","iqdSitebar","iqdSitebarL","iqdSuBaPos"];IQD_varPack.slReady=false;IQD_varPack.msgSubLoadInit=function(pTile){var walkFrames=function(w){var i,j,currF;for(i=0;i0){walkFrames(currF)}}};var nodeTile=IQD.Utils.getById(pTile);if(nodeTile){var framesNested=nodeTile.getElementsByTagName("iframe")||[];for(j=0;j0){var i,j=0;for(i=-1;i0&&pV.length>0){if(IQD.KV._kvBuffer.hasOwnProperty(pK)){}else{IQD.KV._kvBuffer[pK]=pV}}return IQD.KV};IQD.KV.addForPage=function(pK,pV){IQD.KV._kvPage=IQD.KV._kvPage||{};if(!!pK&&!!pV&&pK.length>0&&(typeof pV=="number"||pV.length>0)){if(IQD.KV._kvPage.hasOwnProperty(pK)){if(!!IQD.KV._kvPage[pK].push){IQD.KV._kvPage[pK].push(pV)}else{var a=[];a.push(IQD.KV._kvPage[pK]);a.push(pV);IQD.KV._kvPage[pK]=a}}else{IQD.KV._kvPage[pK]=pV}}};IQD.KV.set=function(pSlot){if(typeof pSlot.setTargeting==="function"&&!!IQD.KV._kvBuffer){for(var pK in IQD.KV._kvBuffer){pSlot.setTargeting(pK,IQD.KV._kvBuffer[pK])}delete IQD.KV._kvBuffer}else{}};', 'IQD_varPack.sprinkleSkyCalled=false;IQD_varPack.sprinkleSky=function(pTopMargin,pLeftMargin,pOptCSS){console.log("IQD_varPack.sprinkleSky ..");if(!window.hasOwnProperty("orientation")&&!IQD_varPack.sprinkleSkyCalled&&(AdController._handle!=="homepage"||AdController._handle==="homepage"&&!!IQD_varPack.sprinkleSkyOnHomepage)){IQD_varPack.sprinkleSkyCalled=true;if(!pTopMargin){pTopMargin=0}if(!pLeftMargin){pLeftMargin=0}if(!pOptCSS){pOptCSS=""}var elT=IQD.Utils.getById("iqadtile2");if(elT){IQD.Utils.addElement({id:"iqadtile21"},{parent:elT});if(!!IQD_varPack.adSlotLabel&&typeof IQD_varPack.adSlotLabel.iqadtile21=="undefined"){IQD_varPack.adSlotLabel.iqadtile21=true}var clientWidth=document.documentElement.clientWidth||document.body.clientWidth||window.innerWidth;if(clientWidth<1620){AdController._adapter._nodeConfig._positions.iqadtile21.size=AdController._adapter._nodeConfig._positions.iqadtile21.size.replaceAll(",300x600","")}AdController.render("iqadtile21");IQD.Utils.setStyleInContainer("#iqadtile21 {margin-left:"+pLeftMargin+"px} "+pOptCSS);try{IQD.StickSkyUAP(pTopMargin);IQD.Slots.slots["iqadtile2"].dispatch("onLoad",{slot:IQD.Slots.slots["iqadtile2"]})}catch(e){}}}};', "window.IQD.abtest=true;"]},adc_delivery_date:"2021-03-02 17:09:18",adc_delivery_version:"1.0"});c.register("Staging",window.IQD.AdController.Staging);c.register("AdController",window.IQD.AdController.AdController);c.register("RenderController",window.IQD.AdController.RenderController);c.register("ExecutionContext",window.IQD.AdController.ExecutionContext).strategy(f);c.register("EventDispatcher",window.IQD.AdController.EventDispatcher);c.initialize();var d=c.get("AdController");c.get("ExceptionHandler").containAll(d); window._ADC_VERSION=d.VERSION;if(window.AdController){var e=window.AdController;window.AdController=d;e.r&&e.r();e.i&&d.setPageInfo(e.i);e.s&&d.stage();e.n&&d.initialize();e.q&&function(){for(var a in e.q)d.render(e.q[a][0],e.q[a][1])}();e.f&&d.finalize();e.c&&function(){for(var a in e.c){var b=e.c[a].shift();d[b].apply(d,e.c[a])}}()}else console.log("provide AC proxy!"),window.AdController=d}).call(this);