(function() { function bxBootstrap() { var re = /bot|crawl|slurp|spider|mediapartners|headlesschrome|snap-prefetch|remotasks|woorank|uptime\.com|facebookexternalhit|facebookcatalog/i; if (re.test(navigator.userAgent) || navigator.userAgent == '') { return; } if (!(window.bouncex&&bouncex.website)) { var pushedData = []; if(window.bouncex && bouncex.push && bouncex.length){ pushedData = bouncex; } window.bouncex = {}; bouncex.pushedData = pushedData; bouncex.website = {"id":2452,"name":"Tribune | New York Daily News","cookie_name":"bounceClientVisit2452","domain":"nydailynews.com","ct":"fp_local_storage","ally":0,"ei":1,"tcjs":"","cjs":"// MW: loads the FB sdk if not loaded already - https://www.wrike.com/open.htm?id=244810442\nbouncex.fbSdk = {\n load: function() {\n // load fb sdk\n (function(d, s, id){\n var js, fjs = d.getElementsByTagName(s)[0];\n if (d.getElementById(id)) {return;}\n js = d.createElement(s); js.id = id;\n js.src = \"https://connect.facebook.net/en_US/sdk.js\";\n fjs.parentNode.insertBefore(js, fjs);\n }(document, 'script', 'facebook-jssdk'));\n },\n init: function() {\n if (typeof window.FB === 'undefined') {\n // if no load attempted, load the sdk\n if (!bouncex.fbSdk._loadAttempt) {\n bouncex.fbSdk._loadAttempt = true;\n bouncex.fbSdk.load();\n }\n \n bouncex.log('FB: ...loading');\n bouncex.setTimeout2(bouncex.fbSdk.init, 100);\n } else {\n bouncex.log('FB: ...loaded');\n bouncex.fbSdk._loaded = true;\n \n FB.init({\n appId: '107464888913',\n autoLogAppEvents: true,\n xfbml: true,\n version: 'v3.0'\n });\n }\n }\n};\n\nwindow.bouncex.report_ga = function(action, label, bypass) {\n var eventName;\n if (action === 'impression') eventName = 'bxImpression';\n else if (action === 'click') eventName = 'bxClick';\n else if (action === 'loginClick') eventName = 'bxLoginClick';\n else if (action === 'submission') eventName = 'bxSubmit';\n else if (action === 'newsletterClick') eventName = 'bxNewsletterClick';\n \n var event = document.createEvent('Event');\n event.data = {};\n event.data.campaignName = label;\n \n event.initEvent(eventName, true, true);\n document.dispatchEvent(event);\n};\n\n/* RTV viewed_checkout_past_week */\nvar currDate = Math.round(new Date()/1000),\n \tviewed_checkout_last_week = bouncex.vars.last_viewed_checkout && (currDate - bouncex.vars.last_viewed_checkout)/86400 < 7;\n\nbouncex.setVarAndReload('viewed_checkout_past_week', viewed_checkout_last_week);","force_https":false,"waypoints":false,"content_width":0,"gai":"","swids":"","sd":0,"ljq":"auto","campaign_id":0,"is_preview":false,"aco":{"first_party_limit":"3500","local_storage":"1"},"cmp":{"gdpr":0,"gmp":0,"whitelist_check":0},"burls":[{"prop":"contains","val":"http://tribpubads.com/text-to-download/?market=ny&source=index"}],"ple":false,"fbe":true,"mas":2,"map":1,"gar":true,"ete":1,"ettm":false,"etjs":"/* eslint sort-vars:0 */\n// var urlToIdRegex = /([\\w-]+)\\.[html\\d]+/;\n\n/* |----------- HELPER FUNCTIONS ----------------| */\n// function getIdFromUrl(url) {\n// if (typeof url !== 'string') { return false; }\n\n// var idMatch = decodeURIComponent(url).match(urlToIdRegex);\n\n// if (idMatch && idMatch[1]){\n// return idMatch[1];\n// }\n// }\n\n// function stripSymbol(str) {\n// return str.replace(/[^A-Za-z0-9\\s]/g, '');\n// }\n\nvar valid_domains = [\n 'https://checkout2.nydailynews.com',\n \"https://www.nydailynews.com\",\n \"https://subscription.nydailynews.com\"\n];\n\nfunction setVarAndCookie(varName, value) {\n bouncex.setVar(varName, value);\n bouncex.setBounceCookie();\n\n return;\n}\n\nfunction isSubscriptionPage() {\n return window.location.hostname.indexOf('checkout2.') > -1 ||\n window.location.pathname.indexOf('/land-subscribe') > -1\n || window.location.hostname.indexOf('subscription.') > -1;\n}\n\nfunction loadPDP() {\n return bouncex.vars.imageurl &&\n bouncex.vars.article_name &&\n bouncex.vars.article_cat;\n}\n\nfunction verticalImage() {\n var image = jQuery('section:first').find('figure:has(img) img').first(),\n width = image.width(),\n height = image.height();\n\n if (height > width) {\n return true;\n }\n\n return false;\n}\n\nfunction fireSubscriptionViewEvents() {\n bouncex.push(['view subscription', {\n 'customer:hasconverted': (bouncex.cookie.lc?1:0)\n }]);\n}\n\n/* |----------- END HELPER FUNCTIONS ----------------| */\n\n/* |----------- EVENTS TRACKING ----------------| */\n/* |----------- PRODUCTS TRACKING ----------------| */\nfunction trackItem() {\n bouncex.push(['item', {\n id: window.initialTrackData.contentId,\n copy: bouncex.vars.article_name,\n imageurl: bouncex.vars.imageurl,\n category: bouncex.vars.article_cat,\n url: bouncex.utils.getOrigin() + window.location.pathname,\n horizontal: !verticalImage()\n }]);\n\n bouncex.push(['view item', {\n 'item:id' : window.initialTrackData.contentId\n }]);\n}\n/* |----------- END PRODUCTS TRACKING ----------------| */\n\n/* custom paywall event */\nfunction paywallEvent() {\n\tif (bouncex.vars.view_paywall_fired) {\n\t\treturn;\n\t}\n\n\tbouncex.et.onVisible(jQuery(\".meter-modal .pw-text\"), function(e) {\n var paywallStrings = [\n \"this is exclusive content reserved for our subscribers\", \n \"you've reached your free article limit\"\n ],\n modalText = jQuery(e).text().toLowerCase();\n\n for (var i = 0; i < paywallStrings.length; i++) {\n if (modalText.indexOf(paywallStrings[i]) > -1) {\n bouncex.push([\"view_paywall\", {}]);\n setVarAndCookie(\"view_paywall_fired\", true)\n return;\n }\n }\n\t});\n}\n\n/* |----------- TRACK ----------------| */\nfunction initializeTracking() {\n if (bouncex.vars.pagetype === 'article') {\n bouncex.et.onTrue(loadPDP, function() {\n trackItem();\n });\n }\n if (isSubscriptionPage()) {\n fireSubscriptionViewEvents();\n }\n\n paywallEvent();\n}\n\nif (valid_domains.indexOf(window.location.origin) > -1) {\n initializeTracking();\n}","dge":true,"bxidLoadFirst":false,"pie":true,"cme":true,"gbi_enabled":1,"bpush":false,"pt":null,"els":{"Masthead":"article.container, #body","infeed":"article p:not(:eq(0)) + p:not(:eq(1)), article p + .bxc + p:not(:eq(0))","masthead3":"#top_article_fluid_wrapper .ad_container","mastheadtest":".overflow-x-inherit, #body"},"vars":[{"name":"article_page","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('meta[property=\"og:type\"]').attr('content') === 'article'","trigger":""},{"name":"native_sign_up","polling":"all","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"jQuery('.newsletter-thankyou h2:visible:contains(Thanks for subscribing!)').length > 0 || null;","trigger":""},{"name":"ad_24_hours","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function() {\n\tvar campaignsToCheck = [502686, 645848, 509067, 502692, 502698, 650027, 650031, 650033, 650035];\n\tvar twentyFourHoursAgo = new Date(Date.now() - 86400000);\n\tvar lastImpression, campaignId, campaignIsVisible;\n\n\tfor (var i = 0; i < campaignsToCheck.length; i++) {\n\t\tcampaignId = campaignsToCheck[i];\n\t\tcampaignIsVisible = bouncex.campaigns[campaignId] && bouncex.campaigns[campaignId].ad_visible;\n\n\t\tif (bouncex.cookie.campaigns && bouncex.cookie.campaigns.hasOwnProperty(campaignId) && bouncex.cookie.campaigns[campaignId].la && !campaignIsVisible) {\n\t\t\tlastImpression = new Date(bouncex.cookie.campaigns[campaignId].la * 1000);\n\n\t\t\tif (lastImpression > twentyFourHoursAgo) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn false;\n})();","trigger":""},{"name":"paywall_present","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('.reg-dialog.meter-modal:visible').length > 0;","trigger":""},{"name":"announcement_present","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('#reg-overlay').is(':visible');","trigger":""},{"name":"logged_in_free","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"(function() {\n var local = typeof localStorage === 'object' && localStorage,\n json = typeof local['trb.metering.subData'] === 'string' && JSON.parse(local['trb.metering.subData']),\n subscriptionLevels = typeof json['subscriptionLevels'] !== 'undefined' && json['subscriptionLevels'],\n expaySubscriber = typeof json['expaySubscriber'] !== 'undefined' && json['expaySubscriber'],\n loggedOut = jQuery('a[aria-label=\"Log In\"]:visible:contains(\"Log In\")');\n if (loggedOut.length > 0) {\n return false;\n }\n return typeof json === 'object' && subscriptionLevels.length === 0 ? true : null;\n})();","trigger":""},{"name":"logged_in_paid","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"(function() {\n var local = typeof localStorage === 'object' && localStorage,\n json = typeof local['trb.metering.subData'] === 'string' && JSON.parse(local['trb.metering.subData']),\n subscriptionLevels = typeof json['subscriptionLevels'] !== 'undefined' && json['subscriptionLevels'],\n expaySubscriber = typeof json['expaySubscriber'] !== 'undefined' && json['expaySubscriber'],\n loggedOut = jQuery('a[aria-label=\"Log In\"]:visible:contains(\"Log In\")');\n if (loggedOut.length > 0) {\n return false;\n }\n return subscriptionLevels.length > 0 || expaySubscriber === true ? true : null;\n})();","trigger":""},{"name":"logged_in_paid_test","polling":"all","persist":"visit","page_types":[],"testmode":true,"default":"false","code":"(function () {\n if (!localStorage.getItem('trb.metering.meterData')) {\n return bouncex.vars.logged_in_paid;\n }\n var subData = JSON.parse(localStorage.getItem('trb.metering.meterData'));\n if (subData) {\n return ( subData && typeof subData.subscriptionLevels !== 'undefined' ) ? subData.subscriptionLevels.length > 0 : null;\n } else {\n return false;\n }\n})();\n","trigger":""},{"name":"ever_logged_in_paid","polling":"all","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"bouncex.vars.logged_in_paid === true ? true : null;","trigger":""},{"name":"article_title","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('meta[property=\"og:type\"]').attr('content') === 'article' ? encodeURIComponent(jQuery('meta[property=\"og:title\"]').attr('content')) : false;","trigger":""},{"name":"login_modal","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('#reg-overlay .login').length > 0 ? true : (jQuery('#reg-overlay .register').length > 0 ? true : false);","trigger":"pageload"},{"name":"number_of_articles_read","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"(function() {\n if (bouncex.vars.article_page) {\n if (bouncex.vars.number_of_articles_read === false) {\n return '1';\n } else {\n return parseInt(bouncex.vars.number_of_articles_read) + 1;\n }\n }\n return null;\n})()","trigger":"pageload"},{"name":"payment_confirmed","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('.summaryRow__title[data-bind=\"text: options.ConfirmationNumber.Title\"]').is(':visible') || (jQuery('.placeOrder').is(':visible') && jQuery('.step__button:visible.busy').length > 0) || null;","trigger":"pageload"},{"name":"ad_light_on","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function(){\n if(window !== undefined && window.trb !== undefined && window.trb.adl !== undefined){\n return window.trb.adl;\n }\n return false;\n})()","trigger":"pageload"},{"name":"imageurl","polling":"vars","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function() {\n var img = jQuery('section#left').find('img').attr('src');\n \n if (img && img.indexOf('tinygif.gif') === -1) {\n return img;\n }\n}());","trigger":"pageload"},{"name":"article_name","polling":"vars","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('.card').find('h1').text().trim();","trigger":"pageload"},{"name":"article_cat","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"window.location.href.match(/\\.com\\/([\\w-]+)/)[1];","trigger":"pageload"},{"name":"pagetype","polling":"vars","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function(){\n switch (true) {\n case (jQuery('.byline-article').length > 0):\n return 'article';\n }\n}());","trigger":"pageload"},{"name":"ecap_seen_visit","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"ecap_submitted_dailyflash","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"ecap_submitted_campaigndiaries","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"ecap_submitted_breakingnews","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"ecap_submitted_pinstripe","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"backfill_deployment","polling":"all","persist":"no","page_types":[],"testmode":false,"default":0,"code":"bouncex.gbi2 ? bouncex.gbi2.getFailedDeployments().join(',') : '';\n","trigger":"pageload"},{"name":"teads_unit_onpage","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('.teads-inread').length > 0;","trigger":"pageload"},{"name":"incognito_block_present","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('.da-progress b:visible').text().indexOf('using a browser set to private or incognito mode') > -1;","trigger":"pageload"},{"name":"dfp_roadblock","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function() {\n function check() {\n bouncex.dfp_loaded = false || bouncex.dfp_loaded;\n var slots = window.googletag && typeof googletag.pubads == 'function' && typeof googletag.pubads().getSlots == 'function'? googletag.pubads().getSlots() : [];\n var numSlots = slots.length;\n for (var i = 0; i < numSlots; i++) {\n var slotInfo = slots[i] && typeof slots[i].getResponseInformation == 'function'? slots[i].getResponseInformation() : false;\n if (slotInfo && slotInfo.lineItemId) {\n bouncex.dfp_loaded = true;\n if (bouncex.website.gbi.rblocks && bouncex.website.gbi.rblocks.indexOf(slotInfo.lineItemId) > -1) {\n return 'sponsor';\n }\n }\n }\n if (bouncex.dfp_loaded) {\n return 'allow';\n }\n return 'not_ready';\n }\n if (!bouncex.website.gbi_enabled) {\n return 'disabled';\n } else if (bouncex.dfp_loaded) {\n return null;\n } else if (window.googletag && googletag.apiReady && googletag.pubadsReady) {\n return check();\n }\n return 'fallback';\n})()","trigger":"pageload"},{"name":"dfp_roadblock_dupe2","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function() {\n function check() {\n bouncex.dfp_loaded = false || bouncex.dfp_loaded;\n var slots = window.googletag && typeof googletag.pubads == 'function' && typeof googletag.pubads().getSlots == 'function'? googletag.pubads().getSlots() : [];\n var numSlots = slots.length;\n var sponsored = [5239716411, 5239716423, 5240306050, 5240306071, 5240306092, 5240306137, 5240306149, 5240306290, 5241472077, 5242248376, 5242611800];\n\n for (var i = 0; i < numSlots; i++) {\n var slotInfo = slots[i] && typeof slots[i].getResponseInformation == 'function'? slots[i].getResponseInformation() : false;\n if (slotInfo && slotInfo.lineItemId) {\n bouncex.dfp_loaded = true;\n if (bouncex.website.gbi.rblocks && bouncex.website.gbi.rblocks.indexOf(slotInfo.lineItemId) > -1) {\n return 'sponsor';\n }\n if (sponsored.indexOf(slotInfo.lineItemId) > -1) {\n return 'sponsor';\n }\n }\n }\n if (bouncex.dfp_loaded) {\n return 'allow';\n }\n return 'not_ready';\n }\n if (!bouncex.website.gbi_enabled) {\n return 'disabled';\n } else if (bouncex.dfp_loaded) {\n return null;\n } else if (window.googletag && googletag.apiReady && googletag.pubadsReady) {\n return check();\n }\n return 'fallback';\n})()","trigger":"pageload"},{"name":"dfp_roadblock_dupe","polling":"all","persist":"no","page_types":[],"testmode":true,"default":"false","code":"(function() {\n if (!bouncex.dfpRan) {\n bouncex.dfpRan = true;\n return 'not_ready';\n }\n function check() {\n bouncex.dfp_loaded = false || bouncex.dfp_loaded;\n var slots = window.googletag && typeof googletag.pubads == 'function' && typeof googletag.pubads().getSlots == 'function'? googletag.pubads().getSlots() : [];\n var numSlots = slots.length;\n var sponsored = [5239716411, 5239716423, 5240306050, 5240306071, 5240306092, 5240306137, 5240306149, 5240306290, 5241472077, 5242248376, 5242611800];\n for (var i = 0; i < numSlots; i++) {\n var slotInfo = slots[i] && typeof slots[i].getResponseInformation == 'function'? slots[i].getResponseInformation() : false;\n if (slotInfo && slotInfo.lineItemId) {\n bouncex.dfp_loaded = true;\n if (bouncex.website.gbi.rblocks && bouncex.website.gbi.rblocks.indexOf(slotInfo.lineItemId) > -1) {\n return 'sponsor';\n }\n if (sponsored.indexOf(slotInfo.lineItemId) > -1) {\n return 'sponsor';\n }\n }\n }\n if (bouncex.dfp_loaded) {\n return 'allow';\n }\n return 'not_ready';\n }\n if (bouncex.website.gbi.rblocks) {\n if (!bouncex.website.gbi_enabled) {\n return 'disabled';\n } else if (bouncex.dfp_loaded) {\n return null;\n } else if (window.googletag && googletag.apiReady && googletag.pubadsReady) {\n return check();\n } else if (typeof window.googletag === 'undefined') {\n return 'no_googletag';\n }\n return 'fallback';\n } else {\n return 'not_ready';\n }\n})()","trigger":"pageload"},{"name":"vertical_gallery_page","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"bouncex.utils.getNestedProp('trb.data.page.metrics.subtype') === 'vertical';","trigger":"pageload"},{"name":"soft_paywall_present","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('#zephr-overlay').length > 0 && jQuery('#zephr-overlay .da-progress').text().toUpperCase().indexOf('FREE ARTICLE LIMIT') > -1 || jQuery('#zephr-overlay') ? jQuery('#zephr-overlay').text().toLocaleUpperCase().indexOf(\"FREE ARTICLE LIMIT\") > -1 : false;","trigger":"pageload"},{"name":"articles_viewed_meter_window","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function(){\n let count = 0;\n const track = bouncex.utils.getNestedProp('window.trb.metering.manager.user.track');\n const getFormattedDate = bouncex.utils.getNestedProp('window.registration.utils.getFormattedDate');\n\n if (typeof track != 'function' || typeof getFormattedDate != 'function'){\n return false;\n }\n \n track(function(meterData){\n const resetDays = window.registration.config.get('meterResetDays');\n const cuD = new Date();\n \n \tlet lowerBoundaryDate = new Date(cuD.getFullYear(), cuD.getMonth(), 1);\n \tif (resetDays > '0') {\n \t\tif (!meterData.meterStartDate || (cuD.getTime() - parseInt(resetDays)*86400000) > new Date(meterData.meterStartDate)) {\n \t\t\tlowerBoundaryDate = cuD;\n }\n \t} else if (resetDays < '0') {\n \t\tlowerBoundaryDate = new Date(cuD.getTime() - Math.abs(resetDays) * 86400000);\n \t}\n \t\n \tconst fldb = getFormattedDate(lowerBoundaryDate);\n \n \tfor (const a_url in meterData.pageHistory) {\n \t\tif (fldb <= meterData.pageHistory[a_url]) {\n \t\t\tcount++;\n \t\t}\n \t}\n });\n return count;\n})();","trigger":"pageload"},{"name":"ecap_toaster_present","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"!!document.querySelector('.met-flyout .met-newsletter-toaster');","trigger":"pageload"},{"name":"ecap_toaster_standardsize_present","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"!!document.querySelector('.met-flyout .reg-form');","trigger":"pageload"},{"name":"hardwall_present","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('#zephr-overlay').length > 0 && jQuery('#zephr-overlay .da-progress').text().toUpperCase().indexOf('RESERVED FOR OUR SUBSCRIBERS') > -1 || jQuery('#zephr-overlay') ? jQuery('#zephr-overlay').text().toLocaleUpperCase().indexOf(\"RESERVED FOR OUR SUBSCRIBERS\") > -1 : false;","trigger":"pageload"},{"name":"viewed_checkout_past_week","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"former_subscriber","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function(){\n if (typeof window.registration === 'undefined' || typeof registration.user === 'undefined' || typeof registration.user.isLoggedIn === 'undefined' || (typeof registration.user.isLoggedIn === 'function' && !registration.user.isLoggedIn())){\n return false;\n } else {\n var subStatus = localStorage.getItem(\"trb.metering.subData.status\");\n\n if (subStatus === null) {\n return false;\n } else {\n try {\n var subStatusData = JSON.parse(subStatus || '{}') || {};\n var wasSub = subStatusData.formerSubscriber;\n\n return wasSub;\n } catch(e) {\n return false;\n }\n }\n }\n return false;\n}());","trigger":"pageload"},{"name":"last_impression","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"last_viewed_checkout","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"(function(){\n\tvar currDate = Math.round(new Date()/1000);\n\n\tif (window.location.href.indexOf('/subscription.') > -1) {\n\t\treturn currDate;\n\t}\n\n\treturn null; \n})();","trigger":"pageload"},{"name":"ccd_list","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function() {\n var isCCDUser = false,\n ccdSubData = JSON.parse(window.localStorage.getItem(\"trb.metering.ccd.subData\")),\n subData = JSON.parse(window.localStorage.getItem(\"trb.metering.subData\"));\n if (subData && ccdSubData && subData.subscriptionLevels.length) {\n isCCDUser = ccdSubData.declined;\n }\n return isCCDUser;\n})();","trigger":"pageload"},{"name":"regiwall_eligible_user","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"bouncex.utils.getNestedProp('Zephr.accessDetails.testGroups') ? bouncex.utils.getNestedProp('Zephr.accessDetails.testGroups')['e758edf2-b8c0-403f-9284-ec65122c16a0'] === 'A' : false;","trigger":"pageload"},{"name":"signed_in_users_meter_window","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"bouncex.utils.getNestedProp('window.Zephr.accessDetails.meters.xEZ0K8.remainingCredits') !== undefined \n ? bouncex.utils.getNestedProp('window.Zephr.accessDetails.meters.xEZ0K8.remainingCredits') === 0 \n : false;","trigger":"pageload"},{"name":"view_paywall_fired","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"}],"dgu":"pixel.cdnwidget.com","dgp":false,"ba":{"enabled":0,"fbte":0},"biu":"assets.bounceexchange.com","bau":"api.bounceexchange.com","beu":"events.bouncex.net","ibx":{"tjs":"","cjs":"","miw":1,"mibcx":1,"te":1,"cart_rep":{"get":"","set":""},"ulpj":null,"cus":"","miw_exclude":"","enabled":1},"etjson":null,"osre":true,"osru":"osr.bounceexchange.com/v1/osr/items","checkDfp":true,"gamNetwork":"4011","spa":0,"spatm":1,"preinit_cjs":"","crs":{"integrations":null,"pageCount":null},"mat":0,"math":0,"cpnu":"coupons.bounceexchange.com","dfpcms":0,"sms":{"optm":"","eventSharing":false,"shqId":"","enabled":1},"pde":true,"fmc":["US","CA"],"fme":true,"fmx":"","sdk":{"android":{"enabled":false,"enabledVersions":[],"eventModifications":null},"ios":{"enabled":false,"enabledVersions":[],"eventModifications":null}},"onsite":{"enabled":1},"ads":{"enabled":1},"pubs":{"enabled":1},"websdk":{"enabled":0},"ga4_property_id":"","ga4_measurement_id":""} ; bouncex.tag = 'tag3'; bouncex.$ = window.jQuery; bouncex.env = 'production'; bouncex.restrictedTlds = {"casl":{"ca":1},"gdpr":{"ad":1,"al":1,"at":1,"ax":1,"ba":1,"be":1,"bg":1,"by":1,"xn--90ais":1,"ch":1,"cy":1,"cz":1,"de":1,"dk":1,"ee":1,"es":1,"eu":1,"fi":1,"fo":1,"fr":1,"uk":1,"gb":1,"gg":1,"gi":1,"gr":1,"hr":1,"hu":1,"ie":1,"im":1,"is":1,"it":1,"je":1,"li":1,"lt":1,"lu":1,"lv":1,"mc":1,"md":1,"me":1,"mk":1,"xn--d1al":1,"mt":1,"nl":1,"no":1,"pl":1,"pt":1,"ro":1,"rs":1,"xn--90a3ac":1,"ru":1,"su":1,"xn--p1ai":1,"se":1,"si":1,"sj":1,"sk":1,"sm":1,"ua":1,"xn--j1amh":1,"va":1,"tr":1}}; bouncex.client = { supportsBrotli: 0 }; bouncex.assets = {"ads":"44fda29a3ca8b3798fe72ceb2caeade8","creativesBaseStyles":"a53944a2","gam_4011":"//assets.bounceexchange.com/assets/gam/4011/0fb5fc34c909b16651e31b38c38c6448.json","gpsAuction":"1375a7b38c31e98d14fe7f396b72da14","inbox":"02aca5df0e176b8810a86da97ac05424","onsite":"0e56ab6ba004ee080ce3deb3edae35e9","sms":"e39203556bab2366e56296ce42e974a7","websdk":"0704dae1eb637cbeb4a847506058402d"}; bouncex.push = function(pushData) { bouncex.pushedData.push(pushData); } var runtime = document.createElement('script'); runtime.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/runtime_6459738026535cda4232dc813c61447d.js'); runtime.setAttribute('async', 'async'); runtime.setAttribute('onload', 'bouncex.initializeTag()'); bouncex.initializeTag = function() { var script = document.createElement('script'); script.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_b0f9dea1e3910d3b6e492e0d6dab8565.js'); script.setAttribute('async', 'async'); document.body.appendChild(script); var deviceGraphScript = document.createElement('script'); deviceGraphScript.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/cjs_min_3a843477d8e318f67237a66d0a58c542.js'); deviceGraphScript.setAttribute('async', 'async'); var dgAttrs = [{"Key":"id","Value":"c.js"},{"Key":"async","Value":"true"},{"Key":"data-apikey","Value":"2^HIykD"},{"Key":"data-cb","Value":"bouncex.dg.initPostDeviceGraph"},{"Key":"data-bx","Value":"1"},{"Key":"data-gm","Value":"1"},{"Key":"data-fire","Value":"1"},{"Key":"data-adcb","Value":"bouncex.dg.getAdsOptStatus"}]; if (dgAttrs) { for (var i = 0; i < dgAttrs.length; i++) { deviceGraphScript.setAttribute(dgAttrs[i].Key, dgAttrs[i].Value); } } document.body.appendChild(deviceGraphScript); bouncex.initializeTag = function() {}; }; document.body.appendChild(runtime); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", bxBootstrap); } else { bxBootstrap(); }})();