bouncex.callbacks["website"]({"active":"1","advanced_cookie_options":"{\"first_party_limit\":\"3500\",\"local_storage\":\"1\"}","analytics":"0","ba_enabled":null,"ba_settings":null,"ba_settings_json":null,"block_ips":null,"block_urls":[{"prop":"contains","val":"test.thehealthy.com"},{"prop":"contains","val":"/contact-us/"},{"prop":"contains","val":"/our-medical-review-board/"},{"prop":"contains","val":"/about-the-healthy/"}],"campaign_js":{"ads_accessibility":{"deployments":[[{"activation":"purpose","prop":"exactly","prop2":"programmatic","prop3":"","val":""}]],"event":"activation","testmode":false,"ttype":"variation","val":"/* set focus outline to transparent when around form */\nif (bouncex.campaigns[ca_id].obj1.find('#bx-campaign-'+campaign_id+'-formFix-style').length === 0) {\n bouncex.addCss('#bx-campaign-' + campaign_id + ' form:focus { outline: 3px solid transparent; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-formFix');\n}\n\n/* add focus outlines for ads only */\nbouncex.campaigns[ca_id].obj1.addClass('bx-ally');\n\n/* change close button to button for ads only */\nbouncex.campaigns[campaign_id].obj1.find('.bx-close').each(function(i,div) {\n var closeId = div.id,\n closeClass = div.className,\n closeDataset = div.dataset.click,\n closeContent = div.innerHTML;\n\n closeContent = closeContent\n .replace(/\u003cdiv/g, '\u003cspan')\n .replace(/\u003c\\/div\u003e/g, '\u003c/span\u003e');\n \n div = jQuery('\u003cbutton id=\"'+closeId+'\" class=\"'+closeClass+'\" data-click=\"'+closeDataset+'\" \u003e' + closeContent +'\u003c/button\u003e').replaceAll(div);\n});"},"cls_img_activation":{"deployments":[[{"activation":"type","prop":"not_exactly","prop2":"tabtitle","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"teleport","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"none","prop3":"","val":""}],[{"activation":"purpose","prop":"not_exactly","prop2":"programmatic","prop3":"","val":""}]],"event":"activation","testmode":false,"ttype":"variation","val":"function imgLoaded(img) {\n jQuery(img).attr('width', img.naturalWidth).attr('height', img.naturalHeight);\n}\n \nbouncex.campaigns[ca_id].obj1.find('.bx-row img').each(function(i, el) {\n if (el.complete) {\n imgLoaded(el);\n } else {\n bouncex.on(jQuery(el), 'load.bx-img-'+ca_id, function() {\n imgLoaded(el);\n });\n }\n});"},"cls_img_impression":{"deployments":[[{"activation":"type","prop":"not_exactly","prop2":"tabtitle","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"teleport","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"none","prop3":"","val":""}],[{"activation":"purpose","prop":"not_exactly","prop2":"programmatic","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.off(bouncex.campaigns[ca_id].obj1.find('.bx-row img'), 'load.bx-img-'+ca_id);"},"custom_class_form_capture":{"deployments":[[{"activation":"default"}]],"event":"preactivation","testmode":false,"ttype":"variation","val":"/** Adding a custom class to form elements that have email capture: https://wunderkindco.atlassian.net/browse/SP-35461 **/\nvar $campaign = bouncex.campaigns[campaign_id].obj1;\n$campaign.find('form:has(\".bx-row-input\")').addClass('bx-capture-form'); "},"dispatch_wk_click_event":{"deployments":[[{"activation":"default","prop":"","prop2":"","prop3":"","val":""}]],"event":"click","testmode":false,"ttype":"variation","val":"let campaign_type;\nswitch (bouncex.campaigns[ca_id].type) {\n case 'conversionbar':\n campaign_type = 'Bottom bar';\n break;\n case 'conversioncorner':\n campaign_type = 'Corner tab';\n break;\n case 'nanobar':\n campaign_type = 'Top bar';\n break;\n case 'nanotab':\n campaign_type = 'Side tab';\n break;\n case 'agilityzone':\n campaign_type = 'Inline Zone';\n break;\n default:\n campaign_type = bouncex.campaigns[ca_id].type;\n}\n\nvar details = {\n AudDevType : campaign_type, \n Purpose: bouncex.campaigns[ca_id].purpose,\n Subpurpose: bouncex.campaigns[ca_id].sub_purpose,\n VisitID: 'bouncex' + bouncex.cookie.vid\n};\n\nif(bouncex.campaigns[ca_id].purpose_code === \"programmatic\"){\n document.dispatchEvent(new CustomEvent('wk_clicked', { detail : { adType : bouncex.campaigns[ca_id].deployment, visitID: 'bouncex' + bouncex.cookie.vid}}));\n console.log('wknd fired wk_clicked - adType: ' + bouncex.campaigns[ca_id].deployment);\n} else {\n document.dispatchEvent(new CustomEvent('wk_clicked', { detail : details }));\n console.log('wknd fired wk_clicked - AudDevType: ', details);\n}\n"},"dispatch_wk_closed_event":{"deployments":[[{"activation":"default","prop":"","prop2":"","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"let campaign_type;\nswitch (bouncex.campaigns[ca_id].type) {\n case 'conversionbar':\n campaign_type = 'Bottom bar';\n break;\n case 'conversioncorner':\n campaign_type = 'Corner tab';\n break;\n case 'nanobar':\n campaign_type = 'Top bar';\n break;\n case 'nanotab':\n campaign_type = 'Side tab';\n break;\n case 'agilityzone':\n campaign_type = 'Inline Zone';\n break;\n default:\n campaign_type = bouncex.campaigns[ca_id].type;\n}\n\nvar details = {\n AudDevType : campaign_type, \n Purpose: bouncex.campaigns[ca_id].purpose,\n Subpurpose: bouncex.campaigns[ca_id].sub_purpose,\n VisitID: 'bouncex' + bouncex.cookie.vid\n};\n\nif(bouncex.campaigns[ca_id].purpose_code === \"programmatic\") {\n document.dispatchEvent(new CustomEvent('wk_closed', { detail : { adType : bouncex.campaigns[ca_id].deployment, visitID: 'bouncex' + bouncex.cookie.vid}}));\n console.log('wknd fired wk_closed - adType: ' + bouncex.campaigns[ca_id].deployment); \n} else {\n document.dispatchEvent(new CustomEvent('wk_closed', { detail : details }));\n console.log('wknd fired wk_closed - AudDevType: ', details); \n}"},"dispatch_wk_submission_event":{"deployments":[[{"activation":"default"}]],"event":"submission","testmode":false,"ttype":"variation","val":"let campaign_type;\nswitch (bouncex.campaigns[ca_id].type) {\n case 'conversionbar':\n campaign_type = 'Bottom bar';\n break;\n case 'conversioncorner':\n campaign_type = 'Corner tab';\n break;\n case 'nanobar':\n campaign_type = 'Top bar';\n break;\n case 'nanotab':\n campaign_type = 'Side tab';\n break;\n case 'agilityzone':\n campaign_type = 'Inline Zone';\n break;\n default:\n campaign_type = bouncex.campaigns[ca_id].type;\n}\n\nvar details = {\n AudDevType : campaign_type, \n Purpose: bouncex.campaigns[ca_id].purpose,\n Subpurpose: bouncex.campaigns[ca_id].sub_purpose,\n VisitID: 'bouncex' + bouncex.cookie.vid\n};\n\nif (bouncex.campaigns[ca_id].purpose_code === \"programmatic\") {\n document.dispatchEvent(new CustomEvent('wk_submission', { detail : { adType : bouncex.campaigns[ca_id].deployment, visitID: 'bouncex' + bouncex.cookie.vid}}));\n console.log('wknd fired wk_submission - adType: ' + bouncex.campaigns[ca_id].deployment); \n} else {\n document.dispatchEvent(new CustomEvent('wk_submission', { detail : details }));\n console.log('wknd fired wk_submission - AudDevType: ', details );\n}"},"dispatch_wknd_adtype_event":{"deployments":[[{"activation":"default","prop":"","prop2":"","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.log('impression..');\n\nlet campaign_type;\nswitch (bouncex.campaigns[ca_id].type) {\n case 'conversionbar':\n campaign_type = 'Bottom bar';\n break;\n case 'conversioncorner':\n campaign_type = 'Corner tab';\n break;\n case 'nanobar':\n campaign_type = 'Top bar';\n break;\n case 'nanotab':\n campaign_type = 'Side tab';\n break;\n case 'agilityzone':\n campaign_type = 'Inline Zone';\n break;\n default:\n campaign_type = bouncex.campaigns[ca_id].type;\n}\n\nvar details = {\n AudDevType : campaign_type, \n Purpose: bouncex.campaigns[ca_id].purpose,\n Subpurpose: bouncex.campaigns[ca_id].sub_purpose,\n VisitID: 'bouncex' + bouncex.cookie.vid\n};\n\nif(bouncex.campaigns[ca_id].purpose_code === \"programmatic\") {\n document.dispatchEvent(new CustomEvent('wknd_adtype', { detail : { adType : bouncex.campaigns[ca_id].deployment, visitID: 'bouncex' + bouncex.cookie.vid }}));\n console.log('wknd fired wknd_adtype - adType: ' + bouncex.campaigns[ca_id].deployment); \n} else {\n document.dispatchEvent(new CustomEvent('wknd_AudDevType', { detail : details }));\n console.log('wknd fired wknd_AudDevType - AudDevType: ', details ); \n}"},"masthead_hide_ad_close":{"deployments":[[{"activation":"sub_purpose","prop":"exactly","prop2":"ads-masthead","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-hideAdFix-style').remove();"},"masthead_hide_ad_fix":{"deployments":[[{"activation":"sub_purpose","prop":"exactly","prop2":"ads-masthead","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('.pure-g.pre-article-ad, .advertisement.ad-container-wrapper { display: none; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-hideAdFix');"},"overlay_shroud_click_close":{"deployments":[[{"activation":"sub_purpose","prop":"exactly","prop2":"ads-overlay","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.campaigns[ca_id].obj1.find('.bx-slab').attr('data-click','close').attr('data-ignore-bubbles', '1');"}},"cart_rep":null,"casl_prevent_user_tracking":"1","client_id":null,"compliance":{"gdpr":1,"gmp":0,"whitelist_check":0},"compliance_json":"{\"gdpr\":1,\"gmp\":0,\"whitelist_check\":0}","confirmation_criteria":null,"confirmation_page":"","confirmation_url":null,"content_width":"900","contract_id":"3","cookie_type":"fp_local_storage","currency":"USD","custom_campaign_js":"{\"masthead_hide_ad_fix\":{\"val\":\"bouncex.addCss('.pure-g.pre-article-ad, .advertisement.ad-container-wrapper { display: none; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-hideAdFix');\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"sub_purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"ads-masthead\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"masthead_hide_ad_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-hideAdFix-style').remove();\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"sub_purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"ads-masthead\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"cls_img_activation\":{\"val\":\"function imgLoaded(img) {\\n jQuery(img).attr('width', img.naturalWidth).attr('height', img.naturalHeight);\\n}\\n \\nbouncex.campaigns[ca_id].obj1.find('.bx-row img').each(function(i, el) {\\n if (el.complete) {\\n imgLoaded(el);\\n } else {\\n bouncex.on(jQuery(el), 'load.bx-img-'+ca_id, function() {\\n imgLoaded(el);\\n });\\n }\\n});\",\"event\":\"activation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"tabtitle\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"1\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"teleport\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"2\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"none\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"3\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"programmatic\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"cls_img_impression\":{\"val\":\"bouncex.off(bouncex.campaigns[ca_id].obj1.find('.bx-row img'), 'load.bx-img-'+ca_id);\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"tabtitle\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"1\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"teleport\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"2\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"none\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"3\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"programmatic\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"dispatch_wknd_adtype_event\":{\"val\":\"bouncex.log('impression..');\\n\\nlet campaign_type;\\nswitch (bouncex.campaigns[ca_id].type) {\\n case 'conversionbar':\\n campaign_type = 'Bottom bar';\\n break;\\n case 'conversioncorner':\\n campaign_type = 'Corner tab';\\n break;\\n case 'nanobar':\\n campaign_type = 'Top bar';\\n break;\\n case 'nanotab':\\n campaign_type = 'Side tab';\\n break;\\n case 'agilityzone':\\n campaign_type = 'Inline Zone';\\n break;\\n default:\\n campaign_type = bouncex.campaigns[ca_id].type;\\n}\\n\\nvar details = {\\n AudDevType : campaign_type, \\n Purpose: bouncex.campaigns[ca_id].purpose,\\n Subpurpose: bouncex.campaigns[ca_id].sub_purpose,\\n VisitID: 'bouncex' + bouncex.cookie.vid\\n};\\n\\nif(bouncex.campaigns[ca_id].purpose_code === \\\"programmatic\\\") {\\n document.dispatchEvent(new CustomEvent('wknd_adtype', { detail : { adType : bouncex.campaigns[ca_id].deployment, visitID: 'bouncex' + bouncex.cookie.vid }}));\\n console.log('wknd fired wknd_adtype - adType: ' + bouncex.campaigns[ca_id].deployment); \\n} else {\\n document.dispatchEvent(new CustomEvent('wknd_AudDevType', { detail : details }));\\n console.log('wknd fired wknd_AudDevType - AudDevType: ', details ); \\n}\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"default\\\",\\\"prop\\\":\\\"\\\",\\\"prop2\\\":\\\"\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"dispatch_wk_closed_event\":{\"val\":\"let campaign_type;\\nswitch (bouncex.campaigns[ca_id].type) {\\n case 'conversionbar':\\n campaign_type = 'Bottom bar';\\n break;\\n case 'conversioncorner':\\n campaign_type = 'Corner tab';\\n break;\\n case 'nanobar':\\n campaign_type = 'Top bar';\\n break;\\n case 'nanotab':\\n campaign_type = 'Side tab';\\n break;\\n case 'agilityzone':\\n campaign_type = 'Inline Zone';\\n break;\\n default:\\n campaign_type = bouncex.campaigns[ca_id].type;\\n}\\n\\nvar details = {\\n AudDevType : campaign_type, \\n Purpose: bouncex.campaigns[ca_id].purpose,\\n Subpurpose: bouncex.campaigns[ca_id].sub_purpose,\\n VisitID: 'bouncex' + bouncex.cookie.vid\\n};\\n\\nif(bouncex.campaigns[ca_id].purpose_code === \\\"programmatic\\\") {\\n document.dispatchEvent(new CustomEvent('wk_closed', { detail : { adType : bouncex.campaigns[ca_id].deployment, visitID: 'bouncex' + bouncex.cookie.vid}}));\\n console.log('wknd fired wk_closed - adType: ' + bouncex.campaigns[ca_id].deployment); \\n} else {\\n document.dispatchEvent(new CustomEvent('wk_closed', { detail : details }));\\n console.log('wknd fired wk_closed - AudDevType: ', details); \\n}\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"default\\\",\\\"prop\\\":\\\"\\\",\\\"prop2\\\":\\\"\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"dispatch_wk_click_event\":{\"val\":\"let campaign_type;\\nswitch (bouncex.campaigns[ca_id].type) {\\n case 'conversionbar':\\n campaign_type = 'Bottom bar';\\n break;\\n case 'conversioncorner':\\n campaign_type = 'Corner tab';\\n break;\\n case 'nanobar':\\n campaign_type = 'Top bar';\\n break;\\n case 'nanotab':\\n campaign_type = 'Side tab';\\n break;\\n case 'agilityzone':\\n campaign_type = 'Inline Zone';\\n break;\\n default:\\n campaign_type = bouncex.campaigns[ca_id].type;\\n}\\n\\nvar details = {\\n AudDevType : campaign_type, \\n Purpose: bouncex.campaigns[ca_id].purpose,\\n Subpurpose: bouncex.campaigns[ca_id].sub_purpose,\\n VisitID: 'bouncex' + bouncex.cookie.vid\\n};\\n\\nif(bouncex.campaigns[ca_id].purpose_code === \\\"programmatic\\\"){\\n document.dispatchEvent(new CustomEvent('wk_clicked', { detail : { adType : bouncex.campaigns[ca_id].deployment, visitID: 'bouncex' + bouncex.cookie.vid}}));\\n console.log('wknd fired wk_clicked - adType: ' + bouncex.campaigns[ca_id].deployment);\\n} else {\\n document.dispatchEvent(new CustomEvent('wk_clicked', { detail : details }));\\n console.log('wknd fired wk_clicked - AudDevType: ', details);\\n}\\n\",\"event\":\"click\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"default\\\",\\\"prop\\\":\\\"\\\",\\\"prop2\\\":\\\"\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"custom_class_form_capture\":{\"val\":\"/** Adding a custom class to form elements that have email capture: https://wunderkindco.atlassian.net/browse/SP-35461 **/\\nvar $campaign = bouncex.campaigns[campaign_id].obj1;\\n$campaign.find('form:has(\\\".bx-row-input\\\")').addClass('bx-capture-form'); \",\"event\":\"preactivation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"default\\\"}}}\"},\"dispatch_wk_submission_event\":{\"val\":\"let campaign_type;\\nswitch (bouncex.campaigns[ca_id].type) {\\n case 'conversionbar':\\n campaign_type = 'Bottom bar';\\n break;\\n case 'conversioncorner':\\n campaign_type = 'Corner tab';\\n break;\\n case 'nanobar':\\n campaign_type = 'Top bar';\\n break;\\n case 'nanotab':\\n campaign_type = 'Side tab';\\n break;\\n case 'agilityzone':\\n campaign_type = 'Inline Zone';\\n break;\\n default:\\n campaign_type = bouncex.campaigns[ca_id].type;\\n}\\n\\nvar details = {\\n AudDevType : campaign_type, \\n Purpose: bouncex.campaigns[ca_id].purpose,\\n Subpurpose: bouncex.campaigns[ca_id].sub_purpose,\\n VisitID: 'bouncex' + bouncex.cookie.vid\\n};\\n\\nif (bouncex.campaigns[ca_id].purpose_code === \\\"programmatic\\\") {\\n document.dispatchEvent(new CustomEvent('wk_submission', { detail : { adType : bouncex.campaigns[ca_id].deployment, visitID: 'bouncex' + bouncex.cookie.vid}}));\\n console.log('wknd fired wk_submission - adType: ' + bouncex.campaigns[ca_id].deployment); \\n} else {\\n document.dispatchEvent(new CustomEvent('wk_submission', { detail : details }));\\n console.log('wknd fired wk_submission - AudDevType: ', details );\\n}\",\"event\":\"submission\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"default\\\"}}}\"},\"overlay_shroud_click_close\":{\"val\":\"bouncex.campaigns[ca_id].obj1.find('.bx-slab').attr('data-click','close').attr('data-ignore-bubbles', '1');\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"sub_purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"ads-overlay\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"ads_accessibility\":{\"val\":\"/* set focus outline to transparent when around form */\\nif (bouncex.campaigns[ca_id].obj1.find('#bx-campaign-'+campaign_id+'-formFix-style').length === 0) {\\n bouncex.addCss('#bx-campaign-' + campaign_id + ' form:focus { outline: 3px solid transparent; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-formFix');\\n}\\n\\n/* add focus outlines for ads only */\\nbouncex.campaigns[ca_id].obj1.addClass('bx-ally');\\n\\n/* change close button to button for ads only */\\nbouncex.campaigns[campaign_id].obj1.find('.bx-close').each(function(i,div) {\\n var closeId = div.id,\\n closeClass = div.className,\\n closeDataset = div.dataset.click,\\n closeContent = div.innerHTML;\\n\\n closeContent = closeContent\\n .replace(/\u003cdiv/g, '\u003cspan')\\n .replace(/\u003c\\\\/div\u003e/g, '\u003c/span\u003e');\\n \\n div = jQuery('\u003cbutton id=\\\"'+closeId+'\\\" class=\\\"'+closeClass+'\\\" data-click=\\\"'+closeDataset+'\\\" \u003e' + closeContent +'\u003c/button\u003e').replaceAll(div);\\n});\",\"event\":\"activation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"programmatic\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"}}","custom_js":"/* enable.feature.TCF_ENABLE_NEW_PURPOSE_LIST */","custom_liquid_variable":"{\"TextSendOffer1\":{\"val\":\"\"},\"TextSendOffer2\":{\"val\":\"\"},\"TextSendOffer3\":{\"val\":\"\"},\"couponcode1\":{\"val\":\"\"},\"couponcode2\":{\"val\":\"\"},\"couponcode3\":{\"val\":\"\"},\"onsitedisclaimer1\":{\"val\":\"\"},\"onsitedisclaimer2\":{\"val\":\"\"},\"onsitedisclaimer3\":{\"val\":\"\"},\"onsiteoffer1\":{\"val\":\"\"},\"onsiteoffer2\":{\"val\":\"\"},\"onsiteoffer3\":{\"val\":\"\"}}","custom_variable":"{\"dfp_rblock\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"(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 \u0026\u0026 typeof googletag.pubads == 'function' \u0026\u0026 typeof googletag.pubads().getSlots == 'function'? googletag.pubads().getSlots() : [];\\n var numSlots = slots.length;\\n for (var i = 0; i \u003c numSlots; i++) {\\n var slotInfo = slots[i] \u0026\u0026 typeof slots[i].getResponseInformation == 'function'? slots[i].getResponseInformation() : false;\\n if (slotInfo \u0026\u0026 slotInfo.lineItemId) {\\n bouncex.dfp_loaded = true;\\n if (bouncex.website.gbi.rblocks \u0026\u0026 bouncex.website.gbi.rblocks.indexOf(slotInfo.lineItemId) \u003e -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 \u0026\u0026 googletag.apiReady \u0026\u0026 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})()\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"backfill_deployment\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"bouncex.gbi2 ? bouncex.gbi2.getFailedDeployments().join(',') : '';\",\"default\":\"''\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"brandmetrics_survey\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('iframe[data-bmsurvey][style*=\\\"display: block\\\"]').length \u003e 0;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false}}","deployment_json":null,"deployment_presets":{"Ads Priority":[[{"activation":"variable","prop":"contains","prop2":"dfp_rblock","prop3":"","val":"not_ready"},{"activation":"variable","prop":"contains","prop2":"dfp_rblock","prop3":"","val":"fallback"},{"activation":"variable","prop":"contains","prop2":"backfill_deployment","prop3":"","val":"overlay"},{"activation":"engaged","prop":"greater","prop2":"","prop3":"","val":"1"},{"activation":"home_page_url","prop":"yes","prop2":"","prop3":"","val":""}]],"COVID Block":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"COVID"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"coronavirus"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"lockdown"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"quarantine"}]],"Holiday Priority":[[{"activation":"date","prop":"greater","prop2":"","prop3":"","val":"11/20/2019 00:00"}]],"URL Exclusions *new*":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"newsletter"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"about-the-healthy"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"join-now"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"login"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"sign-in"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/members/"}],[{"activation":"variable","prop":"not_equal","prop2":"brandmetrics_survey","prop3":"","val":"true"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/newsletter/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/author/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/?s="}]],"eCap Eligible ":[[{"activation":"customer","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"submitted_email","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/newslettersignuppage/"}]]},"deployment_settings":null,"device_graph_enabled":"0","device_graph_settings":{"tagData":{"async":"true","data-fire":"0","data-gm":"0","id":"c.js","src":"//pixel.cdnwidget.com/cdn/c.min.js"},"trafficPercentage":100},"dfp_account_id":"","dt_inserted_unix":"1565018480","els":{"infeed":"#content.listicle-page .listicle-card p + p:eq(4), #content:not(.listicle-page) .post-body :not(.listicle-card-image-wrapper) + p:eq(3)","masthead":"#content"},"enable_advanced_cookie":"0","enable_ally":"0","enable_bpush":"0","enable_ga_integration":"0","enable_iframe":"0","enable_waypoints":"0","enabled":"1","encrypt_email":"0","encrypt_email_two_way":"0","event_stream_enabled":"1","event_tracking_enabled":"2","event_tracking_js":"","event_tracking_test_mode":"1","fastboot_enabled":"1","feed_config_json":"","force_https":"0","gbi_enabled":"1","global_control_size":"0","global_deployment":{"any_page_url|utm_source=email|ever":{"activation":"any_page_url","prop":"contains","prop2":"ever","prop3":"","val":"utm_source=email"}},"gmp_enabled":"1","gmp_url_exceptions":["gclid"],"google_analytics_id":"UA-143927731-1","google_analytics_view_account":"analytics@wunderkind.co","google_analytics_view_id":"259675478","ibx_cart_replenishment_js":null,"ibx_tracking_enabled":"0","id":"3675","inbox_reporting_enabled":"0","lang":"english","liquid_vars":{"TextSendOffer1":{"val":""},"TextSendOffer2":{"val":""},"TextSendOffer3":{"val":""},"couponcode1":{"val":""},"couponcode2":{"val":""},"couponcode3":{"val":""},"onsitedisclaimer1":{"val":""},"onsitedisclaimer2":{"val":""},"onsitedisclaimer3":{"val":""},"onsiteoffer1":{"val":""},"onsiteoffer2":{"val":""},"onsiteoffer3":{"val":""}},"load_jquery":"auto","max_activations_pageview":"1","max_activations_session":"2","metadata":{"ads_campaigns_status":"","ads_config":"{\"freqCapEnabled\":false,\"sourcePartner\":\"none\",\"cpmSensitivity\":\"2\",\"cpmNotes\":\"\",\"adsGoLiveDate\":\"2019-09-10T05:00:00.000Z\"}","ads_enabled":"1","ads_reps":"{\"adsCSM\":5842,\"bdRep\":7819,\"approvalMatrix\":\"{\\\"129\\\":{\\\"desktop\\\":true,\\\"mobile\\\":true,\\\"open_market\\\":true,\\\"video\\\":true,\\\"standard_sizes\\\":true,\\\"expandable\\\":false,\\\"parallax\\\":false},\\\"130\\\":{\\\"desktop\\\":true,\\\"mobile\\\":true,\\\"open_market\\\":true,\\\"video\\\":true,\\\"standard_sizes\\\":true,\\\"expandable\\\":false,\\\"parallax\\\":false},\\\"131\\\":{\\\"desktop\\\":false,\\\"mobile\\\":false,\\\"open_market\\\":false,\\\"video\\\":false,\\\"standard_sizes\\\":false,\\\"expandable\\\":false,\\\"parallax\\\":false},\\\"132\\\":{\\\"desktop\\\":false,\\\"mobile\\\":false,\\\"open_market\\\":false,\\\"video\\\":false,\\\"standard_sizes\\\":false,\\\"expandable\\\":false,\\\"parallax\\\":false},\\\"134\\\":{\\\"desktop\\\":false,\\\"mobile\\\":false,\\\"open_market\\\":false,\\\"video\\\":false,\\\"standard_sizes\\\":false,\\\"expandable\\\":false,\\\"parallax\\\":false},\\\"146\\\":{\\\"desktop\\\":false,\\\"mobile\\\":false,\\\"open_market\\\":false,\\\"video\\\":false,\\\"standard_sizes\\\":false,\\\"expandable\\\":false,\\\"parallax\\\":false}}\"}","aqbxtest_override_content":"{\"type\":\"html\",\"value\":\"\u003cdiv class=\\\"celtra-ad-v3\\\"\u003e\\n \u003cimg src=\\\"data:image/png,celtra\\\" style=\\\"display: none\\\" onerror=\\\"\\n (function(img) {\\n var params = {'accountId':'7b0b7988','clickUrl':'','widthBreakpoint':'','expandDirection':'undefined','preferredClickThroughWindow':'new','clickEvent':'advertiser','externalAdServer':'Custom','tagVersion':'html-standard-7'};\\n var req = document.createElement('script');\\n req.id = params.scriptId = 'celtra-script-' + (window.celtraScriptIndex = (window.celtraScriptIndex||0)+1);\\n params.clientTimestamp = new Date/1000;\\n params.clientTimeZoneOffsetInMinutes = new Date().getTimezoneOffset();\\n params.hostPageLoadId=window.celtraHostPageLoadId=window.celtraHostPageLoadId||(Math.random()+'').slice(2);\\n var qs = '';\\n for (var k in params) {\\n qs += '\u0026amp;' + encodeURIComponent(k) + '=' + encodeURIComponent(params[k]);\\n }\\n var src = 'https://ads.celtra.com/8e0a4e9e/web.js?' + qs;\\n req.src = src;\\n img.parentNode.insertBefore(req, img.nextSibling);\\n })(this);\\n \\\"/\u003e\\n\u003c/div\u003e\"}","bx_share":"40","client_plan":"managed","enable_ally_settings_json":"{\"enable_ally_aria_labels\":1,\"enable_ally_focus\":0,\"enable_ally_number_to_string\":1}","enable_osr_events":"0","enable_short_links":"0","gs_url_identifiers":"","minify_email":"0","newsletter_config":"{\"prefix\":\"subscription_\",\"items\":[\"9\",\"subscription_diabetickitchen_170\",\"170\"]}","parent_company":"{\"name\":\"Trusted Media Brands\",\"domain\":\"trustedmediabrands.com\"}","single_page_app_on":"0","single_page_app_test_mode":"1","sms_configs":"{}","sms_creds_id":"","sms_double_opt_in":"0","sms_shared_short_code_enabled":"0","sms_short_code_by_country":"{}","use_button_tag_for_close":"0","use_verbose_label_for_close":"1"},"name":"TMB - The Healthy","no_control_ips":[],"no_ecaps_in_canada":"1","order_email_js":"","order_id_js":"","order_val_js":"","overlay_js":null,"page_type_json":{"article":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('body.single-post').length \u003e 0;"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('body.archive').length \u003e 0;"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('body.home').length \u003e 0;"}]]},"listicle":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('body.single-listicle').length \u003e 0;"}]]},"search":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.href.indexOf('?s=') \u003e -1;"}]]}},"perf_logging_enabled":"0","pick_random_campaigns":"0","polling_interval":"1000","provider_config":{"criteo":{"network_id":"11254","publisher_id":"WKNDdefault","ssp_priority":5},"index":{"jsonp":true,"production":true,"qa_site_id":167884,"reload":300000,"s":"396763","ssp_priority":2,"stackWeight":0,"timeout":2000},"magnite":{"account_id":"10696","reload":"300000","site_id":"546462","ssp_priority":7,"zone_id":"3546342"},"pbm":{"desktop_id":"981698","endpoint":"hbopenbid.pubmatic.com/translator?","mobile_id":"981699","publisher_id":"156512","qa_site_id":"248764","reload":300000,"ssp_priority":1,"timeout":2000,"user_sync_endpoint":"ads.pubmatic.com/AdServer/js/user_sync.html"}},"script_delay":"0","script_tags_json":"","sibling_website_ids":null,"template_site":"0","test_child_id":"0","test_enabled":"0","test_traffic":"50","third_party_cookie":"0","top_stats_disabled":"0","tp_conversion_js":null,"use_website_cookie":"0","user_history_enabled":"0","v2_enabled":"0","vars":[{"code":"bouncex.gbi2 ? bouncex.gbi2.getFailedDeployments().join(',') : '';","default":"","name":"backfill_deployment","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"jQuery('iframe[data-bmsurvey][style*=\"display: block\"]').length \u003e 0;","default":"false","name":"brandmetrics_survey","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"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 \u0026\u0026 typeof googletag.pubads == 'function' \u0026\u0026 typeof googletag.pubads().getSlots == 'function'? googletag.pubads().getSlots() : [];\n var numSlots = slots.length;\n for (var i = 0; i \u003c numSlots; i++) {\n var slotInfo = slots[i] \u0026\u0026 typeof slots[i].getResponseInformation == 'function'? slots[i].getResponseInformation() : false;\n if (slotInfo \u0026\u0026 slotInfo.lineItemId) {\n bouncex.dfp_loaded = true;\n if (bouncex.website.gbi.rblocks \u0026\u0026 bouncex.website.gbi.rblocks.indexOf(slotInfo.lineItemId) \u003e -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 \u0026\u0026 googletag.apiReady \u0026\u0026 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})()","default":"false","name":"dfp_rblock","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"}],"website":"thehealthy.com","website_id":"3675","cache_meta":{"paths":{"1053764":"1053764-386b7d27d5129af1d381de28db9f5715","1054599":"1054599-8e4ef58fd47dff12c5335b08576381a0","1075246":"1075246-c03b2df3c9018e4a2a39a956e2c7e10e","1147645":"1147645-756a420968787f67897eb676fbfc29db","1150059":"1150059-e7879c888fb934b7c7785f326bd5cd62","1150063":"1150063-8f34912296ae0551a8c90684d0bfae4b","1182298":"1182298-bbc4207fa1738a3da29c60ca16779c73","1202468":"1202468-6ecb2cec9f361b1abf35f9826dd2aa14","1202469":"1202469-0828c8f4e92b17653844a4b6790260ed","1208131":"1208131-14124f576d9f280d0783cb75276b680a","1208132":"1208132-0d5923994fd92cc372d50143bd4dcf96","1395888":"1395888-3e93bd6f52edfa62ae622fc228cc4ed2","1395889":"1395889-c7157a4f5b272c1aedd78a5f7c51d423","1509142":"1509142-f56be73b851105164b790dde98310c58","1509872":"1509872-5d0766d4aa78965b0fa6d14589a6c4dd","1796563":"1796563-75c491366bc144ec8b71bb8f3c75f28d","1873285":"1873285-ab237ad711a8d1995c5d6f01b0e9a415","1873286":"1873286-430de4d0c8d9d88847073c7c9dc4b330","1873299":"1873299-bfe0eb4d1ab31448206510ba5b889e1c","1984901":"1984901-2b70eb4b6aee6fecdc353df9c858b225","1984911":"1984911-e571bf6672201f9218716c22a3fc0892","1984913":"1984913-3f6475da733437bfbf577449b70d4f08","2125953":"2125953-95e954192a29e357ae621c8fad4bd033","2306587":"2306587-0e4ec2e2093de68a08488e0eadc62d4a","2306588":"2306588-bd04a19b06cdf7f25e2172c4c83f608e","2306589":"2306589-749080c83138be3892fb9371dba5696d","2306590":"2306590-8c393440ca486dee6f2656473f813e82","2306592":"2306592-af2c3be4dd498d08a4062abf345c6142","2308724":"2308724-5279b3e8e4d4871c87f7f8f2aa0edf34","2317479":"2317479-b56d21660da7bbf2b599df3746b05579","2429031":"2429031-362672105325c44291d23c86088d6b3e","2429033":"2429033-1759328a6c55e2ff8c3d616d1c189381","2429035":"2429035-a718b9da9d0c521b0d47bb314887930a","2429036":"2429036-d00d04d9811a78e021843a63d6e050f6","2526469":"2526469-955005d4748967c79e0563b4f6652799","2575439":"2575439-307ac904df432a5d0d863f45e317bb8b","2575441":"2575441-c22c9cef000672041c0e961daf7f152e","2575443":"2575443-34139c838304d158644356a05cde6bd9","2620960":"2620960-1f2d0ce9437384240837837a67d78ae6","2620962":"2620962-007afcefbd1f95c8b681b5bf0b897bbd","2620964":"2620964-52734ef83044c3f353c98fdf59cc443c","2620995":"2620995-cf407ee0a8a2f6fbec11e2ba1b85eb9b","2620996":"2620996-22593a040ffb3d4f919a5556831ab458","2620997":"2620997-8f002725ac1098aa10e252b4e214f48f","2677759":"2677759-626683e7869806fce102ad97b1df3eca","2677760":"2677760-1c7d5a22c8421395c68aa826d9496ea7","2724760":"2724760-c7c4431464d30e28f9d1ea661109979c","2724761":"2724761-e0771a640bdfc86e9fd2c6c990e10d0a","2724763":"2724763-3d459d163cd111c4f35674785b4dde6c","2724764":"2724764-661dff333bf41bba10337ab0d8f28c0c","2791952":"2791952-fa5968d157335ca44b59080dd3649f89","2896048":"2896048-63e5c67043fee9ddd4d8ab9acdacf4de","2896049":"2896049-0cfe125401a02f5f06148e541fdb47c3","2901771":"2901771-8361b9d89068d4042c8c40c7ea8fbf59","2901772":"2901772-88ef7323f8dc53bdfbe659a870c6e8a0","2903588":"2903588-72374d0d55bf8a24e9a781184673a08a","2903590":"2903590-092ab1b69c7aab901d809ff3dc83125c","2903592":"2903592-883c72560934e1c16647f6b792366d3e","2903594":"2903594-70019e74bedebd6a4b96e610fb911477","2903595":"2903595-f2cfe4f484c15b26b3306eceaec2ccfa","2903598":"2903598-5bb31e403b30a0dae989fbcfd879c8bb","2903599":"2903599-34f57e5a19d5e94aba32fb12b1391d12","2903601":"2903601-d6d48a9e6f41a75a63134af93fa2c16a","2951111":"2951111-adc1fccf09b576a9e0bd797afec90dd3","2951112":"2951112-4b744478ed7a3346275c195204f76f2d","2951114":"2951114-a3b03ecad27fd0f21f18b6593a51f9e9","2951115":"2951115-5c2b04b3f30c7ee3bc061fc6e069c245","2951117":"2951117-1ba56cf2a66dc1b16b13a9aa44f4ebfd","2951118":"2951118-fcee7a9b3fbe2da7ce1f478882ae59ba","2951120":"2951120-a1c257988452c07c8f1e6c9c835137e8","2951121":"2951121-418d13a6d1a78e66c20d9b36b71122d4","2953684":"2953684-758fff10870ac24488e8a133356b0f77","2953686":"2953686-e4d2e94983f64fc7808cb49691aaa406","2953688":"2953688-ab966137105056bdb3c377713c3c9078","2953690":"2953690-6e7a5ce28ffd23c7d0513d4456fa9980","2953691":"2953691-c56d0bbf14792fa7bd2c39984e543e9a","2953704":"2953704-c33080205e0b946e94070585fb726508","2953705":"2953705-27d514ec4faacf2e0291300314b553b2","2953706":"2953706-e418eec91c2b12f6ff7c13a5af76f096","2977617":"2977617-bffa3575fb1c9b2791caed49d0d48885","2977618":"2977618-c439279ef5498b12fb45908375f7c9a6","2977620":"2977620-096f3dacdbaf35a15686bf726297c080","2977621":"2977621-c6f00177f57d7351cc0717af9e643659","2977623":"2977623-66a165c0875065453ca8e15d4174b865","2977624":"2977624-5a9d7af2c1caf9c36703b9ac8d41e009","2977626":"2977626-1a9b989ae528c38c369385b5a9f77646","2977627":"2977627-44cde8fd44819ad997ce9e826f0b0890"},"index_live":"cache/3675/campaign-index-live-e9c3340c9f503adf96fa9b782e86ddff","index_test":"cache/3675/campaign-index-test-6211411d212c001b80d9e2960aed06b7"}});