function tmzrScriptErrorHandler(url) { var fallbackScript = document.createElement('script'); fallbackScript.src = url; document.head.appendChild(fallbackScript); } var tmzrCountExec = function(siteId, formatId, status){ if(typeof tmzrLibCountExec != "undefined"){ tmzrLibCountExec(siteId, formatId, status); return; } let initAWS = function(siteId, formatId, status){ if(typeof AWS !== "object"){ let s = document.createElement("script"); s.setAttribute("src", "https://sdk.amazonaws.com/js/aws-sdk-2.1531.0.min.js"); document.body.appendChild(s); s.addEventListener("load", () => { initCountLib(siteId, formatId, status); }); return; } else { initCountLib(siteId, formatId, status); } } let initCountLib = function(siteId, formatId, status){ if(typeof tmzrLibCountExec == "undefined"){ let s = document.createElement("script"); s.setAttribute("src", "https://ads.themoneytizer.com/lib_count.js"); document.body.appendChild(s); s.addEventListener("load", () => { tmzrLibCountExec(siteId, formatId, status); }); } else { tmzrLibCountExec(siteId, formatId, status); } } initAWS(siteId, formatId, status); } if(typeof window.whatToLoad != 'function'){ window.whatToLoad = function(adId, args){ switch(adId){ case 38 : var lib_corner_video = document.createElement('script'); lib_corner_video.type = 'text/javascript'; lib_corner_video.async = true; lib_corner_video.src = 'https://ads.themoneytizer.com/lib_corner_video.js'; document.head.append(lib_corner_video); lib_corner_video.addEventListener('load', () => { setupCornerVideo(args); }) break; case 6: if(!document.getElementById('tmzr_lib_footer_slidein')){ var lib_footer_slidein = document.createElement('script'); lib_footer_slidein.id = 'tmzr_lib_footer_slidein'; lib_footer_slidein.type = 'text/javascript'; lib_footer_slidein.async = true; lib_footer_slidein.src = 'https://ads.themoneytizer.com/lib_footer_slidein.js'; document.head.append(lib_footer_slidein); lib_footer_slidein.addEventListener('load', () => { setupFooterSlidein(args); }) } else { setupFooterSlidein(args); } break; case 44: console.log('lib to load'); if(!document.getElementById('tmzr_lib_footer_slidein')){ var lib_footer_slidein = document.createElement('script'); lib_footer_slidein.id = 'tmzr_lib_footer_slidein'; lib_footer_slidein.type = 'text/javascript'; lib_footer_slidein.async = true; lib_footer_slidein.src = 'https://ads.themoneytizer.com/lib_footer_slidein.js'; document.head.append(lib_footer_slidein); lib_footer_slidein.addEventListener('load', () => { setupFooterSlidein(args); }) } else { setupFooterSlidein(args); } break; case 15: if(!document.getElementById('tmzr_lib_interstitial')){ var lib_interstitial = document.createElement('script'); lib_interstitial.id = 'tmzr_lib_interstitial'; lib_interstitial.type = 'text/javascript'; lib_interstitial.async = true; lib_interstitial.src = 'https://ads.themoneytizer.com/lib_interstitial.js'; document.head.append(lib_interstitial); lib_interstitial.addEventListener('load', () => { setupInterstitialFormat(args); }) } else { setupInterstitialFormat(args); } break; default: break; } } } window.site_id = 11256; if (nugg != 1) { function isEmpty(obj) { for(var prop in obj) { if(obj.hasOwnProperty(prop)) return false; } return true; } var criteoCallback = function (data) { if (data && data.status === "OK") { sas.cmd.push(function () { sas.setPartnerId("79", data.userid); }); } sas.cmd.push(function(){sas.render();}); } window.sublime = window.sublime || {}; window.sublime.supplyChain = { complete: 1, ver: '1.0', nodes: [{ asi: 'themoneytizer.com', sid: '', hp: 1 }] }; window.sh = window.sh || {}; window.sh= "1.0,1!themoneytizer.com,,1,,"; // GEN var generic = document.createElement("script"); generic.setAttribute("type", "text/javascript"); generic.setAttribute("src", "https://ced.sascdn.com/tag/1097/smart.js"); document.head.appendChild(generic); var criteo_gum = document.createElement("script"); criteo_gum.setAttribute("type", "text/javascript"); criteo_gum.setAttribute("src", "https://gum.criteo.com/sync?c=147&r=2&j=criteoCallback"); criteo_gum.setAttribute("async", "true"); document.head.appendChild(criteo_gum); var smart_csync = document.createElement("script"); smart_csync.setAttribute("type", "text/html"); smart_csync.setAttribute("src", "https://csync-global.smartadserver.com/1097/CookieSync.html"); smart_csync.setAttribute("async", "true"); document.head.appendChild(smart_csync); var pwidget_config = { publisherKey:"1sbtjc2sqopftf032cn", shareQuote:false }; var leadplaceScript= document.createElement("script"); leadplaceScript.addEventListener("load", function(){ var _param="id=MTIZ"; libJsLeadPlace.SendtoLPbyIframe(_param); } , false); leadplaceScript.setAttribute("src", "https://tag.leadplace.fr/libJsLP.js"); document.body.appendChild(leadplaceScript); var iframe = document.createElement("iframe"); iframe.src = "https://onetag-sys.com/usync/?pubId=2a897e3f18e6769&cb=" + new Date().getTime(); iframe.style.display = "none"; var node = document.getElementsByTagName('script')[0]; node.parentNode.appendChild(iframe); (function(win, doc) { var id5 = { /*********** SETUP YOUR CONFIG BELOW ***********/ partnerId : 12, // provided by ID5 cascades : 9, // max number of cascades to support hasTcfCmp : true, // set to true to call an IAB TCF-compliant CMP debug : false, // set to true to output debug message (set to false for production) /*********** IMPLEMENTATION - DO NOT EDIT ***********/ makeUrl: function() { var isSync = (typeof this.callType != 'undefined' && this.callType.toLowerCase() === 'sync' && this.myUid && this.myUid.length > 0); return 'https://id5-sync.com/'+(isSync?'s':'i')+'/'+this.partnerId+'/'+this.cascades+'.gif?'+(isSync?'puid='+encodeURIComponent(this.myUid)+'&':'')+'gdpr='+encodeURIComponent(this.gdprApplies||'')+'&gdpr_consent='+encodeURIComponent(this.consentData||''); }, prepareId5Pixel: function() { this.log('Preparing pixel with doc.readyState:', doc.readyState); if(doc.readyState !== 'loading') { this.fireId5Pixel(); } else { doc.addEventListener('DOMContentLoaded', function () { id5.fireId5Pixel(); }); } }, fireId5Pixel: function() { var url = this.makeUrl(); this.log('Firing ID5 pixel at url:', url); (new Image()).src = url; }, processTcfResults: function(result) { this.log('Received TCF result', result); this.gdprApplies = result.gdprApplies; this.consentData = result.tcString; }, init: function() { if(this.hasTcfCmp){ var checkInterval = setInterval(function() { if (win.__tcfapi) { clearInterval(checkInterval); try { win.__tcfapi('addEventListener', 2, function(data, success) { id5.processTcfResults(data); id5.prepareId5Pixel(); }); } catch (e) { id5.log('Exception received while calling TCF CMP', e); id5.prepareId5Pixel(); } } }, 100); // Check every 100ms } else { id5.prepareId5Pixel(); } }, log: function(msg, data) { this.debug && console.log('[ID5] '+msg, data); } }; id5.init(); })(window, document); // FIN GEN var tagsObject = []; window._qevents = window._qevents || []; (function() { var elem = document.createElement('script'); elem.src = "https://secure.quantserve.com/quant.js"; elem.async = true; elem.type = "text/javascript"; var scpt = document.getElementsByTagName('script')[0]; scpt.parentNode.insertBefore(elem, scpt); })(); window._qevents.push({ qacct:"p-6Fv0cGNfc_bw8", labels:"Categories." }); var website = (window.location != window.parent.location) ? document.referrer: document.location.href; params = { "cat":"", "sscat":"" }; (function(c,a,p,t,i,f,y){i=c.createElement(a);t=c.getElementsByTagName(a)[0];i.type='text/javascript';i.async=true;i.src=p;t.parentNode.insertBefore(i,t);})(document,'script','https://p.cpx.to/p//px.js'); var notifyme = document.createElement("script"); notifyme.setAttribute("type", "text/javascript"); notifyme.setAttribute("async", "true"); notifyme.setAttribute("src", "https://adtrack.adleadevent.com/mailNotification.php?st=a96081b6-db78-48c4-9f82-b93e316fb1f7"); var headelement = document.getElementsByTagName('head')[0]; headelement.appendChild(notifyme); // var ix_lib = document.createElement("script"); // ix_lib.setAttribute("type", "text/javascript"); // ix_lib.setAttribute("src","https://js-sec.indexww.com/ht/p/186329-261067657875242.js"); // ix_lib.setAttribute("async", "true"); // document.getElementsByTagName('head')[0].appendChild(ix_lib); var nugg = 1; var tmzr = (typeof tmzr != "undefined")? tmzr : {} ; tmzr.que = tmzr.que || []; var d = document, pbs = d.createElement('script'); pbs.setAttribute("type","text/javascript"); pbs.setAttribute("src","https://tmzr.themoneytizer.fr/v8.38.0u2.0.7/46338fcdda4f0df50d8141c397c2c51d/prebid.js"); pbs.onerror = function() { tmzrScriptErrorHandler("https://ads.themoneytizer.com/moneybid8_38/build_noconsent/dist/prebid.js"); }; pbs.setAttribute("async", "true"); var target = document.getElementsByTagName('head')[0]; target.insertBefore(pbs, target.firstChild); var format_size = {"30":[[728,90],[320,100],[300,100]],"1":[[728,90]],"2":[[300,250],[300,168]],"3":[[300,600],[300,250]],"4":[[120,600]],"19":[[300,250],[300,168]],"20":[[160,600]],"26":[[300,250]],"28":[[728,90]],"15":[[250,300],[336,280],[320,50],[300,100],[320,480],[300,50],[320,100]],"31":[[970,250],[800,250],[950,250],[900,250],[970,90]],"35":[[160,600]],"11":[[640,320]]}; var format_size_ix = {"30":[[728,90],[320,100]],"1":[728,90],"2":[300,250],"3":[300,600],"4":[120,600],"19":[300,250],"20":[160,600],"26":[300,250],"28":[728,90],"15":[300,100],"31":[970,250],"36":[728,90],"35":[160,600],"11":[640,480],"6":[728,90],"5":[1800,1000]}; var format_w_adform = {"1":728,"2":300,"3":300,"4":120,"19":300,"20":160,"26":300,"28":728,"15":300,"31":970,"36":728,"35":160,"11":300,"6":728,"5":1800}; var format_h_adform = {"1":90,"2":250,"3":600,"4":600,"19":250,"20":600,"26":250,"28":90,"15":250,"31":250,"36":90,"35":600,"11":600,"6":90,"5":1000}; var format_size_rubicon = {"26322":"2","26300":"15","26323":"10,15","26324":"8","26711":"15","26706":"9","28108":"15","30012":"2","39287":"57","50677":"9","26325":"68"}; var between_w = {"1":"728","2":"300","3":"300","4":"120","6":"728","31":"970","20":"160","19":"300","28":"728"}; var between_h = {"1":"90","2":"250","3":"600","4":"600","6":"90","31":"250","20":"600","19":"250","28":"90"}; function GetMobileDesktop() { if( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ return "mobile"; } else { return "desktop"; } } function GetMobileDesktopId(mobile, desktop) { if( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ return mobile; } else { return desktop; } } function GetRichAudienceZone(format,desktop,mobile){ if(format == 1 || format == 28 || format == 6 || format == 31){ if( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ var ra_zone = mobile; }else{ var ra_zone = desktop; } }else{ var ra_zone = desktop; } return ra_zone; } function GetmnameAdform(format,mname){ if((format == 1 || format == 28 || format == 31 || format == 6) && (navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i))){ var name = "f"+mname+"m"; }else{ var name = "f"+mname; } return name } function GetwAdform(format){ if(format == 1 || format == 28){ if(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ var my_sizes = 320; }else{ var my_sizes = 728; } }else if(format == 31){ if(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ var my_sizes = 300; }else{ var my_sizes = 970; } } else if(format == 30){ if(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ var my_sizes = [[320,100],[300,100]] }else{ var my_sizes = [[728, 90], [320, 100], [300, 100]]; } } else if(format == 6){ if(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ var my_sizes = 320; }else{ var my_sizes = 728; } }else{ var my_sizes = format_w_adform[format]; } return my_sizes; } function GethAdform(format){ if(format == 1 || format == 28){ if(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ var my_sizes = 100; }else{ var my_sizes = 90; } }else if(format == 31){ if(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ var my_sizes = 250; }else{ var my_sizes = 250; } }else if(format == 6){ if(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ var my_sizes = 100; }else{ var my_sizes = 90; } }else{ var my_sizes = format_h_adform[format]; } return my_sizes; } function GetsizeTriplelift(format,custom_footer){ if(format == 6){ if(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ var my_sizes = [[1,1],[320,50],[300,50],[320,100],[300,100]]; }else{ if(custom_footer == 1){ var my_sizes = [[1,1],[728,90],[728,250],[970,90],[1000,90],[1000,30],[990,90],[950,90]]; }else{ var my_sizes = [[1,1],[728,90],[728,250],[970,90],[1000,90],[1000,30],[990,90],[950,90],[300,250]]; } } } return my_sizes; } function Getsize(format,custom_footer){ var custom_footer = custom_footer || 0; if(format == 1 || format == 28){ if(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ var my_sizes = [[320,50],[300,50],[320,100],[300,100]]; }else{ var my_sizes = [[728,90],[320,50],[300,50],[320,100],[300,100]]; } }else if(format == 31){ if(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ var my_sizes = [[300,250]]; }else{ var my_sizes = [[970, 250],[1000, 30],[1000, 90],[800, 250],[950, 250],[900, 250],[970, 90]]; } }else if(format == 6){ if(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ var my_sizes = [[1,1],[320,50],[300,50],[320,100],[300,100]]; }else{ if(custom_footer == 1){ var my_sizes = [[1,1],[728,90],[970,90],[1000,90],[1000,30],[990,90],[950,90]]; }else{ var my_sizes = [[1,1],[728,90],[970,90],[1000,90],[1000,30],[990,90],[950,90],[300,250]]; } } }else if(format == 15){ if( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ var my_sizes = [[300,50],[320, 50],[300, 250],[320, 480],[480, 320],[320, 400],[1, 1]]; }else{ var my_sizes = [[300, 250],[1024, 768],[300, 600],[336, 280],[320, 400],[750, 300],[950, 250],[250, 250],[400, 400],[1, 1]]; } }else{ var my_sizes = format_size[format]; } return my_sizes; } function GetsizeRubicon(format){ if(format == 26322 || format == 30012){ if(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ var my_sizes = [43,67,44,59,117,16]; return my_size }else{ var my_sizes = [2,43,67,44,59,117,16]; } }else if(format == 39287){ if(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ var my_sizes = '15'; }else{ var my_sizes = [15,57,55,56,116,125]; } }else{ var my_sizes = format_size_rubicon[format]; } return [my_size]; } tmzr.que.push(function(){ window.bidder_geo = 0; var videoAdUnit = [] var nativeAdUnit = [] var cornerAdUnit = [] var skinAdUnit = [] var interstitialAdUnit = [] var footerLiteAdUnit = [] var footerAdUnit = [] isEmpty(nativeAdUnit)&&whenFormatFctDefined(window,"Adcall_48311")&&window.Adcall_48311(),isEmpty(skinAdUnit)&&whenFormatFctDefined(window,"Adcall_26325")&&window.Adcall_26325(),isEmpty(cornerAdUnit)&&whenFormatFctDefined(window,"Adcall_80234")&&window.Adcall_80234(),isEmpty(footerAdUnit)&&whenFormatFctDefined(window,"Adcall_26328")&&window.Adcall_26328(),isEmpty(videoAdUnit)&&whenFormatFctDefined(window,"Adcall_45111")&&window.Adcall_45111(),isEmpty(interstitialAdUnit)&&whenFormatFctDefined(window,"Adcall_26755")&&window.Adcall_26755(); var adUnits = []; tmzr.addAdUnits(videoAdUnit); tmzr.addAdUnits(nativeAdUnit); tmzr.addAdUnits(cornerAdUnit); tmzr.addAdUnits(skinAdUnit); tmzr.addAdUnits(footerLiteAdUnit); tmzr.addAdUnits(footerAdUnit); tmzr.addAdUnits(adUnits); tmzr.addAdUnits(interstitialAdUnit); window.top.closeButtonDelay = false; if(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ for (var i = 0; i < tmzr.adUnits.length; i++) { for(var j = tmzr.adUnits[i].bids.length -1; j >= 0 ; j--){ if (tmzr.adUnits[i].bids[j].bidder == "richaudience" && tmzr.adUnits[i].code == "26325") { tmzr.adUnits[i].bids.splice(j, 1); } } } } tmzr.aliasBidder('teads', 'teads_video', {gvlid: 132}); tmzr.aliasBidder('teads', 'teads_display', {gvlid: 132}); tmzr.aliasBidder('teads', 'teads_display2', {gvlid: 132}); tmzr.aliasBidder('appnexus', 'gingerad', {gvlid: 32}); tmzr.aliasBidder('rubicon', 'bluerooster_magnite', {gvlid: 32}); tmzr.bidderSettings = { moneytizer: { allowZeroCpmBids: true, }, gingerad: { bidCpmAdjustment: function(bidCpm, bid){ return bidCpm * 0.7; }, storageAllowed: true }, missena: { bidCpmAdjustment: function(bidCpm, bid){ return bidCpm * 1.0638 * 0.62; }, }, missenanative: { bidCpmAdjustment: function(bidCpm, bid){ return bidCpm * 1.0638 * 0.5; }, }, onetag: { bidCpmAdjustment : function(bidCpm){ return bidCpm * 1.0638*.85; }, }, eplanning: { storageAllowed: true }, adagio: { storageAllowed: true }, otm: { bidCpmAdjustment : function(bidCpm){ return bidCpm * .8 * 0.009951; }, }, oftmedia: { bidCpmAdjustment : function(bidCpm){ return bidCpm * .8; }, }, richaudience: { bidCpmAdjustment : function(bidCpm){ return bidCpm * .9; }, }, blueroostermedia: { bidCpmAdjustment : function(bidCpm){ return bidCpm * .7; }, }, adtelligent: { bidCpmAdjustment : function(bidCpm){ return bidCpm * .9; }, }, teads: { bidCpmAdjustment : function(bidCpm){ return bidCpm * .9; }, }, blueroostermedia_old: { bidCpmAdjustment : function(bidCpm){ return bidCpm * .7; }, }, bluerooster_magnite: { bidCpmAdjustment : function(bidCpm){ return bidCpm * .7; }, }, adform: { bidCpmAdjustment : function(bidCpm){ return bidCpm * .88; }, }, criteo: { bidCpmAdjustment : function(bidCpm){ return bidCpm * 1.0638; }, }, teads_display: { bidCpmAdjustment : function(bidCpm){ return bidCpm * 1.0638*.83; }, }, teads_video: { bidCpmAdjustment : function(bidCpm){ return bidCpm * 1.0638*.83; }, }, teads_display2: { bidCpmAdjustment : function(bidCpm){ return bidCpm * 1.0638*.83; }, }, standard: { adserverTargeting: [{ key: "hb_bidder", val: function(bidResponse) { if(bidResponse.bidderCode=="rubiconLite"){ return "rubicon"; }else if(bidResponse.bidderCode=="stickyadstv"){ return "stickyads"; }else{ return bidResponse.bidderCode; } } }, { key: "hb_adid", val: function(bidResponse) { return bidResponse.adId; } },{ key: "hb_height", val: function(bidResponse) { return bidResponse.height; } }, { key: "hb_bid", val: function(bidResponse) { var cpm = bidResponse.cpm*1.22/1.0638; if(bidResponse.adUnitCode == "video" || bidResponse.adUnitCode == "26328" || bidResponse.adUnitCode =="26325" || bidResponse.adUnitCode == "48311"){ if (cpm < 0.02) { return '0.01'; }else if (cpm < 0.03) { return '0.02'; }else if (cpm < 0.10) { return (Math.floor(cpm * 50) / 50).toFixed(2); } else if (cpm < 5.00) { return (Math.floor(cpm * 20) / 20).toFixed(2); } else if (cpm < 40.00) { return (Math.floor(cpm * 2) / 2).toFixed(2); } else { return '40.00'; } }else{ return cpm; } } }] } }; tmzr.enableAnalytics([{provider: 'adagio'}, ]); tmzr.setConfig({ enableTIDs: true, auctionOptions: { secondaryBidders: ['richaudience'] }, ortb2:{ site:{ name:'' } }, realTimeData: { auctionDelay: 500, dataProviders: [{ name: "SirdataRTDModule", waitForIt: false, params: { partnerId: 29567, key: 50, setGptKeyValues: false, contextualMinRelevancyScore: 50, actualUrl: top.location.href, bidders: [{ bidder: 'smartadserver' },{ bidder: 'criteo' },{ bidder: 'rubicon' },{ bidder: 'pubmatic' },{ bidder: 'openx' },{ bidder: 'triplelift' },{ bidder: 'emxdigital' },{ bidder: 'oftmedia' },{ bidder: 'smilewanted' },{ bidder: 'improvedigital' },{ bidder: 'teads' }] } }] }, useBidCache: true, "schain": { "validation": "off", "config": { "ver":"1.0", "complete": 1, "nodes": [ { "asi":"themoneytizer.com", "sid":"", "hp":1 } ] } }, rubicon: {singleRequest: true}, improvedigital: {singleRequest: true,usePrebidSizes:true}, userSync: { aliasSyncEnabled: true, auctionDelay :30, filterSettings: { iframe: { bidders: '*', filter: 'include' }, image: { bidders: '*', filter: 'include' } }, userIds: [{ name: "criteo" }, { name: "quantcastId", }, { name: "adriverId", }, { name: "id5Id", params: { partner: 12 }, storage: { type: "html5", name: "id5id", expires: 45 } },{ name: "sharedId", params: { syncTime: 60 }, storage: { name: "sharedid", type: "cookie", expires: 90 }, }, {name: "lotamePanoramaId", params: { clientId: "17553" }}],syncsPerBidder: 50,syncDelay: 3000},enableSendAllBids: false, timeoutBuffer: 400 ,pubcid: {enable: true},disableAjaxTimeout: false, maxRequestsPerOrigin: 60,consentManagement: { gdpr: { cmpApi: 'iab', rules: [{ purpose: 'basicAds', enforcePurpose: false, enforceVendor: true, vendorExceptions: ['gingerad'] }], timeout: 20000, allowAuctionWithoutConsent: true } }}); //tmzr.requestBids({ //adUnitCodes :["26322"], //timeout: 3000, //bidsBackHandler: function(bidResponses) { //bid = tmzr.getHighestCpmBids('video')[0]; //window.vastUrl = bid && bid.vastUrl; //window.targetingParams = tmzr.getAdserverTargeting(); //for (var property in window.targetingParams) { //if (window.targetingParams.hasOwnProperty(property)) { //whenFormatFctDefined(window, 'Adcall_'+property); //} //} //} //}); }); var counter_refresh = []; function Timeout(fn, interval) { var id = setTimeout(fn, interval); this.cleared = false; this.clear = function () { this.cleared = true; clearTimeout(id); }; } var smart_prebid2 = {"26322":"55794","26300":"55789","26323":"55792","26324":"55798","26711":"55790","26706":"55795","30012":"55793","39287":"55791","50677":"55796","28108":"55797"}; function manipulateSmartAdunit(formatid){ for (var i = 0; i < tmzr.adUnits.length; i++) { if (tmzr.adUnits[i].code == formatid) { for (var j = 0; j < tmzr.adUnits[i].bids.length; j++) { if (tmzr.adUnits[i].bids[j].bidder == "smartadserver") { tmzr.adUnits[i].bids[j].params.formatId = smart_prebid2[formatid]; return tmzr.adUnits[i].bids[j]; } } } } return null; } var arr_width = {26322:728,26300:300,26323:300,26324:120,26711:300,26706:160,28108:300,30012:728,39287:970,35:50677,51410:728,28108:300}; var arr_height = {26322:90,26300:250,26323:600,26324:600,26711:250,26706:600,28108:150,30012:90,39287:250,35:50677,51410:90,28108:250}; function refreshSlot(formatid,capping){ var strformatid = formatid.toString(); tmzr.getTrueHighestCpmBids = function(formatid) { var adid = tmzr.getAdserverTargeting(formatid)[formatid].hb_adid; var getBidResponsesForAdUnitCode = tmzr.getBidResponsesForAdUnitCode(formatid).bids; for(bid in getBidResponsesForAdUnitCode){ if(getBidResponsesForAdUnitCode[bid].adId == adid) return [getBidResponsesForAdUnitCode[bid]]; } return false; } bid = tmzr.getTrueHighestCpmBids(strformatid)[0]; if(counter_refresh[formatid] == null ){ counter_refresh[formatid] = 0; }else{ counter_refresh[formatid] = counter_refresh[formatid]+1; } if(counter_refresh[formatid] < capping){ if(formatid==26300 || formatid==26711){ document.getElementById("sas_"+formatid).style.width = "300px"; document.getElementById("sas_"+formatid).style.height = "250px"; document.getElementById("sas_"+formatid).style.margin = "auto"; } if(formatid==26324){ document.getElementById("sas_"+formatid).style.width = "120px"; document.getElementById("sas_"+formatid).style.height = "600px"; document.getElementById("sas_"+formatid).style.margin = "auto"; } if((formatid==26322 || formatid==30012) && (navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i))){ document.getElementById("sas_"+formatid).style.width = "728px"; document.getElementById("sas_"+formatid).style.height = "90px"; document.getElementById("sas_"+formatid).style.margin = "auto"; } if((formatid==26322 || formatid==30012) && (navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i))){ document.getElementById("sas_"+formatid).style.width = "320px"; document.getElementById("sas_"+formatid).style.height = "100px"; document.getElementById("sas_"+formatid).style.margin = "auto"; } if(formatid==26328){ if(window.top.document.getElementById("sas_iframe_fixed_26328-1")){ window.top.document.getElementById("sas_iframe_fixed_26328-1").remove(); } if(window.top.document.getElementById("sas_iframe_fixed_26328")){ window.top.document.getElementById("sas_iframe_fixed_26328").remove(); } } var strformatid = formatid.toString(); manipulateSmartAdunit(formatid); document.getElementById("sas_"+formatid).innerHTML = ""; let divs = document.querySelectorAll("div[id^='sas_intextContainer_']"); divs.forEach(div => div.style.display = 'none'); tmzr.que.push(function() { tmzr.requestBids({ adUnitCodes:[strformatid], bidsBackHandler: function() { window.targetingParams = tmzr.getAdserverTargeting(); (function roo(){ if (window.targetingParams && !isEmpty(window.targetingParams[formatid]) || window.RefreshisReady == 1){ window.targetingParams = window.targetingParams || []; if(window.targetingParams[formatid]){ } var browser_size = {width: window.innerWidth || document.body.clientWidth}; if (bid && bid.bidder == "improvedigital" && bid.mediaType == "video") { var arr_width_video ={26300:300,26711:300,26323:300,39287:444,45111:640}; var creatediv = document.createElement("div"); creatediv.id = formatid; creatediv.setAttribute("style","width:"+arr_width_video[formatid]+"px;margin:auto;"); document.getElementById("sas_"+formatid).appendChild(creatediv); var iframeDoc = document; } else if(bid && bid.adUnitCode == 26328) { args = { func: tmzr.renderAd, hb_adid: bid.adId, height: bid.height, width: bid.width, bidder: bid.bidder, footerPositionTopMobile: false,footerPositionTop: false, } window.whatToLoad(6, args); }else if(bid && bid.adUnitCode == 116434) { args = { func: tmzr.renderAd, hb_adid: window.targetingParams[formatid].hb_adid, height: bid.height, width: bid.width, } window.whatToLoad(44, args); }else if(bid && bid.adUnitCode == 26755) { args = { func: tmzr.renderAd, hb_adid: window.targetingParams[formatid].hb_adid, height: bid.height, width: bid.width, bidder: bid.bidder, closeButtonDelay: false, } window.whatToLoad(15, args); } else { var myiframe = document.createElement('iframe'); myiframe.frameBorder=0; myiframe.width=arr_width[formatid]+"px"; myiframe.height=arr_height[formatid]+"px"; myiframe.id="sas_iframe_"+formatid; myiframe.setAttribute("scrolling", "no"); myiframe.setAttribute("marginheight", 0); myiframe.setAttribute("marginwidth", 0); myiframe.setAttribute("topmargin", 0); myiframe.setAttribute("leftmargin", 0); myiframe.setAttribute("allowtransparency", true); document.getElementById("sas_"+formatid).appendChild(myiframe); var iframeDoc = myiframe.contentWindow.document; } var hb_adid = window.targetingParams[formatid].hb_adid; if (bid && bid.mediaType != "native" && bid.adUnitCode!="26328") { if(bid.adUnitCode == 35757){ if(document.getElementById('tmzr-middle-layer') == null) { window.tmzInimageSetup(hb_adid); } else { /*console.log('refresh inimage'); console.log(hb_adid);*/ if(tmzr.getHighestCpmBids('35757')&&tmzr.getHighestCpmBids('35757')[0]&&tmzr.getHighestCpmBids('35757')[0].width<=window.inImageTmzr.lastBid.width&&tmzr.getHighestCpmBids('35757')[0].height<=window.inImageTmzr.lastBid.height){ document.getElementById('tmzr-middle-layer').style.display = 'flex'; var closeInImage = document.createElement('div'); closeInImage.id = 'tmzr-in-image-close'; closeInImage.style.backgroundColor = 'rgba(0,0,0,0.6)'; closeInImage.style.width = '30px'; closeInImage.style.height = '30px'; closeInImage.style.borderRadius = '100%'; closeInImage.style.display = 'flex'; closeInImage.style.justifyContent = 'center'; closeInImage.style.alignItems = 'center'; closeInImage.style.position = 'absolute'; closeInImage.style.top = '-15px'; closeInImage.style.right = '-15px'; closeInImage.style.cursor = 'pointer'; closeInImage.innerHTML = '' iframe.append(closeInImage); document.getElementById('tmzr-in-image-close').addEventListener("click", function(){ document.getElementById("tmzr-middle-layer").style.display = "none"; }); window.inImageTmzr.lastBid.height = tmzr.getHighestCpmBids('35757')[0].height; window.inImageTmzr.lastBid.width = tmzr.getHighestCpmBids('35757')[0].width; tmzr.renderAd(iframeDoc, hb_adid); } else { document.getElementById("tmzr-middle-layer").style.display = "none"; } } } else { tmzr.renderAd(iframeDoc, hb_adid); } } tmzrCountExec(11256, tagsObject[formatid]['ad_id'], 1); if(window.targetingParams && !isEmpty(window.targetingParams[formatid]) && window.tm_getpublica == 1){ tmzrCountExec(11256, tagsObject[formatid]['ad_id'], 2); } }else{ setTimeout(function(){ roo(); },50); } })(); setTimeout(function(){window.RefreshisReady = 1;}, 2000); } }); }); } } function refreshSlotFooter(formatid, capping) { var strformatid = formatid.toString(); if (counter_refresh[formatid] == null) { counter_refresh[formatid] = 0; } else { counter_refresh[formatid] = counter_refresh[formatid] + 1; } if (counter_refresh[formatid] < capping) { tmzr.que.push(function () { tmzr.requestBids({ adUnitCodes: [strformatid], bidsBackHandler: function () { document.getElementById("sas_" + formatid).innerHTML = ""; let divs = document.querySelectorAll("div[id^='sas_intextContainer_']"); divs.forEach(div => div.style.display = 'none'); var parentsas = window.parent.document.getElementById('sas_' + formatid) || window.top.document.getElementById('sas_' + formatid); if (parentsas) { parentsas.innerHTML = ""; } window.targetingParams = tmzr.getAdserverTargeting(); window.targetingParams[formatid] = window.targetingParams[formatid] || 0; if (window.targetingParams[formatid] == 0) { var moneybid = ""; } else { var hb_adid = "hb_adid=" + window.targetingParams[formatid].hb_adid; var hb_pb = "hb_pb=" + window.targetingParams[formatid].hb_bid; var hb_bidder = "hb_bidder=" + window.targetingParams[formatid].hb_bidder; if (window.targetingParams[formatid].hb_height == "250") { var hb_format = "hb_format=" + formatid + "-1"; } else { var hb_format = "hb_format=" + formatid; } var moneybid = ";" + hb_adid + ";" + hb_pb + ";" + hb_bidder + ";" + hb_format; } sas.cmd.push(function() { sas.setEids(tmzr.getUserIdsAsEids()); }); sas.refresh(formatid,{target:moneybid}); tmzrCountExec(11256, tagsObject[formatid]['ad_id'], 1); } }); }); } } } var refreshVisibility26322 = function(){ var observers = []; var fetchAdsArea = document.querySelectorAll('*[id^="sas_"]'); var slowBidders = ["teads_video","teads_display","teads_display2","richaudience","blueroostermedia","sharethrough"]; window.slowBidders = slowBidders; var slowBiddersTimer = ["60000","60000","60000","30000","30000","40000"]; var adsAreaId =26322; var visibleRefreshRate =19000; var invisibleRefreshRate =36000; var adsCappingLimit = 50; var slowdown = 60000; var evt = {}; evt.lastPos = 0; evt.lastTime = Date.now(); window.adsArea26322= {}; var visibilitySupport = false; if ('IntersectionObserver' in window) { visibilitySupport = true; } var refreshTimeTableVisible = { 26322: 19000, 26300: 18500, 26323: 20000, 26324: 21500, 26711: 18500, 26706: 23000, 28108: 27000, 30012: 23500, 39287: 19500, 50677: 21000, 51410: 22000, 26328: 25000, 35757: 40000, 80234: 99999999, 116434: 99999999, 26755: 99999999 }; var refreshTimeTableInvisible = { 26322: 36000, 26300: 37000, 26323: 49000, 26324: 52000, 26711: 47000, 26706: 54000, 28108: 56000, 30012: 58000, 39287: 60000, 50677: 62000, 51410: 57000, 26328: 45000, 35757: 60000, 80234: 99999999, 116434: 99999999, 26755: 99999999 }; //window.adsArea26322= el; window.adsArea26322.isVisible = null; window.adsArea26322.isClosed = false; window.adsArea26322.refreshTimer = Date.now(); window.adsArea26322.formatId = adsAreaId; window.adsArea26322.refreshRate = refreshTimeTableVisible[adsAreaId]; window.adsArea26322.capping = 1; window.adsArea26322.cappingLimit = adsCappingLimit; if (visibleRefreshRate != undefined) { refreshTimeTableVisible[adsAreaId] = visibleRefreshRate; } if (invisibleRefreshRate != undefined) { refreshTimeTableInvisible[adsAreaId] = invisibleRefreshRate; } if (visibilitySupport) { var option = { root: null, rootMargin: '0px', threshold: [0.0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0] } var callback = function (entries, observer) { entries.forEach(entry => { if ((Math.floor(entry.intersectionRatio * 100) > 50 && !window.adsArea26322.isVisible) || window.adsArea26322.isVisible === null) { window.adsArea26322.isVisible = true; window.adsArea26322.refreshRate = refreshTimeTableVisible[adsAreaId]; } else if ((Math.floor(entry.intersectionRatio * 100) < 50 && window.adsArea26322.isVisible) || window.adsArea26322.isVisible === null) { window.adsArea26322.isVisible = false; window.adsArea26322.refreshRate = refreshTimeTableInvisible[adsAreaId]; } }); }; observers26322 = new IntersectionObserver(callback, option); observers26322.observe(document.querySelector("#sas_" + adsAreaId)); } else { window.adsArea26322.lastPos = 0; window.adsArea26322.lastTime = Date.now(); evt.scroll = window.addEventListener('scroll', function (e) { if ((Math.abs(window.adsArea26322.lastPos - window.scrollY) > 200) || (Date.now() - window.adsArea26322.lastTime > 500)) { window.adsArea26322.lastPos = window.scrollY; window.adsArea26322.lastTime = Date.now(); var visibilitySensor = true; style = window.getComputedStyle(el); if (style.getPropertyValue('display') == 'none') { visibilitySensor = false; } if (style.getPropertyValue('opacity') < 0.8) { visibilitySensor = false; } if (el.parentElement) { style = window.getComputedStyle(el.parentElement); if (style.getPropertyValue('overflow') == 'hidden' || style.getPropertyValue('overflow-x') == 'hidden' || style.getPropertyValue('overflow-y') == 'hidden') { if (el.parentElement.getBoundingClientRect.width < el.getBoundingClientRect.width || el.parentElement.getBoundingClientRect.height < el.getBoundingClientRect.height) { visibilitySensor = false; } } } if ( el.getBoundingClientRect().top + (el.getBoundingClientRect().height / 2) < 0 || el.getBoundingClientRect().left < 0 || el.getBoundingClientRect().right > (window.innerWidth || document.documentElement.clientWidth) || el.getBoundingClientRect().bottom - (el.getBoundingClientRect().height / 2) > (window.innerHeight || document.documentElement.clientHeight) ) { visibilitySensor = false; } if ((visibilitySensor && !window.adsArea26322.isVisible) || window.adsArea26322.isVisible === null) { window.adsArea26322.isVisible = true; window.adsArea26322.refreshRate = refreshTimeTableVisible[adsAreaId]; } else if ((!visibilitySensor && window.adsArea26322.isVisible) || window.adsArea26322.isVisible === null) { window.adsArea26322.isVisible = false; window.adsArea26322.refreshRate = refreshTimeTableInvisible[adsAreaId]; } } observers.push(evt); }); } refreshQueueManager26322 = function (formatId, capping) { window.adsArea26322.capping++; window.adsArea26322.refreshTimer = Date.now(); var isClosed = false; if(window.adsArea26322.isClosed != undefined){ if(window.adsArea26322.isClosed){ isClosed = true } } if(formatId == 26328&&false){ if(isClosed == false){ refreshSlotFooter(26322, window.adsArea26322.capping); } }else{ if(isClosed == false){ refreshSlot(26322, window.adsArea26322.capping); } } } setInterval(function(){loopChecker26322();}, 1000); loopChecker26322 = function() { if (typeof tmzr.getAllWinningBids == 'undefined') {return} el = window.adsArea26322; if (!isNaN(el.refreshRate) && el.capping < el.cappingLimit && el.formatId != '26328') { lastBidder26322 = {"bidderCode":undefined, "responseTimestamp":0}; tmzr.getAllWinningBids().forEach(function(bid){ if(bid.adUnitCode==el.formatId){ if(bid.responseTimestamp > lastBidder26322.responseTimestamp){ lastBidder26322 = bid; } } }) window.adsArea26322.lastBidder = lastBidder26322; if(slowBidders.indexOf(el.lastBidder.bidder)==-1){ slowdown = 0; } else { slowdown = parseInt(slowBiddersTimer[slowBidders.indexOf(el.lastBidder.bidder)]); } if ((window.adsArea26322.refreshTimer + el.refreshRate) < Date.now()) { if(((el.refreshTimer + slowdown) < Date.now()) && slowBidders.includes(el.lastBidder.bidder) == true) { refreshQueueManager26322(el.formatId, el.capping); } else if(slowBidders.includes(el.lastBidder.bidder) == false){ refreshQueueManager26322(el.formatId, el.capping); } } } else if (el.formatId != '26325' && el.formatId != '26328' && el.capping < el.cappingLimit) { lastBidder26322 = {"bidderCode":undefined, "responseTimestamp":0}; if(el.lastBidder == undefined || slowBidders.indexOf(el.lastBidder.bidder)==-1){ slowdown = 0; } else { slowdown = parseInt(slowBiddersTimer[slowBidders.indexOf(el.lastBidder.bidder)]); } tmzr.getAllWinningBids().forEach(function(bid){ if(bid.adUnitCode==el.formatId){ if(bid.responseTimestamp > lastBidder26322.responseTimestamp){ lastBidder26322 = bid; } } }) window.adsArea26322.lastBidder = lastBidder26322; if (window.adsArea26322.refreshTimer + 25000 < Date.now() && !slowBidders.includes(el.lastBidder.bidder)) { refreshQueueManager26322(el.formatId, el.capping); } else if ((window.adsArea26322.refreshTimer + slowdown < Date.now() && slowBidders.includes(el.lastBidder.bidder))) { refreshQueueManager26322(el.formatId, el.capping); } } else if (el.formatId == '26328' && el.capping < el.cappingLimit) { lastBidder26322 = {"bidderCode":undefined, "responseTimestamp":0}; if(el.lastBidder == undefined || slowBidders.indexOf(el.lastBidder.bidder)==-1){ slowdown = 0; } else { slowdown = parseInt(slowBiddersTimer[slowBidders.indexOf(el.lastBidder.bidder)]); } tmzr.getAllWinningBids().forEach(function(bid){ if(bid.adUnitCode==el.formatId){ if(bid.responseTimestamp > lastBidder26322.responseTimestamp){ lastBidder26322 = bid; } } }) window.adsArea26322.lastBidder = lastBidder26322; if (window.adsArea26322.refreshTimer + el.refreshRate < Date.now()) { refreshQueueManager26322(el.formatId, el.capping); } } }; } var mydiv = document.getElementById("11256-1"); var creatediv = document.createElement("div"); creatediv.id = "sas_26322"; if( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)){ creatediv.style.width = "320px"; creatediv.style.height = "100px"; }else{ creatediv.style.width = "728px"; creatediv.style.height = "90px"; } creatediv.style.margin = "auto"; if(1 == 2 && 0 == 1 && ((navigator.userAgent.match(/Mobile|iP(hone|od|ad)|Android|BlackBerry|IEMobile/i))||(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i)))){ var paragraphs = document.getElementsByTagName("p"); var counter = paragraphs.length; var temp = 0; var myP = null; var myPNumber = null; var coeffFilterBegin = 0.1; var coeffFilterEnd = 0.8; var filterBegin = Math.ceil(coeffFilterBegin * counter); var filterEnd = Math.ceil(counter - (coeffFilterEnd * counter)); var limitPargraphs = 4; function convertHtmlToText(inputText) { var regex = /(<([^>]+)>)/ig; var returnText = "" + inputText; returnText = returnText.replace(regex, ""); return returnText; } if (paragraphs != null && counter > limitPargraphs) { for(var i = filterBegin; i < filterEnd; i++) { var filteringParagraphs = convertHtmlToText(paragraphs[i].innerHTML); var number = filteringParagraphs.split(' ').length; if (temp <= number) { temp = number; myP = filteringParagraphs; myPNumber = i; } } paragraphs[myPNumber].className += " aBigClassNameToAvoidCollision2"; paragraphs[myPNumber].appendChild(creatediv); } else { var divs = document.getElementsByTagName("div"); var counter = divs.length; var coeffFilterBeginDiv = 0.1; var filterBeginDiv = Math.ceil(coeffFilterBeginDiv * counter); if(divs[filterBeginDiv]){ divs[filterBeginDiv].className += " aBigClassNameToAvoidCollision2"; divs[filterBeginDiv].appendChild(creatediv); }else{ mydiv.appendChild(creatediv); } } }else{ mydiv.appendChild(creatediv); } if(typeof crtg_content === 'undefined'){var crtg_content = "";} window.Adcall_26322= function(){ tmzr.requestBids({ timeout: 3000, adUnitCodes :["26322"], bidsBackHandler: function(bidResponses) { window.targetingParams = window.targetingParams || []; window.targetingParams["26322"] = tmzr.getAdserverTargeting("26322")[26322]; var bid = tmzr.getHighestCpmBids(["26322"]); window.targetingParams[26322] = window.targetingParams[26322] || 0; if (bid && bid.bidder == "improvedigital" && bid.mediaType == "video") { var creatediv = document.createElement("div"); creatediv.id = '26322'; creatediv.setAttribute("style","width:"+arr_width_video[26322]+"px;margin:auto;"); document.getElementById("sas_26322").appendChild(creatediv); var iframeDoc = document; }else{ var myiframe = document.createElement('iframe'); myiframe.frameBorder=0; myiframe.width=arr_width[26322]+"px"; myiframe.height=arr_height[26322]+"px"; myiframe.id="sas_iframe_26322"; myiframe.setAttribute("scrolling", "no"); var browser_size = {width: window.innerWidth || document.body.clientWidth} myiframe.setAttribute("marginheight", 0); myiframe.setAttribute("marginwidth", 0); myiframe.setAttribute("topmargin", 0); myiframe.setAttribute("leftmargin", 0); myiframe.setAttribute("allowtransparency", true); document.getElementById("sas_26322").appendChild(myiframe); var iframeDoc = myiframe.contentWindow.document; } var hb_adid = window.targetingParams[26322].hb_adid; if (bid[0] && bid[0].mediaType != "native") { if(bid[0].adUnitCode == 80234&&(bid[0].bidder=="teads_video"||bid[0].bidder=="vidoomy"||bid[0].bidder=="sharethrough"||bid[0].bidder=="onetag"||bid[0].bidder=="adagio"||bid[0].bidder=="adform"||bid[0].bidder=="amx"||bid[0].bidder=="ogury"||bid[0].bidder=="improvedigital")){ args = { func: tmzr.renderAd, iframeDoc: iframeDoc, hb_adid: hb_adid, bidder: bid[0].bidder } window.whatToLoad(38, args); } else if(bid[0] && bid[0].adUnitCode == 26328) { var bid = tmzr.getHighestCpmBids("26328")[0]; args = { func: tmzr.renderAd, hb_adid: bid.adId, height: bid.height, width: bid.width, bidder: bid.bidder, footerPositionTopMobile: false,footerPositionTop: false, } window.whatToLoad(6, args); }else if(bid[0].adUnitCode == 116434) { var bid = tmzr.getHighestCpmBids("116434")[0]; args = { func: tmzr.renderAd, hb_adid: hb_adid, height: bid.height, width: bid.width, } window.whatToLoad(44, args); }else if(bid[0].adUnitCode == 26755) { var bid = tmzr.getHighestCpmBids("26755")[0]; args = { func: tmzr.renderAd, hb_adid: hb_adid, height: bid.height, width: bid.width, bidder: bid.bidder, closeButtonDelay: false, } window.whatToLoad(15, args); } else { tmzr.renderAd(iframeDoc, hb_adid); } } tmzrCountExec(11256, 1, 0); if(window.targetingParams && !isEmpty(window.targetingParams[26322]) && window.tm_getpublica == 1){ tmzrCountExec(11256, 1, 2); } }}); refreshVisibility26322(); }