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":[],"campaign_js":{"bottombar_pushup":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"impression","exclusions":[],"testmode":false,"ttype":"variation","val":"var $campaign = bouncex.campaigns[campaign_id].obj1,\n $creative = $campaign.find('.bx-creative');\n\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').length === 0) {\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushup');\n}\n\nfunction updatePushup() {\n var pushAmount = $creative.outerHeight(true);\n\n var styles = [\n '.pdp__sticky-footer, #oo_tab_circle, .grecaptcha-badge { margin-bottom: '+pushAmount+'px; }',\n '.left-navigation__links { padding-bottom: '+pushAmount+'px; }',\n '#bx-campaign-'+ca_id+'-clone .bx-creative { height: '+pushAmount+'px; }',\n '#bx-campaign-'+ca_id+' .bx-slab { height: 100%; }',\n ];\n \n $campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').text(styles.join(' '));\n}\n \nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushup);\n\nbouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updatePushup);\n \nbouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\n var cachedHeight = $creative.height();\n \n var onClickInterval = bouncex.setInterval2(function() {\n var currentHeight = $creative.height();\n \n if (currentHeight !== cachedHeight) {\n updatePushup();\n cachedHeight = currentHeight;\n }\n }, 20);\n \n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\n});\n\nupdatePushup();"},"bottombar_pushup_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-pushup-style').remove();\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);"},"bottombar_zindex":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('body[style*=\"overflow: hidden;\"] #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 3; } #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 99; } .pt_checkout ~ #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 10000; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"cornertab_pushup_clost":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-corner-pushup-style').remove();\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);"},"cornertab_pushup_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"impression","exclusions":[],"testmode":false,"ttype":"variation","val":"var $campaign = bouncex.campaigns[campaign_id].obj1,\n $creative = $campaign.find('.bx-creative');\n\nif ($campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').length === 0) {\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-corner-pushup');\n}\n\nfunction updateCornerPushup() {\n var pushAmount = $creative.outerHeight(true),\n pdpBottomBannerHeight = jQuery('.pdp__sticky-footer').length \u0026\u0026 bouncex.wndsize().width \u003e= 720 ? jQuery('.pdp__sticky-footer').outerHeight() : 0;\n \n var styles = [\n '#enterprise-footer.global-footer.site-nav { padding-bottom: '+(pushAmount+pdpBottomBannerHeight)+'px !important; }',\n '@media screen and (min-width: 720px) { #bx-campaign-' + campaign_id + ' .bx-slab { margin-bottom: '+pdpBottomBannerHeight+'px; }}'\n ];\n \n var stylesRight = [\n '#oo_tab_circle, .grecaptcha-badge { margin-bottom: '+(pushAmount+pdpBottomBannerHeight)+'px; }',\n ];\n \n var stylesLeft = [\n '@media screen and (min-width: 961px) { #bx-campaign-' + campaign_id + ' .bx-slab.bx-margin { margin-left: 190px !important; }}',\n ];\n \n styles.push($campaign.hasClass('bx-fixed-rb') ? stylesRight.join(' ') : stylesLeft.join(' '));\n \n $campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').text(styles.join(' '));\n \n if ($campaign.hasClass('bx-fixed-lb') \u0026\u0026 jQuery('.left-navigation:not([style*=\"display: none;\"])').length \u003e 0) {\n $campaign.find('.bx-slab').addClass('bx-margin');\n } else {\n $campaign.find('.bx-slab').removeClass('bx-margin');\n }\n}\n\nif ($campaign.hasClass('bx-fixed-rb') || $campaign.hasClass('bx-fixed-lb')) {\n bouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updateCornerPushup);\n\n bouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updateCornerPushup);\n \n bouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\n var cachedHeight = $creative.height();\n \n var onClickInterval = bouncex.setInterval2(function() {\n var currentHeight = $creative.height();\n \n if (currentHeight !== cachedHeight) {\n updateCornerPushup();\n cachedHeight = currentHeight;\n }\n }, 20);\n \n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\n });\n \n updateCornerPushup();\n bouncex.setTimeout2(function(){ updateCornerPushup }, 1000);\n}"},"cornertab_zindex":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"impression","exclusions":[],"testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 99; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"heading_focus":{"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":"/* focus outline adjustment - heading focus */\nbouncex.campaigns[ca_id].obj1.find('form:not(:has(.bx-2-heading))').each(function(i, formEl) {\n var $htmlHeadingElement = jQuery(formEl).find('h1, h2, h3, h4, h5, h6').eq(0);\n if ($htmlHeadingElement.length \u003e 0) {\n $htmlHeadingElement.addClass('bx-2-heading wknd-ally-focus').attr('tabindex', '-1');\n } else {\n var $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text-headline, .bx-row-text-subheadline)').eq(0);\n if ($headlineGroup.length === 0) {\n $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text)').eq(0);\n }\n $headlineGroup.find('.bx-row-text:first').nextUntil(':not(.bx-row-text, .bx-row-coupon)').addBack().wrapAll('\u003cdiv class=\"bx-2-heading wknd-ally-focus\" id=\"'+$headlineGroup.attr('id')+'-h2\" tabindex=\"-1\" role=\"heading\" aria-level=\"2\"\u003e\u003c/div\u003e'); \n }\n});"},"omniture_click_event":{"deployments":[[{"activation":"purpose","prop":"exactly","prop2":"emailcapture","prop3":"","val":""}]],"event":"click","inclusions":{"1835415":1,"1835418":1,"2047703":1,"2048027":1,"2048034":1,"2048150":1},"testmode":false,"ttype":"variation","val":"bouncex.omnitureLinkTrack('event417', 'WKND Clicks');"},"omniture_impression_event":{"deployments":[[{"activation":"purpose","prop":"exactly","prop2":"emailcapture","prop3":"","val":""}]],"event":"impression","inclusions":{"1835415":1,"1835418":1,"2047703":1,"2048027":1,"2048034":1,"2048150":1},"testmode":false,"ttype":"variation","val":"bouncex.omnitureLinkTrack('event415', 'WKND Impressions');"},"omniture_submit_event":{"deployments":[[{"activation":"purpose","prop":"exactly","prop2":"emailcapture","prop3":"","val":""}]],"event":"submission","inclusions":{"1835415":1,"1835418":1,"2047703":1,"2048027":1,"2048034":1,"2048150":1},"testmode":false,"ttype":"variation","val":"bouncex.omnitureLinkTrack('event416', 'WKND Submit');"},"remove_form_focus":{"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":"/* focus outline adjustment - remove form focus */\nbouncex.campaigns[ca_id].obj1.find('form').addClass('bx-ally-no-focus').removeAttr('tabindex role');"},"zindex_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-indexFix-style').remove();"}},"cart_rep":null,"casl_prevent_user_tracking":"1","client_id":null,"compliance":{"gdpr":0,"gmp":0,"whitelist_check":0},"compliance_json":"{\"gdpr\":0,\"gmp\":0,\"whitelist_check\":0}","confirmation_criteria":null,"confirmation_page":"","confirmation_url":null,"content_width":"900","contract_id":"3","cookie_type":"bind_to_domain","currency":"USD","custom_campaign_js":"{\"cornertab_pushup_fix\":{\"val\":\"var $campaign = bouncex.campaigns[campaign_id].obj1,\\n $creative = $campaign.find('.bx-creative');\\n\\nif ($campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').length === 0) {\\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-corner-pushup');\\n}\\n\\nfunction updateCornerPushup() {\\n var pushAmount = $creative.outerHeight(true),\\n pdpBottomBannerHeight = jQuery('.pdp__sticky-footer').length \u0026\u0026 bouncex.wndsize().width \u003e= 720 ? jQuery('.pdp__sticky-footer').outerHeight() : 0;\\n \\n var styles = [\\n '#enterprise-footer.global-footer.site-nav { padding-bottom: '+(pushAmount+pdpBottomBannerHeight)+'px !important; }',\\n '@media screen and (min-width: 720px) { #bx-campaign-' + campaign_id + ' .bx-slab { margin-bottom: '+pdpBottomBannerHeight+'px; }}'\\n ];\\n \\n var stylesRight = [\\n '#oo_tab_circle, .grecaptcha-badge { margin-bottom: '+(pushAmount+pdpBottomBannerHeight)+'px; }',\\n ];\\n \\n var stylesLeft = [\\n '@media screen and (min-width: 961px) { #bx-campaign-' + campaign_id + ' .bx-slab.bx-margin { margin-left: 190px !important; }}',\\n ];\\n \\n styles.push($campaign.hasClass('bx-fixed-rb') ? stylesRight.join(' ') : stylesLeft.join(' '));\\n \\n $campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').text(styles.join(' '));\\n \\n if ($campaign.hasClass('bx-fixed-lb') \u0026\u0026 jQuery('.left-navigation:not([style*=\\\"display: none;\\\"])').length \u003e 0) {\\n $campaign.find('.bx-slab').addClass('bx-margin');\\n } else {\\n $campaign.find('.bx-slab').removeClass('bx-margin');\\n }\\n}\\n\\nif ($campaign.hasClass('bx-fixed-rb') || $campaign.hasClass('bx-fixed-lb')) {\\n bouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updateCornerPushup);\\n\\n bouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updateCornerPushup);\\n \\n bouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\\n var cachedHeight = $creative.height();\\n \\n var onClickInterval = bouncex.setInterval2(function() {\\n var currentHeight = $creative.height();\\n \\n if (currentHeight !== cachedHeight) {\\n updateCornerPushup();\\n cachedHeight = currentHeight;\\n }\\n }, 20);\\n \\n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\\n });\\n \\n updateCornerPushup();\\n bouncex.setTimeout2(function(){ updateCornerPushup }, 1000);\\n}\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"cornertab_zindex\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 99; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"cornertab_pushup_clost\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-corner-pushup-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"zindex_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-indexFix-style').remove();\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"1\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"remove_form_focus\":{\"val\":\"/* focus outline adjustment - remove form focus */\\nbouncex.campaigns[ca_id].obj1.find('form').addClass('bx-ally-no-focus').removeAttr('tabindex role');\",\"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\\\":\\\"\\\"}}}\"},\"heading_focus\":{\"val\":\"/* focus outline adjustment - heading focus */\\nbouncex.campaigns[ca_id].obj1.find('form:not(:has(.bx-2-heading))').each(function(i, formEl) {\\n var $htmlHeadingElement = jQuery(formEl).find('h1, h2, h3, h4, h5, h6').eq(0);\\n if ($htmlHeadingElement.length \u003e 0) {\\n $htmlHeadingElement.addClass('bx-2-heading wknd-ally-focus').attr('tabindex', '-1');\\n } else {\\n var $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text-headline, .bx-row-text-subheadline)').eq(0);\\n if ($headlineGroup.length === 0) {\\n $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text)').eq(0);\\n }\\n $headlineGroup.find('.bx-row-text:first').nextUntil(':not(.bx-row-text, .bx-row-coupon)').addBack().wrapAll('\u003cdiv class=\\\"bx-2-heading wknd-ally-focus\\\" id=\\\"'+$headlineGroup.attr('id')+'-h2\\\" tabindex=\\\"-1\\\" role=\\\"heading\\\" aria-level=\\\"2\\\"\u003e\u003c/div\u003e'); \\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\\\":\\\"\\\"}}}\"},\"bottombar_pushup\":{\"val\":\"var $campaign = bouncex.campaigns[campaign_id].obj1,\\n $creative = $campaign.find('.bx-creative');\\n\\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').length === 0) {\\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushup');\\n}\\n\\nfunction updatePushup() {\\n var pushAmount = $creative.outerHeight(true);\\n\\n var styles = [\\n '.pdp__sticky-footer, #oo_tab_circle, .grecaptcha-badge { margin-bottom: '+pushAmount+'px; }',\\n '.left-navigation__links { padding-bottom: '+pushAmount+'px; }',\\n '#bx-campaign-'+ca_id+'-clone .bx-creative { height: '+pushAmount+'px; }',\\n '#bx-campaign-'+ca_id+' .bx-slab { height: 100%; }',\\n ];\\n \\n $campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').text(styles.join(' '));\\n}\\n \\nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushup);\\n\\nbouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updatePushup);\\n \\nbouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\\n var cachedHeight = $creative.height();\\n \\n var onClickInterval = bouncex.setInterval2(function() {\\n var currentHeight = $creative.height();\\n \\n if (currentHeight !== cachedHeight) {\\n updatePushup();\\n cachedHeight = currentHeight;\\n }\\n }, 20);\\n \\n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\\n});\\n\\nupdatePushup();\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"bottombar_zindex\":{\"val\":\"bouncex.addCss('body[style*=\\\"overflow: hidden;\\\"] #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 3; } #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 99; } .pt_checkout ~ #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 10000; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"bottombar_pushup_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-pushup-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"omniture_impression_event\":{\"val\":\"bouncex.omnitureLinkTrack('event415', 'WKND Impressions');\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"emailcapture\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"inclusions\":{\"1835415\":1,\"1835418\":1,\"2047703\":1,\"2048027\":1,\"2048034\":1,\"2048150\":1}},\"omniture_click_event\":{\"val\":\"bouncex.omnitureLinkTrack('event417', 'WKND Clicks');\",\"event\":\"click\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"emailcapture\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"inclusions\":{\"1835415\":1,\"1835418\":1,\"2047703\":1,\"2048027\":1,\"2048034\":1,\"2048150\":1}},\"omniture_submit_event\":{\"val\":\"bouncex.omnitureLinkTrack('event416', 'WKND Submit');\",\"event\":\"submission\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"emailcapture\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"inclusions\":{\"1835415\":1,\"1835418\":1,\"2047703\":1,\"2048027\":1,\"2048034\":1,\"2048150\":1}}}","custom_js":"/* https://www.wrike.com/open.htm?id=1022669588 */\nbouncex.omnitureLinkTrack = function(event, label) {\n try {\n window.s.events = event;\n window.s.linkTrackEvents = event;\n window.s.tl(true, 'o', label);\n\twindow.s.events = undefined;\n } catch (e) {\n bouncex.err('BX Omniture Error: ' + e);\n }\n};","custom_liquid_variable":"{\"Address\":{\"val\":\"557 Broadway, New York, NY 10012 | 1-800-SCHOLASTIC\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BWImg1\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/e0c618ca417a9c30666fa3197c09a8fe.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"6kb\",\"imgWidth\":\"102px\",\"imgHeight\":\"96px\"},\"BWModule2Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/7005b5f83c96f914fe8be8c4b0643389.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"21kb\",\"imgWidth\":\"1000px\",\"imgHeight\":\"224px\"},\"BelowHeroBannerImg\":{\"val\":\"\",\"promoVal\":\"https://assets.bounceexchange.com/assets/uploads/users/7804/4f95a7f69bc1e1be94707fca8188316a.png\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2023-12-13T14:00:00.000Z\",\"startTime\":null,\"endDate\":\"2023-12-15T08:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"2000px\",\"imgHeight\":\"690px\"},\"BelowHeroBannerUrl\":{\"val\":\"\",\"promoVal\":\"https://shop.scholastic.com/parent-ecommerce/featured-shops/holiday-gift-guide.html\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2023-12-13T14:00:00.000Z\",\"startTime\":null,\"endDate\":\"2023-12-15T08:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"2000px\",\"imgHeight\":\"690px\"},\"BelowProdGridBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowProdGridBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"CartTopCat1Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6375/11b8afea92332ce8f8e1d14f4c396746.png\",\"promoVal\":\"\",\"description\":\"Great book for every grade.\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"99kb\",\"imgWidth\":\"1000px\",\"imgHeight\":\"276px\"},\"CartTopCat2Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6375/553c6920a394a7faad2c94080c512797.jpg\",\"promoVal\":\"\",\"description\":\"Pre-K\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"26kb\",\"imgWidth\":\"250px\",\"imgHeight\":\"168px\"},\"CartTopCat3Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6375/cf2490280582acbf3243eb0728d61549.jpg\",\"promoVal\":\"\",\"description\":\"K\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"18kb\",\"imgWidth\":\"250px\",\"imgHeight\":\"168px\"},\"CartTopCat4Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6375/aeafed948b0e7f5b9a89553dcfaf120d.jpg\",\"promoVal\":\"\",\"description\":\"1st grade\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"21kb\",\"imgWidth\":\"250px\",\"imgHeight\":\"168px\"},\"CartTopCat5Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6375/f0e00d9ff05ed4016ae9f1c6e28e0950.jpg\",\"promoVal\":\"\",\"description\":\"2nd Grade\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"21kb\",\"imgWidth\":\"250px\",\"imgHeight\":\"168px\"},\"CartTopCat6Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6375/c55edd6333b3acd8e64efd43be6774ae.jpg\",\"promoVal\":\"\",\"description\":\"3rd Grade\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"26kb\",\"imgWidth\":\"250px\",\"imgHeight\":\"234px\"},\"CartTopCat7Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6375/7f02b091710e269babdf0f1ed5815f8e.jpg\",\"promoVal\":\"\",\"description\":\"4th Grade\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"25kb\",\"imgWidth\":\"250px\",\"imgHeight\":\"234px\"},\"CartTopCat8Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6375/5d8410e328aa7598b33f8a01fad99f3e.jpg\",\"promoVal\":\"\",\"description\":\"5th Grade\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"26kb\",\"imgWidth\":\"250px\",\"imgHeight\":\"234px\"},\"CartTopCat9Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6375/36a8bba24b43e0304d9830a2e181e40e.jpg\",\"promoVal\":\"\",\"description\":\"6th Grade\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"26kb\",\"imgWidth\":\"250px\",\"imgHeight\":\"234px\"},\"ClientId\":{\"val\":\"5481\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ClientName\":{\"val\":\"Scholastic Inc.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"CorpName\":{\"val\":\"Email Marketing, Scholastic Inc.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"DeadZone\":{\"val\":\"true\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"EmailAddress\":{\"val\":\"scholastic@message.scholastic.com\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"HomepageUrl\":{\"val\":\"https://shop.scholastic.com/parent-ecommerce/parent-store.html\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimer\":{\"val\":\"Limit one per customer, valid only on first order. Code must be entered at checkout. Promotion cannot be combined with any other offers. Promotions, discounts, and gift codes apply to the order subtotal, before any taxes, shipping, handling or other fees. Promotions and coupons for The Scholastic Store do not apply to past purchases, subscription products, Scholastic Professional products, or the purchase of eGift Cards. Promotions are valid for orders from The Scholastic Store Online only and are not valid for Scholastic Teacher Store orders, Scholastic Book Club orders, or in-school Book Fair orders. Prices subject to change without\u0026nbsp;notice. \u003cbr\u003e\u0026nbsp;\u003cbr\u003eFree Standard Shipping is available on book-only orders of $25 or more, after any and all discounts are applied, and before applicable taxes, shipping, handling, and other fees. Free Standard Shipping (Books) must be selected during Checkout. Orders containing products other than books are not eligible for this shipping promotion. Other exclusions apply. \u003ca href=\\\"https://scholastic.force.com/scholasticfaqs/s/article/Free-Shipping-on-Book-Orders-over-25\\\" style=\\\"text-decoration:underline;color:#1880C0\\\" target=\\\"_blank\\\"\u003eLearn\u0026nbsp;More\u003c/a\u003e\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimer2\":{\"val\":\"Free Standard Shipping is available on book-only orders of $25 or more, after any and all discounts are applied, and before applicable taxes, shipping, handling, and other fees. Free Standard Shipping (Books) must be selected during Checkout. Orders containing products other than books are not eligible for this shipping promotion. Other exclusions apply. \u003ca href=\\\"https://scholastic.force.com/scholasticfaqs/s/article/Free-Shipping-on-Book-Orders-over-25\\\" style=\\\"text-decoration:underline;color:#1880C0\\\" target=\\\"_blank\\\"\u003eLearn\u0026nbsp;More\u003c/a\u003e\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimerPromo\":{\"val\":\"Promotion cannot be combined with any other offers. Promotions, discounts, and gift codes apply to the order subtotal, before any taxes, shipping, handling or other fees. Promotions and coupons for The Scholastic Store do not apply to past purchases, subscription products, Scholastic Professional products, or the purchase of eGift Cards. Promotions are valid for orders from The Scholastic Store Online only and are not valid for Scholastic Teacher Store orders, Scholastic Book Club orders, or in-school Book Fair orders. Prices subject to change without\u0026nbsp;notice. \u003cbr\u003e\u0026nbsp;\u003cbr\u003eFree Standard Shipping is available on book-only orders of $25 or more, after any and all discounts are applied, and before applicable taxes, shipping, handling, and other fees. Free Standard Shipping (Books) must be selected during Checkout. Orders containing products other than books are not eligible for this shipping promotion. Other exclusions apply. \u003ca href=\\\"https://scholastic.force.com/scholasticfaqs/s/article/Free-Shipping-on-Book-Orders-over-25\\\" style=\\\"text-decoration:underline;color:#1880C0\\\" target=\\\"_blank\\\"\u003eLearn More\u003c/a\u003e\",\"promoVal\":\"\",\"description\":\"promo series disclaimer\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOffer\":{\"val\":\"10%\",\"promoVal\":\"\",\"description\":\"evergreen offer for email bodies + SLs\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOffer2\":{\"val\":\"READMORE\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOfferPromo\":{\"val\":\"20% Off Sitewide\",\"promoVal\":\"\",\"description\":\"promo offer for email bodies\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOfferPromoSL\":{\"val\":\"20%\",\"promoVal\":\"\",\"description\":\"promo offer for subject lines\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"KidsUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"LogoImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/46f2c6c4a9737196e5a02ebeb6c41170.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"14kb\",\"imgWidth\":\"189px\",\"imgHeight\":\"77px\"},\"LogoImgWidth\":{\"val\":\"189\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ParentsUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"PrivacyUrl\":{\"val\":\"https://www.scholastic.com/privacy.htm\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ScholasticLogoImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/4d6c3650c650e67edf206f1700ad268e.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"3kb\",\"imgWidth\":\"348px\",\"imgHeight\":\"44px\"},\"SchoolReferralUrl\":{\"val\":\"https://shop.scholastic.com/parent-ecommerce/fair.html?\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ShippingImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/55abea52150e49dade1194d60a5b3b62.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"8kb\",\"imgWidth\":\"1000px\",\"imgHeight\":\"180px\"},\"ShippingUrl\":{\"val\":\"https://scholastic.force.com/scholasticfaqs/s/article/Free-Shipping-on-Book-Orders-over-25\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SocialLink1Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/0db5be28b1fbb80e2848ed4c5cf18ea0.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"2kb\",\"imgWidth\":\"120px\",\"imgHeight\":\"120px\"},\"SocialLink1Url\":{\"val\":\"https://www.facebook.com/Scholastic/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SocialLink2Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/f9962bd62da668e3ed114366b1b9a349.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"3kb\",\"imgWidth\":\"120px\",\"imgHeight\":\"120px\"},\"SocialLink2Url\":{\"val\":\"https://twitter.com/scholastic\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SocialLink3Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/f570830a3c3b4611af2479ae20dec766.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"3kb\",\"imgWidth\":\"120px\",\"imgHeight\":\"120px\"},\"SocialLink3Url\":{\"val\":\"https://www.pinterest.com/scholastic/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SocialLink4Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/7bbbd98209b5ad948cb999a8c309de70.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"4kb\",\"imgWidth\":\"120px\",\"imgHeight\":\"120px\"},\"SocialLink4Url\":{\"val\":\"https://www.instagram.com/scholastic/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Studio_BelowHeroBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowHeroBannerImg\"},\"Studio_BelowHeroBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowHeroBannerUrl\"},\"Studio_BelowProdGridBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowProdGridBannerImg\"},\"Studio_BelowProdGridBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowProdGridBannerUrl\"},\"Studio_CartCustomerDisclaimer\":{\"val\":\"\u003csup\u003e*\u003c/sup\u003eFree Standard Shipping is available on book-only orders of $25 or more, after any and all discounts are applied, and before applicable taxes, shipping, handling, and other fees. Free Standard Shipping (Books) must be selected during Checkout. Orders containing products other than books are not eligible for this shipping promotion. Other exclusions apply. \u003ca href=\\\"https://scholastic.force.com/scholasticfaqs/s/article/Free-Shipping-on-Book-Orders-over-25\\\" style=\\\"text-decoration:underline;color:#1880C0\\\" target=\\\"_blank\\\"\u003eLearn\u0026nbsp;More\u003c/a\u003e\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_CartProspectDisclaimer\":{\"val\":\"\u003csup\u003e*\u003c/sup\u003eLimit one per customer, valid only on first order. Code must be entered at checkout. Promotion cannot be combined with any other offers. Promotions, discounts, and gift codes apply to the order subtotal, before any taxes, shipping, handling, or other fees. Promotions and coupons for The Scholastic Store do not apply to past purchases, subscription products, Scholastic Professional products, or the purchase of eGift cards. Promotions are valid for orders from The Scholastic Store only and are not valid for Scholastic Teacher Store orders, Scholastic Book Clubs orders, or in-school Book Fair orders. Prices subject to change without notice.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_FirstItemCartUrl\":{\"val\":\"{{ if $.CartItems }}{{ $FirstItem := index $.CartItems 0 }}{{ $CartSuffix := printf \\\"#bx_cart=%s\\\" ( base64 $.CartJSON ) }}{{ $FirstItem.url }}{{ $CartSuffix }}{{ end }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_Footer\":{\"val\":\"Please add \u003ca href=\\\"mailto:store@message.scholastic.com\\\" style=\\\"text-decoration:underline;color:#1880C0;\\\" target=\\\"_blank\\\"\u003estore@message.scholastic.com\u003c/a\u003e to your address book.\u003cbr\u003e\u003cbr\u003eWe hope you enjoyed receiving this message from The Scholastic Store Online.\u003cbr\u003e\u003cbr\u003e Your email address is: {{ $.ToEmail }}.\u003cspan style=\\\"color:#1880C0;text-decoration:underline;\\\"\u003e\u003c/span\u003e\u003cbr\u003e\u003cbr\u003eIf you would rather not receive promotional emails from Scholastic Store Online, Please \u003ca href=\\\"{{ $.IbxUnsubscribeEsp }}\\\" style=\\\"text-decoration:underline;color:#1880C0;\\\" target=\\\"_blank\\\"\u003efollow\u0026nbsp;this link\u003c/a\u003e.\u003cbr\u003e\u0026nbsp;\u003cbr\u003eEmail Marketing, Scholastic, 557 Broadway, New York, NY 10012 | 1-800-SCHOLASTIC \u003cbr\u003e\u0026nbsp;\u003cbr\u003e \u003ca href=\\\"https://www.scholastic.com/site/privacy.html\\\" style=\\\"text-decoration:underline;color:#1880C0;\\\" target=\\\"_blank\\\"\u003ePRIVACY POLICY\u003c/a\u003e | \u003cspan data-wknd-custom=\\\"text\\\" style=\\\"text-decoration: underline; color: rgb(24, 128, 192);\\\"\u003e\u003ca href=\\\"https://shop.scholastic.com/parent-ecommerce/parent-store.html\\\" style=\\\"text-decoration: underline; color: rgb(24, 128, 192);\\\" target=\\\"_blank\\\" id=\\\"wknd-7557048\\\"\u003eScholastic Inc.\u003c/a\u003e\u003c/span\u003e| \u003ca href=\\\"https://www.scholastic.com/terms.htm\\\" style=\\\"text-decoration:underline;color:#1880C0;\\\" target=\\\"_blank\\\"\u003eTerms of Use\u003c/a\u003e\u003cbr\u003e\u0026nbsp;\u003cbr\u003e©1996-2025 Scholastic Inc.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"links\"},\"Studio_HomepageCartUrl\":{\"val\":\"{{ $CartSuffix := printf \\\"#bx_cart=%s\\\" ( base64 $.CartJSON ) }}$HomepageUrl{{ $CartSuffix }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\",\"label\":\"$HomepageCartUrl\"},\"Studio_HomepageUrl\":{\"val\":\"https://shop.scholastic.com/parent-ecommerce/parent-store.html\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\",\"label\":\"$HomepageUrl\"},\"Studio_IbxElevatedOffer\":{\"val\":\"15%\",\"promoVal\":\"25%\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-12-02T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-05T08:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_IbxOffer\":{\"val\":\"10%\",\"promoVal\":\"25%\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-22T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-05T08:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_IbxOffer15\":{\"val\":\"15%\",\"promoVal\":\"25%\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-22T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-05T08:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_ListPageUrl\":{\"val\":\"{{ $.ListPageUrl }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\",\"label\":\"$ListPageUrl\"},\"Studio_Offer2\":{\"val\":\"$5\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_SMSclickthroughURL\":{\"val\":\"https://shop.scholastic.com/parent-ecommerce/parent-store.html\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"links\"},\"Studio_TopBannerImg\":{\"val\":\"\",\"promoVal\":\"https://storage.googleapis.com/bx-production-coreapi-studio-static/assets/uploads/clients/5481/images/67faf023-0a36-457e-a5bf-26d041877662.jpg\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2025-04-07T04:00:00.000Z\",\"startTime\":null,\"endDate\":\"2025-04-12T03:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$TopBannerImg\"},\"Studio_TopBannerUrl\":{\"val\":\"https://shop.scholastic.com/parent-ecommerce/parent-store.html\",\"promoVal\":\"https://shop.scholastic.com/parent-ecommerce/parent-store.html\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-22T11:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-05T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$TopBannerUrl\"},\"TeachersUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TermsOfUseUrl\":{\"val\":\"https://www.scholastic.com/terms.htm\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TextOffer\":{\"val\":\"10%\",\"promoVal\":\"25%\",\"description\":\"should be 10%\",\"enabled\":true,\"startDate\":\"2024-11-22T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-05T08:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TextSendOffer1\":{\"val\":\"15%\",\"promoVal\":\"25%\",\"description\":\"should be 15%\",\"enabled\":true,\"startDate\":\"2024-11-22T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-05T08:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TextSendOffer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TextSendOffer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopBannerImg\":{\"val\":\"\",\"promoVal\":\"https://assets.bounceexchange.com/assets/uploads/users/7804/202df6c41bb1753bb3801290efaf06e7.jpg\",\"description\":\"\",\"enabled\":false,\"startDate\":\"2024-06-20\",\"startTime\":\"20:00\",\"endDate\":\"2024-08-20\",\"endTime\":\"20:00\",\"imgSize\":\"\",\"imgWidth\":\"1200px\",\"imgHeight\":\"300px\"},\"TopBannerUrl\":{\"val\":\"https://shop.scholastic.com/parent-ecommerce/parent-store.html\",\"promoVal\":\"https://shop.scholastic.com/parent-ecommerce/featured-shops/back-to-school.html\",\"description\":\"\",\"enabled\":false,\"startDate\":\"2024-06-20\",\"startTime\":\"20:00\",\"endDate\":\"2024-08-20\",\"endTime\":\"20:00\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat1Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/55abea52150e49dade1194d60a5b3b62.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"8kb\",\"imgWidth\":\"1000px\",\"imgHeight\":\"180px\"},\"TopCat1Url\":{\"val\":\"https://shop.scholastic.com/parent-ecommerce/parent-store.html\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat2Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/8e0cc2ae1231b792b00caa628553a521.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"4kb\",\"imgWidth\":\"262px\",\"imgHeight\":\"200px\"},\"TopCat2Url\":{\"val\":\"https://shop.scholastic.com/parent-ecommerce/grades/pre-k.html\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat3Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/cf8629fd9bb80f37938bb47f7bd2f7ef.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"3kb\",\"imgWidth\":\"238px\",\"imgHeight\":\"200px\"},\"TopCat3Url\":{\"val\":\"https://shop.scholastic.com/parent-ecommerce/grades/kindergarten.html\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat4Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/92659aea048b3a11d144bd860da9e598.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"4kb\",\"imgWidth\":\"240px\",\"imgHeight\":\"200px\"},\"TopCat4Url\":{\"val\":\"https://shop.scholastic.com/parent-ecommerce/grades/1st-grade.html\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat5Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/5178c6b59f484846aaba1ce888d73cd0.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"4kb\",\"imgWidth\":\"260px\",\"imgHeight\":\"200px\"},\"TopCat5Url\":{\"val\":\"https://shop.scholastic.com/parent-ecommerce/grades/2nd-grade.html\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat6Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/7bfde84caf01835432a8f680c69db616.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"5kb\",\"imgWidth\":\"262px\",\"imgHeight\":\"268px\"},\"TopCat6Url\":{\"val\":\"https://shop.scholastic.com/parent-ecommerce/grades/3rd-grade.html\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat7Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/6db675ef5ab7b59088d39e3700eddb0e.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"4kb\",\"imgWidth\":\"238px\",\"imgHeight\":\"268px\"},\"TopCat7Url\":{\"val\":\"https://shop.scholastic.com/parent-ecommerce/grades/4th-grade.html\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat8Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/f85d4dea46220a136f8beb7ab6495579.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"4kb\",\"imgWidth\":\"240px\",\"imgHeight\":\"268px\"},\"TopCat8Url\":{\"val\":\"https://shop.scholastic.com/parent-ecommerce/grades/5th-grade.html\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat9Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8134/af34cc77ce0044ef2535cb13ac97cd21.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"4kb\",\"imgWidth\":\"260px\",\"imgHeight\":\"268px\"},\"TopCat9Url\":{\"val\":\"https://shop.scholastic.com/parent-ecommerce/grades/6th-grade.html\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode1\":{\"val\":\"{cpn_couponcode|default}\",\"promoVal\":\"\",\"description\":\"evergreen code\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode2\":{\"val\":\"{cpn_couponcode15|default}\",\"promoVal\":\"\",\"description\":\"promo period code\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer1\":{\"val\":\"Offer Valid for New Customers Only.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-22T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-05T08:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer2\":{\"val\":\"your next order when you sign up for texts\",\"promoVal\":\"your order\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-22T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-05T08:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer1\":{\"val\":\"10%\",\"promoVal\":\"25%\",\"description\":\"evergreen offer, 10%\",\"enabled\":true,\"startDate\":\"2024-11-22T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-05T08:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer2\":{\"val\":\"15%\",\"promoVal\":\"25%\",\"description\":\"text offer, 15%\",\"enabled\":true,\"startDate\":\"2024-11-22T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-05T08:00:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"}}","custom_variable":"{\"logged_in\":{\"default\":\"false\",\"polling\":\"all\",\"persist\":\"visit\",\"val\":\"bouncex.utils.getNestedProp('aso.user.is_logged_in', null);\",\"t\":\"bool\",\"page_type_json\":[],\"testmode\":false},\"ever_logged_in\":{\"default\":\"false\",\"polling\":\"none\",\"persist\":\"permanent\",\"val\":\"bouncex.vars.logged_in || null;\",\"t\":\"bool\",\"page_type_json\":[],\"testmode\":false},\"cart_qty\":{\"default\":\"0\",\"polling\":\"all\",\"persist\":\"no\",\"val\":\"(function(){\\n if(bouncex.website.pts === 'cart') {\\n return Number(jQuery('.cart-items \u003e span').text().replace(/[^0-9.]/g,''));\\n } else if(bouncex.website.pts === 'checkout') {\\n return Number(jQuery('.sec-edit').text().replace(/[^0-9.]/g,''));\\n }\\n return Number(jQuery('.aso-navigation__cart__rectangle__counter').text().replace(/[^0-9.]/g,''));\\n})();\",\"t\":\"int\",\"page_type_json\":[],\"testmode\":false},\"cart_value\":{\"default\":\"0\",\"polling\":\"all\",\"persist\":\"no\",\"val\":\"(function(){\\n if(bouncex.website.pts === 'cart') {\\n return Number(jQuery('.list-cart-total span.amount').text().replace(/[^0-9.]/g,''));\\n } else if(bouncex.website.pts === 'checkout') {\\n return Number(jQuery('.list-cart-total \u003e li:nth-child(1) span').text().replace(/[^0-9.]/g,''));\\n }\\n return Number(jQuery('.aso-navigation__cart__minicart__footer__cartSummary__quantAndPrice__totalPrice').text().replace(/[^0-9.]/g,''));\\n})();\",\"t\":\"float\",\"page_type_json\":[],\"testmode\":false},\"prod_price\":{\"default\":\"false\",\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"t\":\"float\",\"page_type_json\":[],\"testmode\":true},\"prod_name\":{\"default\":\"false\",\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"t\":\"string\",\"page_type_json\":[],\"testmode\":true},\"in_stock\":{\"default\":\"false\",\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"t\":\"bool\",\"page_type_json\":[],\"testmode\":true},\"submitted_onsite\":{\"polling\":\"none\",\"persist\":\"permanent\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[],\"testmode\":true},\"page_url\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[\"category\",\"search\"],\"testmode\":true},\"cart_token\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"cart_items\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"cart\":{\"polling\":\"none\",\"persist\":\"permanent\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"cookie_modal_present\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"page_type\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"bouncex.website.pts;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false}}","deployment_json":null,"deployment_presets":{"Customer 15% off Text Top Bar":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"_welcome_customer"}]],"Email Capture Eligible":[[{"activation":"customer","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"submitted_email","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"/COSummary-Submit"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"eml=SSO"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"utm_source=wunderkind"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=email"}],[{"activation":"variable","prop":"equal","prop2":"logged_in","prop3":"","val":"false"}],[{"activation":"variable","prop":"equal","prop2":"ever_logged_in","prop3":"","val":"false"}],[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"parent-ecommerce"}]],"Exclude Checkout Pages":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"cart"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"demandware.store"}]],"IBX Continuity - Back in Stock":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_backstock_prospect_email1_of_2"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_backstock_prospect_email2_of_2"}]],"IBX Continuity - Cart Abandon":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandoncart_prospect_email1_of_4"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandoncart_prospect_email2_of_4"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandoncart_prospect_email3_of_4"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandoncart_prospect_email4_of_4"}]],"IBX Continuity - Category Abandon":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandoncat_prospect_email1_of_4"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandoncat_prospect_email2_of_4"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandoncat_prospect_email3_of_4"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandoncat_prospect_email4_of_4"}]],"IBX Continuity - Product Abandon":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandonproduct_prospect_email1_of_4"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandonproduct_prospect_email2_of_4"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandonproduct_prospect_email3_of_4"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandonproduct_prospect_email4_of_4"}]],"IBX Continuity - Welcome":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_behavioralwelcome_prospect_email1"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_behavioralwelcome_prospect_email2"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_behavioralwelcome_prospect_email3"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_behavioralwelcome_prospect_email4"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_behavioralwelcome_prospect_email5"}]],"IBX Continuity 15% off":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"?eml=SSO_abandonproduct_prospect_email5_of_5"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"?eml=SSO_abandoncart_prospect_email5_of_5"}]],"IBX Customers 10% off test":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"?eml=SSO_abandoncart_customer_email3_of_3_10off"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"?eml=SSO_abandoncat_customer_email3_of_3_10off"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"?eml=SSO_abandonproduct_customer_email3_of_3_10off"}]],"Items in Cart":[[{"activation":"variable","prop":"greater","prop2":"cart_qty","prop3":"","val":"0"}],[{"activation":"variable","prop":"greater","prop2":"cart_value","prop3":"","val":"0"}]],"Off for BFCM":[[{"activation":"date","prop":"less","prop2":"","prop3":"","val":"11/22/2024 00:00"},{"activation":"date","prop":"greater","prop2":"","prop3":"","val":"12/05/2024 03:00"}]],"Promo Period":[[{"activation":"date","prop":"greater_equal","prop2":"","prop3":"","val":"08/01/2023 00:01"}],[{"activation":"date","prop":"less_equal","prop2":"","prop3":"","val":"08/05/2023 23:59"}]],"Scholastic Website Exclusions":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"clubs.scholastic.com"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"teacher.scholastic.com/education"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"investor.scholastic.com"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"mediaroom.scholastic.com"}]],"Text Opt-In Eligible":[[{"activation":"location","prop":"exactly","prop2":"country","prop3":"","val":"US"}],[{"activation":"submitted_phone","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=text"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"sms_click"}]],"Text Prospect Continuity Bar":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"_prospect_text"}]],"URL Exclusions":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/aboutscholastic"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"SSO_TY_SignUp"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/privacy"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/terms"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/aboutscholastic"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/careers"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"mediaroom.scholastic.com/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/productsafety"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"contactus"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"investor.scholastic.com"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"global-websites"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"corporate-social-responsibility"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"sustainability"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"sitemap"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"kids.scholastic.com/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/librarians"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"clubs.scholastic.com/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"scholastic.com/parents"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"bookfairs"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/giftcard"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"klutz"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"teachers"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"teachers-ecommerce"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"classroommagazines"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"teachables"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"teacher.scholastic.com/education"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"teaching-tools"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"scholasticfaqs"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"share"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"POCover"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"account"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"clubs.scholastic.com"}]]},"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":null,"dt_inserted_unix":"1660754111","els":[],"enable_advanced_cookie":"0","enable_ally":"0","enable_bpush":"0","enable_ga_integration":"1","enable_iframe":"0","enable_waypoints":"0","enabled":"1","encrypt_email":"0","encrypt_email_two_way":"0","event_stream_enabled":"1","event_tracking_enabled":"1","event_tracking_js":"/* ---------------------------- SHARED VARIABLES ---------------------------- */\r\n\r\nvar CLEAN_URL = bouncex.utils.url.allowParams();\r\nvar SEARCH_URL = bouncex.utils.url.allowParams(\"text\");\r\n\r\n/* --------------------------------- HELPERS -------------------------------- */\r\n\r\nfunction getItemCategory(){\r\n var category = \"Global\"; \r\n \r\n if(jQuery('meta[name=\"page-tags\"]') \u0026\u0026 jQuery('meta[name=\"page-tags\"]').attr('content').indexOf('|') \u003e -1){\r\n var splitCategories = jQuery('meta[name=\"page-tags\"]').attr('content').split('|')\r\n category = splitCategories[splitCategories.length - 1]\r\n } \r\n\r\n return category;\r\n}\r\n\r\n\r\nfunction cleanItemCopy(){\r\n var itemCopy = jQuery('h1.pdp__title').text().trim();\r\n if(itemCopy.indexOf('(') \u003e -1){\r\n itemCopy = itemCopy.split('(')[0]\r\n }\r\n return itemCopy\r\n}\r\n\r\n/* ------------------------------ ITEM TRACKING ----------------------------- */\r\n\r\nfunction getItem() {\r\n return {\r\n id: jQuery('.pdp__cta').attr('data-isbn'), \r\n copy: cleanItemCopy(),\r\n category: getItemCategory(),\r\n url: CLEAN_URL,\r\n imageurl:jQuery('meta[property=\"og:image\"]').attr('content'),\r\n instock: !jQuery('.pdp__oos-label:visible').length \u003e 0\r\n };\r\n}\r\n\r\nfunction fireViewItem(id) {\r\n bouncex.push(['view item', { \r\n 'item:id': id\r\n }]);\r\n}\r\n\r\nfunction initializeItemEvents() {\r\n var item;\r\n\r\n bouncex.et.onTrue(\r\n function () {\r\n item = getItem();\r\n return !!item.id \u0026\u0026\r\n !!item.copy \u0026\u0026\r\n !!item.category \u0026\u0026\r\n !!item.url \u0026\u0026\r\n !!item.imageurl \u0026\u0026 \r\n item.imageurl.indexOf(item.id) \u003e -1;\r\n },\r\n function () {\r\n if (item.url.indexOf('gift-card') \u003e -1) {\r\n return;\r\n }\r\n bouncex.push(['item', item]);\r\n\r\n item.groupId = jQuery('.pdp__cta').attr('data-isbn');\r\n fireSelectSku(item.id, item.groupId);\r\n fireViewItem(item.id);\r\n // bouncex.et.on(bouncex.document, 'ajaxComplete.wknd', trackAJAXCart);\r\n },\r\n 10\r\n );\r\n}\r\n\r\n/* ------------------------------ SKU TRACKING ------------------------------ */\r\n\r\nfunction fireSelectSku(itemId, groupId){\r\n bouncex.push([\r\n 'select_sku',\r\n {\r\n 'item:id': itemId,\r\n 'item:itemgroupid': groupId,\r\n 'item:feedid': itemId\r\n }\r\n ]);\r\n}\r\n\r\n\r\n/* ---------------------------- CATEGORY TRACKING --------------------------- */\r\n\r\nfunction getItemIdsCat() {\r\n var ids = [];\r\n\r\n jQuery('a.cio-search-result').each(function(i, e){\r\n var id = jQuery(e).find('div[data-bv-show=\"inline_rating\"]').attr('data-bv-product-id');\r\n if (id \u0026\u0026 ids.indexOf(id) \u003c 0) {\r\n ids.push(id);\r\n }\r\n });\r\n\r\n return ids.join(',');\r\n}\r\n\r\nfunction getCategoryObject() {\r\n return {\r\n 'page:url': SEARCH_URL,\r\n 'items:ids': getItemIdsCat()\r\n };\r\n}\r\n\r\nfunction initializeCategoryEvents() {\r\n var categoryObj;\r\n\r\n bouncex.et.onTrue(\r\n function () {\r\n categoryObj = getCategoryObject();\r\n return !!categoryObj['items:ids'].length \u0026\u0026\r\n !!categoryObj['page:url'];\r\n },\r\n function () {\r\n bouncex.push(['view category', categoryObj]);\r\n },\r\n 10\r\n );\r\n}\r\n\r\n/* ------------------------------- CART EVENTS ------------------------------ */\r\n\r\nfunction fireAddToCart(itemId) {\r\n if (!itemId) {\r\n return;\r\n }\r\n \r\n bouncex.push(['add to cart', {\r\n 'item:id': itemId\r\n }]);\r\n\r\n if (bouncex.vars.cart) {\r\n return;\r\n }\r\n bouncex.setVar('cart', true);\r\n}\r\n\r\nfunction trackAJAXCart(e, xhr, settings) {\r\n if (\r\n settings.url.indexOf('/Cart-AddItemToCart') \u003e -1\r\n \u0026\u0026 !bouncex.utils.url.getParam('bx_cart')\r\n \u0026\u0026 xhr.status === 200\r\n ) {\r\n \r\n var id = bouncex.utils.url.getParam('partNumber', settings.url).split('-')[0];\r\n\r\n if (!id) {\r\n return;\r\n }\r\n\r\n fireAddToCart(id);\r\n }\r\n}\r\n\r\nfunction emptyCart() {\r\n bouncex.et.onVarChange('cart_qty', function (oldVal, newVal) {\r\n if (bouncex.vars.cart \u0026\u0026 newVal === 0 \u0026\u0026 oldVal \u003e 0) {\r\n bouncex.push(['empty_cart']);\r\n bouncex.setVar('cart', false);\r\n }\r\n });\r\n \r\n if(jQuery('#EmptyCartPageContent h2').text().trim().indexOf('empty') \u003e -1 \u0026\u0026 !!bouncex.vars.cart){\r\n bouncex.push(['empty_cart']);\r\n bouncex.setVar('cart', false);\r\n }\r\n \r\n}\r\n\r\nfunction initializeCartEvents() {\r\n bouncex.et.cart.init({\r\n replenish: function () { },\r\n replenishmentType: 'single'\r\n });\r\n\r\n bouncex.et.on(bouncex.document, 'ajaxComplete.wknd', trackAJAXCart);\r\n\r\n emptyCart();\r\n}\r\n\r\n/* ------------------------------ USER TRACKING ----------------------------- */\r\n\r\nfunction initializeUserTracking() {\r\n var logged_in = !!bouncex.utils.getNestedProp('utag_data.user_email');\r\n if (!logged_in || !!bouncex.vars.logged_in_identified) {\r\n return;\r\n }\r\n\r\n var userEmail;\r\n\r\n bouncex.et.onTrue(\r\n function () {\r\n userEmail = bouncex.utils.getNestedProp('utag_data.user_email');\r\n return bouncex.utils.validate.email(userEmail);\r\n },\r\n function () {\r\n bouncex.push([\r\n 'user',\r\n {\r\n 'email': userEmail,\r\n 'source': 'LoggedIn'\r\n }\r\n ]);\r\n bouncex.setVar('logged_in_identified', true);\r\n },\r\n 5\r\n );\r\n}\r\n\r\n/* --------------------------- QUICKVIEW TRACKING -------------------------- */\r\nfunction initializeQuickviewEvents(){\r\n bouncex.et.onVisible('#quicklook-overlay', function(elem){\r\n var pdpID;\r\n bouncex.et.onTrue(function(){\r\n pdpID = jQuery(elem).find('div[data-bv-show=\"inline_rating\"]').attr('data-bv-product-id');\r\n return !!pdpID;\r\n }, function(){\r\n var itemId = pdpID,\r\n itemGroupId = pdpID;\r\n \r\n if (itemId \u0026\u0026 itemGroupId){\r\n fireViewItem(itemId);\r\n fireSelectSku(itemId, itemGroupId);\r\n // bouncex.et.on(bouncex.document, 'ajaxComplete.wknd', trackAJAXCart);\r\n }\r\n }, 10);\r\n });\r\n}\r\n\r\n/* --------------------------- INITIALIZE TRACKING -------------------------- */\r\n\r\nfunction isValidDomain() {\r\n return CLEAN_URL.indexOf('shop.scholastic.com') \u003e -1;\r\n}\r\n\r\nfunction isEn() {\r\n return bouncex.html.attr('lang') === 'en';\r\n}\r\n\r\nfunction isValidForTracking() {\r\n return isValidDomain() \u0026\u0026 isEn();\r\n}\r\n\r\nfunction init() {\r\n if (!isValidForTracking()) {\r\n return;\r\n }\r\n\r\n initializeUserTracking();\r\n initializeCartEvents();\r\n initializeQuickviewEvents();\r\n\r\n switch (bouncex.website.pts) {\r\n case 'category':\r\n case 'search':\r\n initializeCategoryEvents();\r\n break;\r\n case 'product':\r\n initializeItemEvents();\r\n break;\r\n case 'cart':\r\n emptyCart();\r\n break;\r\n default:\r\n break;\r\n }\r\n}\r\n\r\ninit();","event_tracking_test_mode":"0","fastboot_enabled":"1","feed_config_json":"{\n \"WebsiteID\": \"5481\",\n \"Type\": \"product\",\n \"StepsToRun\": [\n \"import\"\n ],\n \"Source\": {\n \"Transport\": \"sftp\",\n \"Format\": \"csv\",\n \"ClientFeedCredsID\": \"5481/source\",\n \"FormatConfig\": {\n \"Type\": \"product\",\n \"Separator\": \"\\t\",\n \"FixQuotes\": true,\n \"Mappings\": [\n {\n \"BXField\": \"ID\",\n \"ClientField\": \"Product ID\"\n },\n {\n \"BXField\": \"Description\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"ItemGroupID\",\n \"ClientField\": \"Product ID\"\n },\n {\n \"BXField\": \"QuantityOnline\",\n \"ClientField\": \"Availability\"\n },\n {\n \"BXField\": \"Link\",\n \"ClientField\": \"Product Page URL\"\n },\n {\n \"BXField\": \"Price\",\n \"ClientField\": \"price\"\n },\n {\n \"BXField\": \"OriginalPrice\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"PromoPrice\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"MarkdownPrice\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Title\",\n \"ClientField\": \"title\"\n },\n {\n \"BXField\": \"ImageLink\",\n \"ClientField\": \"Image URL\"\n },\n {\n \"BXField\": \"Category\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Brand\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Color\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Margin\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"AvailabilityDate\",\n \"ClientField\": \"\",\n \"ClientFormat\": \"2006-01-02 MST\"\n }\n ]\n }\n },\n \"ExportDestinations\": []\n}","force_https":"0","gbi_enabled":"0","global_control_size":"0","global_deployment":{"any_page_url|/COSummary-Submit|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"/COSummary-Submit"},"any_page_url|/COSummary-Submit|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"/COSummary-Submit"},"any_page_url|?eml=SSO_abandoncart_customer_email3_of_3_10off|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"?eml=SSO_abandoncart_customer_email3_of_3_10off"},"any_page_url|?eml=SSO_abandoncart_prospect_email5_of_5|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"?eml=SSO_abandoncart_prospect_email5_of_5"},"any_page_url|?eml=SSO_abandoncat_customer_email3_of_3_10off|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"?eml=SSO_abandoncat_customer_email3_of_3_10off"},"any_page_url|?eml=SSO_abandonproduct_customer_email3_of_3_10off|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"?eml=SSO_abandonproduct_customer_email3_of_3_10off"},"any_page_url|?eml=SSO_abandonproduct_prospect_email5_of_5|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"?eml=SSO_abandonproduct_prospect_email5_of_5"},"any_page_url|_prospect_text|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"_prospect_text"},"any_page_url|_welcome_customer|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"_welcome_customer"},"any_page_url|bxtest|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"bxtest"},"any_page_url|eml=SSO_abandoncart_prospect_email1_of_4|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandoncart_prospect_email1_of_4"},"any_page_url|eml=SSO_abandoncart_prospect_email2_of_4|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandoncart_prospect_email2_of_4"},"any_page_url|eml=SSO_abandoncart_prospect_email3_of_4|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandoncart_prospect_email3_of_4"},"any_page_url|eml=SSO_abandoncart_prospect_email4_of_4|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandoncart_prospect_email4_of_4"},"any_page_url|eml=SSO_abandoncat_prospect_email1_of_4|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandoncat_prospect_email1_of_4"},"any_page_url|eml=SSO_abandoncat_prospect_email2_of_4|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandoncat_prospect_email2_of_4"},"any_page_url|eml=SSO_abandoncat_prospect_email3_of_4|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandoncat_prospect_email3_of_4"},"any_page_url|eml=SSO_abandoncat_prospect_email4_of_4|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandoncat_prospect_email4_of_4"},"any_page_url|eml=SSO_abandonproduct_prospect_email1_of_4|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandonproduct_prospect_email1_of_4"},"any_page_url|eml=SSO_abandonproduct_prospect_email2_of_4|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandonproduct_prospect_email2_of_4"},"any_page_url|eml=SSO_abandonproduct_prospect_email3_of_4|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandonproduct_prospect_email3_of_4"},"any_page_url|eml=SSO_abandonproduct_prospect_email4_of_4|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_abandonproduct_prospect_email4_of_4"},"any_page_url|eml=SSO_backstock_prospect_email1_of_2|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_backstock_prospect_email1_of_2"},"any_page_url|eml=SSO_backstock_prospect_email2_of_2|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_backstock_prospect_email2_of_2"},"any_page_url|eml=SSO_behavioralwelcome_prospect_email1|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_behavioralwelcome_prospect_email1"},"any_page_url|eml=SSO_behavioralwelcome_prospect_email2|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_behavioralwelcome_prospect_email2"},"any_page_url|eml=SSO_behavioralwelcome_prospect_email3|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_behavioralwelcome_prospect_email3"},"any_page_url|eml=SSO_behavioralwelcome_prospect_email4|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_behavioralwelcome_prospect_email4"},"any_page_url|eml=SSO_behavioralwelcome_prospect_email5|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"eml=SSO_behavioralwelcome_prospect_email5"},"any_page_url|eml=SSO|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"eml=SSO"},"any_page_url|ondemand_prospect_cartmopup|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"ondemand_prospect_cartmopup"},"any_page_url|sms_click|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"sms_click"},"any_page_url|utm_medium=email|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=email"},"any_page_url|utm_medium=text|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=text"},"any_page_url|utm_source=wunderkind|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"utm_source=wunderkind"},"any_page_url|wknd|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"wknd"},"google_mobile_policy|session":{"activation":"google_mobile_policy","prop":"yes","prop2":"session","prop3":"","val":""}},"gmp_enabled":"1","gmp_url_exceptions":["gclid"],"google_analytics_id":null,"google_analytics_view_account":null,"google_analytics_view_id":null,"ibx_cart_replenishment_js":null,"ibx_tracking_enabled":"0","id":"5481","inbox_reporting_enabled":"1","lang":"english","liquid_vars":{"Address":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"557 Broadway, New York, NY 10012 | 1-800-SCHOLASTIC"},"BWImg1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"96px","imgSize":"6kb","imgWidth":"102px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/e0c618ca417a9c30666fa3197c09a8fe.png"},"BWModule2Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"224px","imgSize":"21kb","imgWidth":"1000px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/7005b5f83c96f914fe8be8c4b0643389.png"},"BelowHeroBannerImg":{"description":"","enabled":true,"endDate":"2023-12-15T08:00:00.000Z","endTime":null,"imgHeight":"690px","imgSize":"","imgWidth":"2000px","promoVal":"https://assets.bounceexchange.com/assets/uploads/users/7804/4f95a7f69bc1e1be94707fca8188316a.png","startDate":"2023-12-13T14:00:00.000Z","startTime":null,"val":""},"BelowHeroBannerUrl":{"description":"","enabled":true,"endDate":"2023-12-15T08:00:00.000Z","endTime":null,"imgHeight":"690px","imgSize":"","imgWidth":"2000px","promoVal":"https://shop.scholastic.com/parent-ecommerce/featured-shops/holiday-gift-guide.html","startDate":"2023-12-13T14:00:00.000Z","startTime":null,"val":""},"BelowProdGridBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"BelowProdGridBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"CartTopCat1Img":{"description":"Great book for every grade.","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"276px","imgSize":"99kb","imgWidth":"1000px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6375/11b8afea92332ce8f8e1d14f4c396746.png"},"CartTopCat2Img":{"description":"Pre-K","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"168px","imgSize":"26kb","imgWidth":"250px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6375/553c6920a394a7faad2c94080c512797.jpg"},"CartTopCat3Img":{"description":"K","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"168px","imgSize":"18kb","imgWidth":"250px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6375/cf2490280582acbf3243eb0728d61549.jpg"},"CartTopCat4Img":{"description":"1st grade","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"168px","imgSize":"21kb","imgWidth":"250px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6375/aeafed948b0e7f5b9a89553dcfaf120d.jpg"},"CartTopCat5Img":{"description":"2nd Grade","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"168px","imgSize":"21kb","imgWidth":"250px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6375/f0e00d9ff05ed4016ae9f1c6e28e0950.jpg"},"CartTopCat6Img":{"description":"3rd Grade","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"234px","imgSize":"26kb","imgWidth":"250px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6375/c55edd6333b3acd8e64efd43be6774ae.jpg"},"CartTopCat7Img":{"description":"4th Grade","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"234px","imgSize":"25kb","imgWidth":"250px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6375/7f02b091710e269babdf0f1ed5815f8e.jpg"},"CartTopCat8Img":{"description":"5th Grade","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"234px","imgSize":"26kb","imgWidth":"250px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6375/5d8410e328aa7598b33f8a01fad99f3e.jpg"},"CartTopCat9Img":{"description":"6th Grade","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"234px","imgSize":"26kb","imgWidth":"250px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6375/36a8bba24b43e0304d9830a2e181e40e.jpg"},"ClientId":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"5481"},"ClientName":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Scholastic Inc."},"CorpName":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Email Marketing, Scholastic Inc."},"DeadZone":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"true"},"EmailAddress":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"scholastic@message.scholastic.com"},"HomepageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://shop.scholastic.com/parent-ecommerce/parent-store.html"},"IbxDisclaimer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Limit one per customer, valid only on first order. Code must be entered at checkout. Promotion cannot be combined with any other offers. Promotions, discounts, and gift codes apply to the order subtotal, before any taxes, shipping, handling or other fees. Promotions and coupons for The Scholastic Store do not apply to past purchases, subscription products, Scholastic Professional products, or the purchase of eGift Cards. Promotions are valid for orders from The Scholastic Store Online only and are not valid for Scholastic Teacher Store orders, Scholastic Book Club orders, or in-school Book Fair orders. Prices subject to change without\u0026nbsp;notice. \u003cbr\u003e\u0026nbsp;\u003cbr\u003eFree Standard Shipping is available on book-only orders of $25 or more, after any and all discounts are applied, and before applicable taxes, shipping, handling, and other fees. Free Standard Shipping (Books) must be selected during Checkout. Orders containing products other than books are not eligible for this shipping promotion. Other exclusions apply. \u003ca href=\"https://scholastic.force.com/scholasticfaqs/s/article/Free-Shipping-on-Book-Orders-over-25\" style=\"text-decoration:underline;color:#1880C0\" target=\"_blank\"\u003eLearn\u0026nbsp;More\u003c/a\u003e"},"IbxDisclaimer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Free Standard Shipping is available on book-only orders of $25 or more, after any and all discounts are applied, and before applicable taxes, shipping, handling, and other fees. Free Standard Shipping (Books) must be selected during Checkout. Orders containing products other than books are not eligible for this shipping promotion. Other exclusions apply. \u003ca href=\"https://scholastic.force.com/scholasticfaqs/s/article/Free-Shipping-on-Book-Orders-over-25\" style=\"text-decoration:underline;color:#1880C0\" target=\"_blank\"\u003eLearn\u0026nbsp;More\u003c/a\u003e"},"IbxDisclaimerPromo":{"description":"promo series disclaimer","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Promotion cannot be combined with any other offers. Promotions, discounts, and gift codes apply to the order subtotal, before any taxes, shipping, handling or other fees. Promotions and coupons for The Scholastic Store do not apply to past purchases, subscription products, Scholastic Professional products, or the purchase of eGift Cards. Promotions are valid for orders from The Scholastic Store Online only and are not valid for Scholastic Teacher Store orders, Scholastic Book Club orders, or in-school Book Fair orders. Prices subject to change without\u0026nbsp;notice. \u003cbr\u003e\u0026nbsp;\u003cbr\u003eFree Standard Shipping is available on book-only orders of $25 or more, after any and all discounts are applied, and before applicable taxes, shipping, handling, and other fees. Free Standard Shipping (Books) must be selected during Checkout. Orders containing products other than books are not eligible for this shipping promotion. Other exclusions apply. \u003ca href=\"https://scholastic.force.com/scholasticfaqs/s/article/Free-Shipping-on-Book-Orders-over-25\" style=\"text-decoration:underline;color:#1880C0\" target=\"_blank\"\u003eLearn More\u003c/a\u003e"},"IbxOffer":{"description":"evergreen offer for email bodies + SLs","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"10%"},"IbxOffer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"READMORE"},"IbxOfferPromo":{"description":"promo offer for email bodies","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"20% Off Sitewide"},"IbxOfferPromoSL":{"description":"promo offer for subject lines","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"20%"},"KidsUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"LogoImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"77px","imgSize":"14kb","imgWidth":"189px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/46f2c6c4a9737196e5a02ebeb6c41170.png"},"LogoImgWidth":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"189"},"ParentsUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"PrivacyUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.scholastic.com/privacy.htm"},"ScholasticLogoImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"44px","imgSize":"3kb","imgWidth":"348px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/4d6c3650c650e67edf206f1700ad268e.png"},"SchoolReferralUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://shop.scholastic.com/parent-ecommerce/fair.html?"},"ShippingImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"180px","imgSize":"8kb","imgWidth":"1000px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/55abea52150e49dade1194d60a5b3b62.png"},"ShippingUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://scholastic.force.com/scholasticfaqs/s/article/Free-Shipping-on-Book-Orders-over-25"},"SocialLink1Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"120px","imgSize":"2kb","imgWidth":"120px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/0db5be28b1fbb80e2848ed4c5cf18ea0.png"},"SocialLink1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.facebook.com/Scholastic/"},"SocialLink2Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"120px","imgSize":"3kb","imgWidth":"120px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/f9962bd62da668e3ed114366b1b9a349.png"},"SocialLink2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://twitter.com/scholastic"},"SocialLink3Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"120px","imgSize":"3kb","imgWidth":"120px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/f570830a3c3b4611af2479ae20dec766.png"},"SocialLink3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.pinterest.com/scholastic/"},"SocialLink4Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"120px","imgSize":"4kb","imgWidth":"120px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/7bbbd98209b5ad948cb999a8c309de70.png"},"SocialLink4Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.instagram.com/scholastic/"},"Studio_BelowHeroBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowHeroBannerImg","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_BelowHeroBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowHeroBannerUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_BelowProdGridBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowProdGridBannerImg","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_BelowProdGridBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowProdGridBannerUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_CartCustomerDisclaimer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"\u003csup\u003e*\u003c/sup\u003eFree Standard Shipping is available on book-only orders of $25 or more, after any and all discounts are applied, and before applicable taxes, shipping, handling, and other fees. Free Standard Shipping (Books) must be selected during Checkout. Orders containing products other than books are not eligible for this shipping promotion. Other exclusions apply. \u003ca href=\"https://scholastic.force.com/scholasticfaqs/s/article/Free-Shipping-on-Book-Orders-over-25\" style=\"text-decoration:underline;color:#1880C0\" target=\"_blank\"\u003eLearn\u0026nbsp;More\u003c/a\u003e"},"Studio_CartProspectDisclaimer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"\u003csup\u003e*\u003c/sup\u003eLimit one per customer, valid only on first order. Code must be entered at checkout. Promotion cannot be combined with any other offers. Promotions, discounts, and gift codes apply to the order subtotal, before any taxes, shipping, handling, or other fees. Promotions and coupons for The Scholastic Store do not apply to past purchases, subscription products, Scholastic Professional products, or the purchase of eGift cards. Promotions are valid for orders from The Scholastic Store only and are not valid for Scholastic Teacher Store orders, Scholastic Book Clubs orders, or in-school Book Fair orders. Prices subject to change without notice."},"Studio_FirstItemCartUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ if $.CartItems }}{{ $FirstItem := index $.CartItems 0 }}{{ $CartSuffix := printf \"#bx_cart=%s\" ( base64 $.CartJSON ) }}{{ $FirstItem.url }}{{ $CartSuffix }}{{ end }}"},"Studio_Footer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"links","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Please add \u003ca href=\"mailto:store@message.scholastic.com\" style=\"text-decoration:underline;color:#1880C0;\" target=\"_blank\"\u003estore@message.scholastic.com\u003c/a\u003e to your address book.\u003cbr\u003e\u003cbr\u003eWe hope you enjoyed receiving this message from The Scholastic Store Online.\u003cbr\u003e\u003cbr\u003e Your email address is: {{ $.ToEmail }}.\u003cspan style=\"color:#1880C0;text-decoration:underline;\"\u003e\u003c/span\u003e\u003cbr\u003e\u003cbr\u003eIf you would rather not receive promotional emails from Scholastic Store Online, Please \u003ca href=\"{{ $.IbxUnsubscribeEsp }}\" style=\"text-decoration:underline;color:#1880C0;\" target=\"_blank\"\u003efollow\u0026nbsp;this link\u003c/a\u003e.\u003cbr\u003e\u0026nbsp;\u003cbr\u003eEmail Marketing, Scholastic, 557 Broadway, New York, NY 10012 | 1-800-SCHOLASTIC \u003cbr\u003e\u0026nbsp;\u003cbr\u003e \u003ca href=\"https://www.scholastic.com/site/privacy.html\" style=\"text-decoration:underline;color:#1880C0;\" target=\"_blank\"\u003ePRIVACY POLICY\u003c/a\u003e | \u003cspan data-wknd-custom=\"text\" style=\"text-decoration: underline; color: rgb(24, 128, 192);\"\u003e\u003ca href=\"https://shop.scholastic.com/parent-ecommerce/parent-store.html\" style=\"text-decoration: underline; color: rgb(24, 128, 192);\" target=\"_blank\" id=\"wknd-7557048\"\u003eScholastic Inc.\u003c/a\u003e\u003c/span\u003e| \u003ca href=\"https://www.scholastic.com/terms.htm\" style=\"text-decoration:underline;color:#1880C0;\" target=\"_blank\"\u003eTerms of Use\u003c/a\u003e\u003cbr\u003e\u0026nbsp;\u003cbr\u003e©1996-2025 Scholastic Inc."},"Studio_HomepageCartUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","label":"$HomepageCartUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ $CartSuffix := printf \"#bx_cart=%s\" ( base64 $.CartJSON ) }}$HomepageUrl{{ $CartSuffix }}"},"Studio_HomepageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","label":"$HomepageUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://shop.scholastic.com/parent-ecommerce/parent-store.html"},"Studio_IbxElevatedOffer":{"description":"","enabled":true,"endDate":"2024-12-05T08:00:00.000Z","endTime":null,"group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"25%","startDate":"2024-12-02T05:00:00.000Z","startTime":null,"val":"15%"},"Studio_IbxOffer":{"description":"","enabled":true,"endDate":"2024-12-05T08:00:00.000Z","endTime":null,"group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"25%","startDate":"2024-11-22T05:00:00.000Z","startTime":null,"val":"10%"},"Studio_IbxOffer15":{"description":"","enabled":true,"endDate":"2024-12-05T08:00:00.000Z","endTime":null,"group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"25%","startDate":"2024-11-22T05:00:00.000Z","startTime":null,"val":"15%"},"Studio_ListPageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","label":"$ListPageUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ $.ListPageUrl }}"},"Studio_Offer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"$5"},"Studio_SMSclickthroughURL":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"links","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://shop.scholastic.com/parent-ecommerce/parent-store.html"},"Studio_TopBannerImg":{"description":"","enabled":true,"endDate":"2025-04-12T03:59:00.000Z","endTime":null,"group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$TopBannerImg","origin":"Studio","promoVal":"https://storage.googleapis.com/bx-production-coreapi-studio-static/assets/uploads/clients/5481/images/67faf023-0a36-457e-a5bf-26d041877662.jpg","startDate":"2025-04-07T04:00:00.000Z","startTime":null,"val":""},"Studio_TopBannerUrl":{"description":"","enabled":true,"endDate":"2024-12-05T04:59:00.000Z","endTime":null,"group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$TopBannerUrl","origin":"Studio","promoVal":"https://shop.scholastic.com/parent-ecommerce/parent-store.html","startDate":"2024-11-22T11:00:00.000Z","startTime":null,"val":"https://shop.scholastic.com/parent-ecommerce/parent-store.html"},"TeachersUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TermsOfUseUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.scholastic.com/terms.htm"},"TextOffer":{"description":"should be 10%","enabled":true,"endDate":"2024-12-05T08:00:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"25%","startDate":"2024-11-22T05:00:00.000Z","startTime":null,"val":"10%"},"TextSendOffer1":{"description":"should be 15%","enabled":true,"endDate":"2024-12-05T08:00:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"25%","startDate":"2024-11-22T05:00:00.000Z","startTime":null,"val":"15%"},"TextSendOffer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TextSendOffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopBannerImg":{"description":"","enabled":false,"endDate":"2024-08-20","endTime":"20:00","imgHeight":"300px","imgSize":"","imgWidth":"1200px","promoVal":"https://assets.bounceexchange.com/assets/uploads/users/7804/202df6c41bb1753bb3801290efaf06e7.jpg","startDate":"2024-06-20","startTime":"20:00","val":""},"TopBannerUrl":{"description":"","enabled":false,"endDate":"2024-08-20","endTime":"20:00","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"https://shop.scholastic.com/parent-ecommerce/featured-shops/back-to-school.html","startDate":"2024-06-20","startTime":"20:00","val":"https://shop.scholastic.com/parent-ecommerce/parent-store.html"},"TopCat1Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"180px","imgSize":"8kb","imgWidth":"1000px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/55abea52150e49dade1194d60a5b3b62.png"},"TopCat1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://shop.scholastic.com/parent-ecommerce/parent-store.html"},"TopCat2Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"200px","imgSize":"4kb","imgWidth":"262px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/8e0cc2ae1231b792b00caa628553a521.png"},"TopCat2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://shop.scholastic.com/parent-ecommerce/grades/pre-k.html"},"TopCat3Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"200px","imgSize":"3kb","imgWidth":"238px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/cf8629fd9bb80f37938bb47f7bd2f7ef.png"},"TopCat3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://shop.scholastic.com/parent-ecommerce/grades/kindergarten.html"},"TopCat4Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"200px","imgSize":"4kb","imgWidth":"240px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/92659aea048b3a11d144bd860da9e598.png"},"TopCat4Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://shop.scholastic.com/parent-ecommerce/grades/1st-grade.html"},"TopCat5Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"200px","imgSize":"4kb","imgWidth":"260px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/5178c6b59f484846aaba1ce888d73cd0.png"},"TopCat5Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://shop.scholastic.com/parent-ecommerce/grades/2nd-grade.html"},"TopCat6Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"268px","imgSize":"5kb","imgWidth":"262px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/7bfde84caf01835432a8f680c69db616.png"},"TopCat6Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://shop.scholastic.com/parent-ecommerce/grades/3rd-grade.html"},"TopCat7Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"268px","imgSize":"4kb","imgWidth":"238px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/6db675ef5ab7b59088d39e3700eddb0e.png"},"TopCat7Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://shop.scholastic.com/parent-ecommerce/grades/4th-grade.html"},"TopCat8Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"268px","imgSize":"4kb","imgWidth":"240px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/f85d4dea46220a136f8beb7ab6495579.png"},"TopCat8Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://shop.scholastic.com/parent-ecommerce/grades/5th-grade.html"},"TopCat9Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"268px","imgSize":"4kb","imgWidth":"260px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8134/af34cc77ce0044ef2535cb13ac97cd21.png"},"TopCat9Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://shop.scholastic.com/parent-ecommerce/grades/6th-grade.html"},"couponcode1":{"description":"evergreen code","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{cpn_couponcode|default}"},"couponcode2":{"description":"promo period code","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{cpn_couponcode15|default}"},"couponcode3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitedisclaimer1":{"description":"","enabled":true,"endDate":"2024-12-05T08:00:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"2024-11-22T05:00:00.000Z","startTime":null,"val":"Offer Valid for New Customers Only."},"onsitedisclaimer2":{"description":"","enabled":true,"endDate":"2024-12-05T08:00:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"your order","startDate":"2024-11-22T05:00:00.000Z","startTime":null,"val":"your next order when you sign up for texts"},"onsitedisclaimer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsiteoffer1":{"description":"evergreen offer, 10%","enabled":true,"endDate":"2024-12-05T08:00:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"25%","startDate":"2024-11-22T05:00:00.000Z","startTime":null,"val":"10%"},"onsiteoffer2":{"description":"text offer, 15%","enabled":true,"endDate":"2024-12-05T08:00:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"25%","startDate":"2024-11-22T05:00:00.000Z","startTime":null,"val":"15%"},"onsiteoffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""}},"load_jquery":"auto","max_activations_pageview":"1","max_activations_session":"3","metadata":{"brand_name":"Scholastic","client_plan":"managed","enable_ally_settings_json":"{\"enable_ally_aria_labels\": 1,\"enable_ally_focus\": 1,\"enable_ally_number_to_string\": 1}","enable_cms_dfp_suppression":"0","enable_osr_events":"0","gs_url_identifiers":"","max_activations_timeperiod":"0","max_activations_timeperiod_hours":"0","minify_email":"0","single_page_app_on":"0","single_page_app_test_mode":"1","sms_block_quebec":"0","sms_configs":"{\"codes\":{\"41049\":{\"type\":\"short\",\"country\":\"US\",\"enabled\":true,\"mms\":true}}}","sms_country":"US","sms_creds_id":"","sms_double_opt_in":"1","sms_enabled":"1","sms_mt_config":"41049","sms_privacy_policy_link":"https://www.scholastic.com/site/privacy.html","sms_provider":"infobip","sms_shared_short_code_enabled":"0","sms_short_code_by_country":"{\"US\":\"41049\"}","sms_short_codes":"[\"41049\"]","sms_terms_conditions_link":"https://www.scholastic.com/terms.htm","use_button_tag_for_close":"1","use_verbose_label_for_close":"1"},"name":"Scholastic","no_control_ips":[],"no_ecaps_in_canada":"1","order_email_js":"","order_id_js":"","order_val_js":"","overlay_js":null,"page_type_json":{"cart":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/Cart-AjaxCartView"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"!!document.getElementById('cio-search-results') \u0026\u0026 window.location.pathname.indexOf('search-results') === -1;"}]]},"checkout":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/COCustomer-Start"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.pathname === '/parent-ecommerce/parent-store.html/';"}]]},"product":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('.pdp-main-info').length \u003e 0 \u0026\u0026 !document.getElementById('cio-search-results');"}]]},"search":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/search-results.html"}]]}},"perf_logging_enabled":"0","pick_random_campaigns":"0","polling_interval":"1000","provider_config":false,"script_delay":"0","script_tags_json":"[{\"siteId\":\"2596\"},{\"siteId\":\"2596\",\"codeOverride\":\"\u003c!-- Start BounceX Conversion MultiPixel. Deploy at the beginning of document head. --\u003e\\n\u003cscript\u003e\\n window.top.bouncex = window.top.bouncex || [];\\n window.top.bouncex.push([\\\"conversion\\\", {\\n \\\"order_id\\\":\\\"ORDER_ID\\\",\\n \\\"email\\\":\\\"EMAIL\\\",\\n \\\"phone\\\":\\\"PHONE\\\",\\n \\\"goal\\\":\\\"GOAL\\\",\\n \\\"transaction_origin\\\":\\\"TRANSACTION_ORIGIN\\\",\\n \\\"currency\\\":\\\"CURRENCY\\\",\\n \\\"coupon\\\":[\\\"COUPON_1\\\", \\\"COUPON_2\\\"],\\n \\\"total_discount\\\":\\\"TOTAL_DISCOUNT\\\",\\n \\\"tax\\\":\\\"TAX\\\",\\n \\\"shipping\\\":\\\"SHIPPING\\\",\\n \\\"amount\\\":\\\"AMOUNT\\\",\\n \\\"pay_method\\\":\\\"PAY_METHOD\\\",\\n \\\"item\\\":[\\n {\\n \\\"sku\\\":\\\"SKU_1\\\",\\n \\\"product_id\\\":\\\"PRODUCT_ID_1\\\",\\n \\\"price\\\":\\\"PRICE_1\\\",\\n \\\"quantity\\\":\\\"QUANTITY_1\\\"\\n\\t\\t},\\n {\\n \\\"sku\\\":\\\"SKU_2\\\",\\n\\t\\t\\\"product_id\\\":\\\"PRODUCT_ID_2\\\",\\n\\t\\t\\\"price\\\":\\\"PRICE_2\\\",\\n\\t\\t\\\"quantity\\\":\\\"QUANTITY_2\\\"\\n\\t\\t}\\n\\t\\t]\\n }]);\\n\u003c/script\u003e\\n\u003c!-- End BounceX Conversion MultiPixel. --\u003e\\n\\n\u003c!-- Start BounceX Conversion MultiPixel. Deploy at the beginning of document body. --\u003e\\n\u003cimg height=1 width=1 border=0 style=\\\"display:none;\\\" src=\\\"//api.bounceexchange.com/capture/convert2.gif?website_id=[WEBSITE_ID]\u0026order_id=ORDER_ID\u0026email=EMAIL\u0026amount=AMOUNT\u0026currency=CURRENCY\u0026goal=GOAL\\\" /\u003e\\n\u003c!-- End BounceX Conversion MultiPixel. --\u003e\",\"code\":\"\u003c!-- Start BounceX Conversion MultiPixel. Deploy at the beginning of document head. --\u003e\\n\u003cscript\u003e\\n window.top.bouncex = window.top.bouncex || [];\\n window.top.bouncex.push([\\\"conversion\\\", {\\n \\\"order_id\\\":\\\"ORDER_ID\\\",\\n \\\"email\\\":\\\"EMAIL\\\",\\n \\\"phone\\\":\\\"PHONE\\\",\\n \\\"goal\\\":\\\"GOAL\\\",\\n \\\"transaction_origin\\\":\\\"TRANSACTION_ORIGIN\\\",\\n \\\"currency\\\":\\\"CURRENCY\\\",\\n \\\"coupon\\\":[\\\"COUPON_1\\\", \\\"COUPON_2\\\"],\\n \\\"total_discount\\\":\\\"TOTAL_DISCOUNT\\\",\\n \\\"tax\\\":\\\"TAX\\\",\\n \\\"shipping\\\":\\\"SHIPPING\\\",\\n \\\"amount\\\":\\\"AMOUNT\\\",\\n \\\"pay_method\\\":\\\"PAY_METHOD\\\",\\n \\\"item\\\":[\\n {\\n \\\"sku\\\":\\\"SKU_1\\\",\\n \\\"product_id\\\":\\\"PRODUCT_ID_1\\\",\\n \\\"price\\\":\\\"PRICE_1\\\",\\n \\\"quantity\\\":\\\"QUANTITY_1\\\"\\n\\t\\t},\\n {\\n \\\"sku\\\":\\\"SKU_2\\\",\\n\\t\\t\\\"product_id\\\":\\\"PRODUCT_ID_2\\\",\\n\\t\\t\\\"price\\\":\\\"PRICE_2\\\",\\n\\t\\t\\\"quantity\\\":\\\"QUANTITY_2\\\"\\n\\t\\t}\\n\\t\\t]\\n }]);\\n\u003c/script\u003e\\n\u003c!-- End BounceX Conversion MultiPixel. --\u003e\\n\\n\u003c!-- Start BounceX Conversion MultiPixel. Deploy at the beginning of document body. --\u003e\\n\u003cimg height=1 width=1 border=0 style=\\\"display:none;\\\" src=\\\"//api.bounceexchange.com/capture/convert2.gif?website_id={WEBSITE_ID}\u0026order_id=ORDER_ID\u0026email=EMAIL\u0026amount=AMOUNT\u0026currency=CURRENCY\u0026goal=GOAL\\\" /\u003e\\n\u003c!-- End BounceX Conversion MultiPixel. --\u003e\"}]","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":"1","vars":[{"code":"null;","default":"false","name":"cart","page_types":[],"persist":"permanent","polling":"none","testmode":false,"trigger":"pageload"},{"code":"null;","default":"false","name":"cart_items","page_types":[],"persist":"no","polling":"none","testmode":true,"trigger":"pageload"},{"code":"(function(){\n if(bouncex.website.pts === 'cart') {\n return Number(jQuery('.cart-items \u003e span').text().replace(/[^0-9.]/g,''));\n } else if(bouncex.website.pts === 'checkout') {\n return Number(jQuery('.sec-edit').text().replace(/[^0-9.]/g,''));\n }\n return Number(jQuery('.aso-navigation__cart__rectangle__counter').text().replace(/[^0-9.]/g,''));\n})();","default":"0","name":"cart_qty","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":false},{"code":"null;","default":"false","name":"cart_token","page_types":[],"persist":"no","polling":"none","testmode":true,"trigger":"pageload"},{"code":"(function(){\n if(bouncex.website.pts === 'cart') {\n return Number(jQuery('.list-cart-total span.amount').text().replace(/[^0-9.]/g,''));\n } else if(bouncex.website.pts === 'checkout') {\n return Number(jQuery('.list-cart-total \u003e li:nth-child(1) span').text().replace(/[^0-9.]/g,''));\n }\n return Number(jQuery('.aso-navigation__cart__minicart__footer__cartSummary__quantAndPrice__totalPrice').text().replace(/[^0-9.]/g,''));\n})();","default":"0","name":"cart_value","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":false},{"code":"null;","default":"false","name":"cookie_modal_present","page_types":[],"persist":"no","polling":"all","testmode":true,"trigger":"pageload"},{"code":"bouncex.vars.logged_in || null;","default":"false","name":"ever_logged_in","page_types":[],"persist":"permanent","polling":"none","testmode":false,"trigger":false},{"code":"","default":"false","name":"in_stock","page_types":[],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"bouncex.utils.getNestedProp('aso.user.is_logged_in', null);","default":"false","name":"logged_in","page_types":[],"persist":"visit","polling":"all","testmode":false,"trigger":false},{"code":"bouncex.website.pts;","default":"false","name":"page_type","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"","default":"false","name":"page_url","page_types":["category","search"],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"","default":"false","name":"prod_name","page_types":[],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"","default":"false","name":"prod_price","page_types":[],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"","default":"false","name":"submitted_onsite","page_types":[],"persist":"permanent","polling":"none","testmode":true,"trigger":false}],"website":"shop.scholastic.com/parent-ecommerce/parent-store.html","website_id":"5481","cache_meta":{"paths":{"1835411":"cache/5481/campaigns/1835411-4aeee99e8301b29e1cd62a4a417f12d1","1835412":"cache/5481/campaigns/1835412-a408ad28c76e782ebcd4edc09cff44e8","1835413":"cache/5481/campaigns/1835413-e6304529d5c6e7f24edcd799a5481d01","1835414":"cache/5481/campaigns/1835414-1ff2daeb5ed4948cd1e1661c732368b6","1835415":"cache/5481/campaigns/1835415-f537bce794c54cafa08073b4283d3e0d","1835416":"cache/5481/campaigns/1835416-ede22804e5a601e31f8d66992c9ded98","1835417":"cache/5481/campaigns/1835417-78cb435c386c1b94c79cbf28e6abc105","1835418":"cache/5481/campaigns/1835418-031b926efd2dc39bbea23d0069b2ad6e","1835419":"cache/5481/campaigns/1835419-2f74e69553e87832c1ab40a43eeddbc3","1835420":"cache/5481/campaigns/1835420-89ea7b354f42890937dd224d19ed5979","1835421":"cache/5481/campaigns/1835421-b068de9732aa076278eb180fcef353cc","1835422":"cache/5481/campaigns/1835422-4e4ea7df948e81fa14398b62e80114d2","1835423":"cache/5481/campaigns/1835423-4528677e458dace07cb8cac4d6b6ac73","1835424":"cache/5481/campaigns/1835424-31cae50abb538a26de03ec257d10988d","1835425":"cache/5481/campaigns/1835425-c09da929eb5c65d45fbd65aac9b94729","1835426":"cache/5481/campaigns/1835426-b891a5726400b462c171effc4f8f9b61","1835427":"cache/5481/campaigns/1835427-c063c526ede2cc83409012d1cb6230e5","1835428":"cache/5481/campaigns/1835428-02fed35e71d7c296928b5677a13173e3","1835429":"cache/5481/campaigns/1835429-66ea5f452222327b20af15b487c23a14","1835430":"cache/5481/campaigns/1835430-4946f5d59508647a7f0bbef1f9e87d69","1835431":"cache/5481/campaigns/1835431-03d2d58bd9b6cc68b480dc9d556160be","1835432":"cache/5481/campaigns/1835432-e0786756a6a60775fdd2940a9d03ee3d","1835433":"cache/5481/campaigns/1835433-b6b739196bb768aaf7d7ac62e16aa106","1835434":"cache/5481/campaigns/1835434-55ef0c6c76bd06a1985d3151944fee5d","1835435":"cache/5481/campaigns/1835435-e29b997dc5a2198ef7508822203363a4","1835436":"cache/5481/campaigns/1835436-abd6d63216fb030443c60904fcdd5af9","1835437":"cache/5481/campaigns/1835437-732093b19527ecb474ee222fc9dc0949","1835438":"cache/5481/campaigns/1835438-c7bd8635eb9e0807e9080f3287a58b9a","1835439":"cache/5481/campaigns/1835439-79a788c5b8634f3c22c911ee82136c6d","1835440":"cache/5481/campaigns/1835440-9f595749b930d66532ec892b0fa0dea4","1835441":"cache/5481/campaigns/1835441-52bd0bdb15fc8ebe562c7ea811e8b678","1835442":"cache/5481/campaigns/1835442-c2f4c516664b83ed7d31dd0060b0eff9","1835443":"cache/5481/campaigns/1835443-25a59bb3150ce3f4c3eb611614b7966e","1835444":"cache/5481/campaigns/1835444-e1f01c7aac01c182ecd1a14ddf0001ae","1835445":"cache/5481/campaigns/1835445-ef4f39ff6508ecddb59b308c041c8dc1","1835446":"cache/5481/campaigns/1835446-78515a80173ec202a5545bce17a2d826","1835447":"cache/5481/campaigns/1835447-6050418b5635a59b7a70b186d99b0fbf","1835448":"cache/5481/campaigns/1835448-538944573ed79e66ed34b7dd58f35c6a","1835449":"cache/5481/campaigns/1835449-320a1fa25612e2322b0125fd92457183","1835450":"cache/5481/campaigns/1835450-3d2788ede2edcbd72545079b489fc1dc","1835451":"cache/5481/campaigns/1835451-650f37f53c65751ec247a4cccda6cfba","1835452":"cache/5481/campaigns/1835452-efeeef1d285435cdf39fdc00f1e210ed","1835453":"cache/5481/campaigns/1835453-b91666329b6d50e4855043e088fbecc9","1835454":"cache/5481/campaigns/1835454-203ab9ba95677582e102b331501c579f","1835455":"cache/5481/campaigns/1835455-1bc7cd4636194886d540b3b08f39111e","1835456":"cache/5481/campaigns/1835456-b4410d6abf249a28b504eed04b6afef1","1835457":"cache/5481/campaigns/1835457-5c100435fb03184cdf4e35059cc19ead","1835458":"cache/5481/campaigns/1835458-aeeee3e9f7a1e5a5120b8dff206bd88a","1835459":"cache/5481/campaigns/1835459-cd6a145769a5ab83d14530d6c9665f30","1835460":"cache/5481/campaigns/1835460-9e18c425d3c63a24ca2ebf9c2073c677","1835461":"cache/5481/campaigns/1835461-8bfadeba67fd5e518424e047522d7ce4","1835462":"cache/5481/campaigns/1835462-5c524375611982f03bfe8d229e63b89d","1835463":"cache/5481/campaigns/1835463-fbacddd6e4737dceabfb0e500f7a8fae","1835464":"cache/5481/campaigns/1835464-3c30bf0bd5ec76ae575fd05b96308af6","1835465":"cache/5481/campaigns/1835465-ba8d12505e357d27be316359c2106e53","1835466":"cache/5481/campaigns/1835466-f314e80ea14e3f17afc0a604c061fa9a","1835467":"cache/5481/campaigns/1835467-ae0203c9fa4aafb670383ebc29ad3c2c","1835468":"cache/5481/campaigns/1835468-aa46837da2ff9e1fbfdd218ff019f3ce","1835469":"cache/5481/campaigns/1835469-c4cf34d34e357382dbe1f776aac8cb43","1835470":"cache/5481/campaigns/1835470-669b64ef81c33d806dae42607d2ca05d","1835471":"cache/5481/campaigns/1835471-8e210ba3f46da44c68a6c86aee4e4e6b","1835472":"cache/5481/campaigns/1835472-a435b734f0207016732b368078e55d1f","1835473":"cache/5481/campaigns/1835473-c27b221cf5f751fcf1815d333c1eb7d2","1835474":"cache/5481/campaigns/1835474-78f5707ef6445b70af0aeb8c6a7fb6ce","1835475":"cache/5481/campaigns/1835475-db484930701cac79d31264ac5f9794a0","1835476":"cache/5481/campaigns/1835476-542d69e97d4d80b539b97be503e3dbec","1835477":"cache/5481/campaigns/1835477-208da1ce2dea1d9cdf1131668f6bbbb5","1835478":"cache/5481/campaigns/1835478-bed30253104ad21bcbfe395bfd419d4b","1835479":"cache/5481/campaigns/1835479-3d9f6ed8d3316ea4264ce1f9834870ac","1835480":"cache/5481/campaigns/1835480-41f4a2fed8c29e7b8cb48ef40d440866","1835481":"cache/5481/campaigns/1835481-0a26a0df0dccdb2543c4e9688d3faade","1835482":"cache/5481/campaigns/1835482-99bb191b1831eb89fe85e923e7a0f5a0","1835483":"cache/5481/campaigns/1835483-2746c4da8c6ebfa8ffd1a5b3270a49eb","1835484":"cache/5481/campaigns/1835484-f873e86a6d9ba42fb58b26ae1ca01b16","1835485":"cache/5481/campaigns/1835485-0ebfbda3225c9a522a0b81d89b3e9ca6","1835486":"cache/5481/campaigns/1835486-5fb83d15c953d0d06419185c6b35ce80","1835487":"cache/5481/campaigns/1835487-880c15207cff4ad835cf683fb6794452","1835488":"cache/5481/campaigns/1835488-b66bc22cdba7d45a29b56f5557bc34a1","1835489":"cache/5481/campaigns/1835489-07bcddaa4aca3bb26922e4116e0af128","1835490":"cache/5481/campaigns/1835490-f91acbd507963e6df6bfcade5ca1e599","1835491":"cache/5481/campaigns/1835491-eafb0b5136b6e1ad3156f080d72e81fa","1835492":"cache/5481/campaigns/1835492-f6fceedbb6638f506cbde0b5b5e96659","1835493":"cache/5481/campaigns/1835493-becce68d28891ebdd5e26db947456c99","1835494":"cache/5481/campaigns/1835494-6b6c28958ff332b2754867d320020514","1835495":"cache/5481/campaigns/1835495-21b406d81d671b5802a3521c205f3390","1835496":"cache/5481/campaigns/1835496-a0c5429f365d38fdfe0aa4f29931ff18","1835497":"cache/5481/campaigns/1835497-ffb94b2d85870df54cc51ce0a06af542","1835498":"cache/5481/campaigns/1835498-4fdeadd2305dff2a1a2481f59dc2bb51","1835499":"cache/5481/campaigns/1835499-443104c491d2fadc032a530297dcbed1","1835500":"cache/5481/campaigns/1835500-35ab22722e6b48526ae10283211c9db3","1835501":"cache/5481/campaigns/1835501-d00372d770099b5b8052f8fcb4d8a9e1","1835502":"cache/5481/campaigns/1835502-d0d855ec396741b4b616eeb6ed785df8","1835503":"cache/5481/campaigns/1835503-45cad62ce131384b6e5bfbd6f6ccb299","1930063":"cache/5481/campaigns/1930063-8a41e0b5c736b338f4b21cb61bc0de78","1930064":"cache/5481/campaigns/1930064-722df976d0bb88fd7fec230050c0f0c6","1930066":"cache/5481/campaigns/1930066-9044922a2ae846d3e10a3834cfd09ccb","1930067":"cache/5481/campaigns/1930067-7c881a42b6927dedc785ccdcd3ed0e7b","1930069":"cache/5481/campaigns/1930069-6b05c37b3ad455add1576e8f6f840c5d","1930070":"cache/5481/campaigns/1930070-34bae7dfd54f22aebf825a5a1e9e9752","1930072":"cache/5481/campaigns/1930072-d20b6f69bacdfce24b6d7e1202d33717","1930073":"cache/5481/campaigns/1930073-6d19f5ee7f3d615e554d53dd4e39f44b","1930075":"cache/5481/campaigns/1930075-2316b36cbdcfe42ffd928f2ceeeed34a","1930076":"cache/5481/campaigns/1930076-0388ea7d8501fdd7ef51ddb2a5fb6b0e","1930078":"cache/5481/campaigns/1930078-0c96cbb526d21835ea35f945cf16e5db","1930079":"cache/5481/campaigns/1930079-81d4346a2c6458bd84052939510bf0a6","1930081":"cache/5481/campaigns/1930081-b1921973bd99c4218eb8a540af230e52","1930082":"cache/5481/campaigns/1930082-a389e795f9c869792482644451a3915c","1930084":"cache/5481/campaigns/1930084-54dccddb04d5a91dd0910586f2f814be","1930085":"cache/5481/campaigns/1930085-b3202a283202cdc30721300b800eb518","1930087":"cache/5481/campaigns/1930087-efd3d2ae746addafe9e894adc5477aeb","1930088":"cache/5481/campaigns/1930088-66a5675941bcf5a9ed579d8c982d64a5","1930090":"cache/5481/campaigns/1930090-e1f189b93783ac04c4e3bc20993a52e9","1930091":"cache/5481/campaigns/1930091-21cbc298e527f30e0dc4be9314f676b5","1930093":"cache/5481/campaigns/1930093-538dbab18f87d30be1392c63b6acfe05","1930094":"cache/5481/campaigns/1930094-f239acea9229e1e24453b2b2c4336f8d","1930096":"cache/5481/campaigns/1930096-16d0cfc61bbb34c14508e7852aab278e","1930097":"cache/5481/campaigns/1930097-e6110d592e7a9b68934f2ea7b1c6a18a","1930099":"cache/5481/campaigns/1930099-32ea4959d996475728e85beb1bd7afaf","1930100":"cache/5481/campaigns/1930100-a455d6f2ca5e4b4603d3581c0620572e","1930102":"cache/5481/campaigns/1930102-2165fcffe77760398db10207e174a181","1930103":"cache/5481/campaigns/1930103-0e276f33801658c7dfa17e21fb291cfb","1930105":"cache/5481/campaigns/1930105-f0b4a7435ce41725eef335696c6fcc6b","1930106":"cache/5481/campaigns/1930106-988747349dfd0a6a9dfbf226b154d301","1930108":"cache/5481/campaigns/1930108-6bbc13a3e3f2b6952ce66f3f739b92ff","1930109":"cache/5481/campaigns/1930109-bdfa0808abb5c5b0d73469d98debc471","1930111":"cache/5481/campaigns/1930111-319c21f2ad78374cbd025622d99e0ec8","1930112":"cache/5481/campaigns/1930112-6829c79f73792a292b3ee2036e9591ac","1930114":"cache/5481/campaigns/1930114-a199ed130b61236284ac43bc23713d6c","1930115":"cache/5481/campaigns/1930115-eea33ee5faeed6831a612064f1205ce3","1930117":"cache/5481/campaigns/1930117-a6705cc3b871cd7ca0f87020881e9479","1930118":"cache/5481/campaigns/1930118-57ed0fb220eafbd6f05266a140b86a8d","1930120":"cache/5481/campaigns/1930120-1a17657bb5d46b19149b349fad920b71","1930121":"cache/5481/campaigns/1930121-c09107c563b138ef37109ccadc419cf3","1930123":"cache/5481/campaigns/1930123-a95b10d5c371ee0076c8ae62d5df938e","1930124":"cache/5481/campaigns/1930124-f95209e13898962b87f5e591a940b0f9","1930126":"cache/5481/campaigns/1930126-de9b3c36c594091d031cdcc6998a6045","1930127":"cache/5481/campaigns/1930127-9ff07416d90f7452d665b6050666de4e","1930129":"cache/5481/campaigns/1930129-b2e437c480d57e05911840d60bee8dca","1930130":"cache/5481/campaigns/1930130-ff3f3499bb173d44b670c6f52f130350","1930132":"cache/5481/campaigns/1930132-9bccc34ad0031803e085713d0a62085d","1930133":"cache/5481/campaigns/1930133-cbd339c7a572608f570d8be2769ac8af","1930135":"cache/5481/campaigns/1930135-d58e2bf4594f88783d7a983a59998cfe","1930136":"cache/5481/campaigns/1930136-ead9cd811f168ca770eb51b2fe31fbb8","1930138":"cache/5481/campaigns/1930138-e9c07748af7ae9b9e146c229c6290e7a","1930139":"cache/5481/campaigns/1930139-5159481f076939db5846dec354ca9c35","1930141":"cache/5481/campaigns/1930141-0120f9f928dfb4a9b6a48b0090f46c05","1930142":"cache/5481/campaigns/1930142-4e9164382afb7d1fb93c2b2431e294af","1930144":"cache/5481/campaigns/1930144-d8a332068751d91828144a50c9715819","1930145":"cache/5481/campaigns/1930145-d683410b794d3486032a000360edbe63","1930147":"cache/5481/campaigns/1930147-4f506c1f79a438ef0ef31b5293b55bd0","1930148":"cache/5481/campaigns/1930148-9545a00318fba050aeadd26cd3f14bf2","1930150":"cache/5481/campaigns/1930150-29caf3c464ae1eb74eecf16cfe8f0e93","1930151":"cache/5481/campaigns/1930151-a16ed547ac4ca1ada92c92b193779428","1930153":"cache/5481/campaigns/1930153-2c2081328a2429712d8c17db99b14391","1930154":"cache/5481/campaigns/1930154-53cc5eeaf2d22230df468a9658f1a2c4","1930156":"cache/5481/campaigns/1930156-3ff0f7c079ea63b2e0b596ed6bf02d34","1930157":"cache/5481/campaigns/1930157-a3610641bffa11f7725de4154828251b","1930159":"cache/5481/campaigns/1930159-824d9dd95454033bb3069f376a66472f","1930160":"cache/5481/campaigns/1930160-584e26dbfcc3076cee684ad343f06268","1930162":"cache/5481/campaigns/1930162-8dca3fb016991a930298229d19c4c798","1930163":"cache/5481/campaigns/1930163-a3bbc72fd02a144653c5448acebd62d6","1930165":"cache/5481/campaigns/1930165-98541ebad79ca25d2e55befe5e490ed3","1930166":"cache/5481/campaigns/1930166-7ca721d4c3112be3533bc77d2d5b3b70","1930168":"cache/5481/campaigns/1930168-6984b9b7007ae1ba028431f957a90492","1930169":"cache/5481/campaigns/1930169-31f029257196be1e5997257102a1b673","1958124":"cache/5481/campaigns/1958124-d6626dd2d318aad71152076b583e2092","1958462":"cache/5481/campaigns/1958462-da4e045f570de22d6b6f42d1185c53d4","1958715":"cache/5481/campaigns/1958715-1a7d742069c7437c4ac1a936bbad9cb9","1958716":"cache/5481/campaigns/1958716-845d3fe72ee7773756ba17d85804243f","1958718":"cache/5481/campaigns/1958718-1961c95205c04830802b94fdcec203a4","1958719":"cache/5481/campaigns/1958719-ad22f661220c932d6d7547256f61837a","1958721":"cache/5481/campaigns/1958721-159445072d79979bb25e24926348c704","1958722":"cache/5481/campaigns/1958722-44bf663e83b908b37be815a9d20f0e6a","1958724":"cache/5481/campaigns/1958724-ec53dee14c5ea9cfb0a6d4583c6922c5","1958725":"cache/5481/campaigns/1958725-95c8fb867494ea911b8f9387989c203d","1958727":"cache/5481/campaigns/1958727-2245892d844d14fecd5cd0b98f0c0d8c","1958728":"cache/5481/campaigns/1958728-4819e957beb6796b3e1ecb9f3aaebbb5","1958730":"cache/5481/campaigns/1958730-20e97e456dc9d913d1a06f199ee513a5","1958731":"cache/5481/campaigns/1958731-357d0816f1159ee9da46d8d8f9d6b00b","1958733":"cache/5481/campaigns/1958733-8e1dc04bb6557978aa69ca452c57d437","1958734":"cache/5481/campaigns/1958734-5a73c21a3602ffccf507513cf732e99e","1958736":"cache/5481/campaigns/1958736-c44e9103b584672ad10836c291e6871d","1958737":"cache/5481/campaigns/1958737-7ad896522efe49d8ce21fd59c3d29b63","1958739":"cache/5481/campaigns/1958739-5fe29703c0bf08144d8e3c519a345c72","1958740":"cache/5481/campaigns/1958740-988ee129814955f459548c2d5fbe750f","1958742":"cache/5481/campaigns/1958742-b31075a1fe38017370876c21d8511724","1958743":"cache/5481/campaigns/1958743-a81def772c48411772acad92702b3837","1958745":"cache/5481/campaigns/1958745-a6f72eb63c45469c234025831fa6bf5f","1958746":"cache/5481/campaigns/1958746-e8cc568144fa814116d6a979a114d1eb","1958748":"cache/5481/campaigns/1958748-a4fbd37c64c4477eca1090a5625c6b8e","1958749":"cache/5481/campaigns/1958749-dfef3887749ad90069877aec87c8d00d","1958751":"cache/5481/campaigns/1958751-93ad55ee830b24ec55deee3f187fafdb","1958752":"cache/5481/campaigns/1958752-5c40f7a5cac5802e3c6748d2c7de6923","1958754":"cache/5481/campaigns/1958754-9ca9ec90bfabbde79f7edf7c67f2e808","1958755":"cache/5481/campaigns/1958755-d6029a46c039b5e63ecf9d79e9b33834","1958757":"cache/5481/campaigns/1958757-e478eb960da9e70a44773108fd97538e","1958758":"cache/5481/campaigns/1958758-666e1ef7d804d00f829c3daed4fe226a","1958760":"cache/5481/campaigns/1958760-f1c5342f1a3f8d5a792cb33e41b4e779","1958761":"cache/5481/campaigns/1958761-56445a7969375112ce270b560d70cff5","1958763":"cache/5481/campaigns/1958763-57417b928198db0e19f8c0e61ea4aec9","1958764":"cache/5481/campaigns/1958764-818ecfee6aefd87fe0fe5a106c1743a9","1958766":"cache/5481/campaigns/1958766-7b0bfcc1fb28f8def682ef7994b1ba02","1958767":"cache/5481/campaigns/1958767-2218e067ad64a0e7edf8495a74e3e413","1958769":"cache/5481/campaigns/1958769-920dfd21287e28c3e0365369cd17bb9f","1958770":"cache/5481/campaigns/1958770-ec99a8c8bc93a4fbb22bfa239b223114","1958772":"cache/5481/campaigns/1958772-7b766ff0c88d56b9c16faf5988f3cc04","1958773":"cache/5481/campaigns/1958773-08961f77d23bf2b6483671fcad0c0558","1958775":"cache/5481/campaigns/1958775-943bb4498eecf20360ac0a756310b73d","1958776":"cache/5481/campaigns/1958776-b18868d5d33c1923d2d93b53e7d11255","1958778":"cache/5481/campaigns/1958778-aeb0e58ab8b6976de4791d0f92f0a7dc","1958779":"cache/5481/campaigns/1958779-b9c94bd29b8e230eeb75898073701265","1958781":"cache/5481/campaigns/1958781-d2feb54f4e2b91350ebeebf15f33444a","1958782":"cache/5481/campaigns/1958782-ff7e66ad7edb268c54b6527dd4be2c1f","1958784":"cache/5481/campaigns/1958784-e55d601570091ecde5fcd51efa3be67a","1958785":"cache/5481/campaigns/1958785-26cf92d8b8de1a2bf5a9850a640c9470","1958787":"cache/5481/campaigns/1958787-6505106e3b8f483cc8d988362ab89b7d","1958788":"cache/5481/campaigns/1958788-53b404cc2e8a60258742b5ff78ac3e6d","1958790":"cache/5481/campaigns/1958790-adbe76646728e6f7a6a433f7363d19fb","1958791":"cache/5481/campaigns/1958791-83e7be1b26d4d329fe0adf989def3998","1958793":"cache/5481/campaigns/1958793-80d91f0b7edf9cc1e9dff89058e74a2d","1958794":"cache/5481/campaigns/1958794-075fc4f92f11bec832aaa8556fa08d76","1958796":"cache/5481/campaigns/1958796-63aaaf23d8ff12cdb8c9c2f797beaef4","1958797":"cache/5481/campaigns/1958797-cac3b0882deb8e8e718a253c05d37fb0","2047703":"cache/5481/campaigns/2047703-a36dfb91d05fba4b9b35874fe67d3568","2048027":"cache/5481/campaigns/2048027-b078f7e69aa052ca9ddf248b097f3d63","2048034":"cache/5481/campaigns/2048034-21f9a2f0c3fd22fa8c4a5fcdf9c7c3f4","2048070":"cache/5481/campaigns/2048070-d7f37cade7f8bb65a7581ca599322c32","2048076":"cache/5481/campaigns/2048076-0423d729ab1236cafeb5286e62680635","2048150":"cache/5481/campaigns/2048150-606258acad59f72f943d7197d55829a4","2060085":"cache/5481/campaigns/2060085-ecf6a98036a6ec75fc47079fd7453524","2076485":"cache/5481/campaigns/2076485-7db65712a1d4ba5fb2e409e085ff0d1e","2076488":"cache/5481/campaigns/2076488-1e7f4e0d73908af52fa2bd0b2f1dd942","2076490":"cache/5481/campaigns/2076490-f45fe3aa44281d2af273484602678690","2076504":"cache/5481/campaigns/2076504-25af61adb5b9539237819d6b97924eaf","2085976":"cache/5481/campaigns/2085976-b1ae34c37b79d72ea251a513a1df2b45","2094573":"cache/5481/campaigns/2094573-7ab6331e7f2dc04802b70ad0969f96c1","2094574":"cache/5481/campaigns/2094574-f1b962426f62e52f9b45318bb527b0e1","2094576":"cache/5481/campaigns/2094576-d42b994dd095254f897923cef46035f5","2094577":"cache/5481/campaigns/2094577-0eb42247ed2aeae37277d1d9772b14b7","2094582":"cache/5481/campaigns/2094582-10eb0984b95a326cc32ce83d832b9573","2094583":"cache/5481/campaigns/2094583-52e840794ceff7c4c15b9460ef50ee34","2094585":"cache/5481/campaigns/2094585-052a7fbd3115ab9e77053c2135ca7c9f","2094586":"cache/5481/campaigns/2094586-a6586d77ce1e21a8bf7f6f57e5122383","2094784":"cache/5481/campaigns/2094784-c7af56802d954e6826ef58fa8b1fe32b","2094785":"cache/5481/campaigns/2094785-ddb8dc00c1a4f1decc8688c439fc9347","2094787":"cache/5481/campaigns/2094787-acd20eec8fa60171470e18c66f940c61","2094788":"cache/5481/campaigns/2094788-2145bbe572c0fd14ae15b6c470ac5f80","2094790":"cache/5481/campaigns/2094790-db8df6fd6313b88096e0fc65dc8a35e0","2094791":"cache/5481/campaigns/2094791-6d0eb76a5d53e460703d7079fcfafb5e","2094793":"cache/5481/campaigns/2094793-290a233ca0d88dabff61ff22ff0c6e10","2094794":"cache/5481/campaigns/2094794-e88338523dc80e98f3b9ebddd39e876b","2146288":"cache/5481/campaigns/2146288-47f9e47eeee2c4b21226cedecd31fefe","2146289":"cache/5481/campaigns/2146289-a80e3d4a8acfc5aef83f4f095ee2e129","2146291":"cache/5481/campaigns/2146291-e28de7738fe28f57539fcb65c6e5aabb","2146292":"cache/5481/campaigns/2146292-86f93c336c6a67b0e2870962fac6b7f9","2146294":"cache/5481/campaigns/2146294-038e0e544a1b8b69df3cd01b2ecaf0e7","2146295":"cache/5481/campaigns/2146295-bf0a80f5f1616b36d7afad3f9cfe8c24","2146307":"cache/5481/campaigns/2146307-0d5e35da49232140966f51ccf3b14878","2146308":"cache/5481/campaigns/2146308-be7d56b0a87b0ea5ca5a355fbfe0e995","2146310":"cache/5481/campaigns/2146310-7724345134ba4b10b576d2106dda99dc","2146311":"cache/5481/campaigns/2146311-176472ddf937e4e04f2dd20fae649e3c","2146313":"cache/5481/campaigns/2146313-1de3210632b4079fa1d9b89a3498ee06","2146314":"cache/5481/campaigns/2146314-fc30bd0ccc6daf1585e9fb2449cceafe","2146316":"cache/5481/campaigns/2146316-7a11386eff448dd0bedd2c04a003fc47","2146317":"cache/5481/campaigns/2146317-93936cd5443b6118ae806fd8ea79f080","2294630":"cache/5481/campaigns/2294630-15d7010fd1de5eccf6d04e42cd159d6e","2294631":"cache/5481/campaigns/2294631-1e35e671597f2d3424d9f9872c74df8f","2294633":"cache/5481/campaigns/2294633-5b410df9cc1c95b58b4cd7209e9266f4","2294634":"cache/5481/campaigns/2294634-e4358b6a3eda26bbc60c1278349b7879","2294636":"cache/5481/campaigns/2294636-87134e975e546012ca867712764078c1","2294637":"cache/5481/campaigns/2294637-e33aef54f0dc54e284c7b72da9751bba","2294639":"cache/5481/campaigns/2294639-adf54a4a228a51dc536010b7852edb28","2294640":"cache/5481/campaigns/2294640-f753a1212f246bedd303b656b8dae1ff","2294642":"cache/5481/campaigns/2294642-e6a466755ead0c50d455f4693ad47105","2294643":"cache/5481/campaigns/2294643-708dc5c25dd08bcd90154aae999ca783","2294645":"cache/5481/campaigns/2294645-bff41fc33db72eae3e673f3b63e62324","2294646":"cache/5481/campaigns/2294646-4bef12a0403b5720b3e7d7c854f654de","2294648":"cache/5481/campaigns/2294648-0cbcb5dcea3284c11073aabdbb769fc0","2294649":"cache/5481/campaigns/2294649-212ce0062302899ab81bb245563e3cb8","2294653":"cache/5481/campaigns/2294653-115499f43be577710b0a255921ff44fc","2294654":"cache/5481/campaigns/2294654-983fa0a834004be53c7756f1ae74d2f2","2294656":"cache/5481/campaigns/2294656-4bf2e6c6bac927c25a0ade5d3ee20e21","2294657":"cache/5481/campaigns/2294657-e28e55a3e1fb4617dc1c36bf50457b6b","2294659":"cache/5481/campaigns/2294659-d2728011d9e782d16993b21d650cb4c3","2294660":"cache/5481/campaigns/2294660-df4793d5a04b3f23f43548c5f372b7eb","2294662":"cache/5481/campaigns/2294662-543fd53d9e610495f275454a794c01c3","2294663":"cache/5481/campaigns/2294663-4fe732c02ec1ad805743138b80dea8a2","2294665":"cache/5481/campaigns/2294665-9b78ef6d5d392709b608e1bb05155f4d","2294666":"cache/5481/campaigns/2294666-522de06e5a67071b219e795fe32a7d06","2294668":"cache/5481/campaigns/2294668-433601a5250d29b7f130f5ced101caef","2294669":"cache/5481/campaigns/2294669-bdd67f3db55add0eb408989782dd3d0d","2294671":"cache/5481/campaigns/2294671-bf2c2b313fbe5c9606055320e4b013a3","2294672":"cache/5481/campaigns/2294672-0f7a78de734b6fd0d445c5eabecb6071","2294674":"cache/5481/campaigns/2294674-3252e142bb9425085c89779e4b8f043a","2294675":"cache/5481/campaigns/2294675-8c625651a198d00c78f42a2521734d54","2294677":"cache/5481/campaigns/2294677-8d6a74f70e2f0f5d2ae15e84f44fd99b","2294678":"cache/5481/campaigns/2294678-0db6396f5a76d47f65ee98ceb554fc79","2294680":"cache/5481/campaigns/2294680-bc001679e8525334fd77503a6ca1672a","2294681":"cache/5481/campaigns/2294681-ff89e593beadb82f39712a38170a89f4","2294685":"cache/5481/campaigns/2294685-74d087b0ecf8f3a62feb2efb3a1b41c7","2294686":"cache/5481/campaigns/2294686-9d676c8b6a658aa5b5f04dbb8dc837a8","2294688":"cache/5481/campaigns/2294688-3d0b6b0a4df0b46405ffb7ad5ca74d2e","2294689":"cache/5481/campaigns/2294689-3188d343c25f8d488b7d8741aa51beea","2294691":"cache/5481/campaigns/2294691-637603e8a88ba7e28d7928ed7bdbe278","2294692":"cache/5481/campaigns/2294692-e55939b0e2879e36167bf3df455aef27","2294694":"cache/5481/campaigns/2294694-6ff2a3a2e80960dd6eee7471d2ef24f7","2294695":"cache/5481/campaigns/2294695-746c39c5c722ca0a06df184edfbbcc9a","2294697":"cache/5481/campaigns/2294697-07faac7b79e64967488b888dff40397e","2294698":"cache/5481/campaigns/2294698-3598fac4ceb951b331657b59f3089dee","2294700":"cache/5481/campaigns/2294700-e140bc35ddd4e69f138d0a5be56505b1","2294701":"cache/5481/campaigns/2294701-9a8afac58cfc5c1dfe7063702d36a936","2294706":"cache/5481/campaigns/2294706-0ce4181367066415803a1a751c6f4c57","2294707":"cache/5481/campaigns/2294707-f8ad2539d9c5928a895d8a2555ee8025","2294709":"cache/5481/campaigns/2294709-9a9a62fbc92320235cbb484bd7c95bc2","2294710":"cache/5481/campaigns/2294710-02559ba870ce39dd9ae58b1d93451074","2294712":"cache/5481/campaigns/2294712-978410c8039232f710d50728afcc4825","2294713":"cache/5481/campaigns/2294713-ebeeb5859cf6e257739c799609105af4","2294715":"cache/5481/campaigns/2294715-f6e2b061fa73f7f7fa24603393bee980","2294716":"cache/5481/campaigns/2294716-d5d89449e4ee05af62d986ac695eedf2","2294718":"cache/5481/campaigns/2294718-720ef513d4655dc50b7d613a4ebd2c69","2294719":"cache/5481/campaigns/2294719-4c8c6dbc7984f4e7fc1802f78252fad8","2294721":"cache/5481/campaigns/2294721-88daee6b4fe98296a048f78aca37eafd","2294722":"cache/5481/campaigns/2294722-31420f375b0f45dfd0fac24da7019d5d","2295262":"cache/5481/campaigns/2295262-eac90a9db98df0fb5ed27006f4bd7e55","2295263":"cache/5481/campaigns/2295263-d2ee56686178448793ddb954e0cbac81","2295267":"cache/5481/campaigns/2295267-52db4c77b2bae1c4b82f10ca7704e6da","2295268":"cache/5481/campaigns/2295268-4d630406e62a26d5cf24de4ef46bcc95","2295269":"cache/5481/campaigns/2295269-d78149bf8b98f40350c3aa47a00fe6da","2295270":"cache/5481/campaigns/2295270-3dafa6283157ceed8ce6f18fdfe42f4f","2295276":"cache/5481/campaigns/2295276-e068c0d31b0a91d97ab67d3c0e5e34c2","2295277":"cache/5481/campaigns/2295277-9cdd51d89ba048f46f8e7ecd0e9f3e62","2295278":"cache/5481/campaigns/2295278-9a7cf50a9385da45156f3ff1f58693a4","2295279":"cache/5481/campaigns/2295279-ba13f952e1d212e262292fb8a6e954d9","2295283":"cache/5481/campaigns/2295283-1d4d7f43eb7c4af4bd2dd8c260d85943","2295284":"cache/5481/campaigns/2295284-96bc91ed18695a360134526afdad53cd","2295285":"cache/5481/campaigns/2295285-a91eda463edf7004d52fab58d07c0927","2295286":"cache/5481/campaigns/2295286-102e85da0b0e48e78e2d43b68775c887","2295391":"cache/5481/campaigns/2295391-fd28f4eb544d748d72c64251f7016172","2295393":"cache/5481/campaigns/2295393-355a0e8cb33dd574bdde773d2f8c884a","2295394":"cache/5481/campaigns/2295394-0d3e17e0817e100bd0bcb2e4e73f6364","2295395":"cache/5481/campaigns/2295395-51a81ff5054a29096b5449c98ead8528","2298613":"cache/5481/campaigns/2298613-cef719468a0cd75071865a1ed598b8bd","2298615":"cache/5481/campaigns/2298615-32a38273f2845de9b144a5dc9d2dfb9f","2298617":"cache/5481/campaigns/2298617-869030198e8acd5ebb9233f52627ebd5","2299202":"cache/5481/campaigns/2299202-e6b71c23b65bf3e2c5520deaf7cb1929","2299204":"cache/5481/campaigns/2299204-c2549b67027a0fdcc3c8daefd42e88d9","2299206":"cache/5481/campaigns/2299206-8d7a797b6a0cf6281d668339a374e35d","2299214":"cache/5481/campaigns/2299214-30ce6a779ad2261d08129d7b46377c52","2299216":"cache/5481/campaigns/2299216-37f07ec6a775156904a81a9e94d9e303","2299218":"cache/5481/campaigns/2299218-bc66aebcbeed38cdf5bab60dd27b16f6","2299237":"cache/5481/campaigns/2299237-7afc7d4cbef4a431701f53b9a65be1ad","2299239":"cache/5481/campaigns/2299239-1d1b92e4e44c8396332cef93f3eda49c","2299916":"cache/5481/campaigns/2299916-dcdd6514a3ffb9558059f24ef24e3376","2299917":"cache/5481/campaigns/2299917-fc6b7f8c62e183ba33784be313a25aa3","2299919":"cache/5481/campaigns/2299919-37fb9d37f22298d4a36ce8febe8a2f29","2299920":"cache/5481/campaigns/2299920-45dce3a1327d0115b2033a258d2b06d5","2302660":"cache/5481/campaigns/2302660-bcd6191224ca62a0a9a994928a80ae3d","2302661":"cache/5481/campaigns/2302661-01ed9871170f3417b0f7f02114fa4dba","2302662":"cache/5481/campaigns/2302662-f11c56fe981fa9dd213c439e43c172a0","2302664":"cache/5481/campaigns/2302664-02a6faf8fe4eb91d16b13634f9ed3d5f","2302665":"cache/5481/campaigns/2302665-11358d99341aa0ceab085f319c96e6e3","2302666":"cache/5481/campaigns/2302666-35da9659d28ff6e2eb2abb52d7b4cfae","2302668":"cache/5481/campaigns/2302668-1cff6a500f84cc94229da8aaf6cfb4a0","2302669":"cache/5481/campaigns/2302669-04e239372bb3bbe2ddd7ca2d839e222c","2302670":"cache/5481/campaigns/2302670-ec5f6663f965b41b25371a0867a66e08","2302672":"cache/5481/campaigns/2302672-dba16e2bb1b7eddea8d9b511b6b0ce68","2302673":"cache/5481/campaigns/2302673-a8e4865942a9ac57f246cee4c82659df","2302674":"cache/5481/campaigns/2302674-60c18977c9947fd81b442a63364f3753","2346938":"cache/5481/campaigns/2346938-c7d8f6c26fe467954ce6f62b9be14879","2484217":"cache/5481/campaigns/2484217-8ad92cff7e6ec66d7987047acb723f73","2484219":"cache/5481/campaigns/2484219-b18d40d861b6f83bdfce194b9bf4a4c5","2484221":"cache/5481/campaigns/2484221-3918cc74b223b54ecc278ba8061a9507","2484223":"cache/5481/campaigns/2484223-5e66e01a99c366417668432036f793eb","2484225":"cache/5481/campaigns/2484225-6c3e70ca17e2a6541985dc5f0f2319a0","2484227":"cache/5481/campaigns/2484227-8081a85a4d30514c4d7b950e5e543ecb","2484229":"cache/5481/campaigns/2484229-9678879141027b30cf2467ba00f5d22e","2484231":"cache/5481/campaigns/2484231-8d1d0f38cd1115e40c8ab5a136db0907","2484233":"cache/5481/campaigns/2484233-6f9d7704d4d1b3465f1d6f58d765dfcf","2484234":"cache/5481/campaigns/2484234-e30ab0dc1b620aa5e69079c7d75f0e45","2484235":"cache/5481/campaigns/2484235-664d91ec2f216f5e2563fcf5ea3c4960","2484236":"cache/5481/campaigns/2484236-39795f75df515763f09f8e266ee1b2fb","2484599":"cache/5481/campaigns/2484599-65a3f4bf724a4e8cc05e6720957429dd","2484601":"cache/5481/campaigns/2484601-4c596e0482b08f8f0f27fe26492bd2da","2484603":"cache/5481/campaigns/2484603-0103181f0609106474dc888d34a268ba","2484605":"cache/5481/campaigns/2484605-b3c5ccbd5a71969b19f8c5f18934d4c3","2484606":"cache/5481/campaigns/2484606-b43549f498f1bf4f1c673e233089a857","2484608":"cache/5481/campaigns/2484608-368bae434fe1afab080d9f4035c38d2a","2484610":"cache/5481/campaigns/2484610-f804e0aef82ad52651890ca130007c29","2484612":"cache/5481/campaigns/2484612-974d9a17337fac20372c5e24702c9434","2485918":"cache/5481/campaigns/2485918-1483536edc80c73561bb32a837cd3904","2485919":"cache/5481/campaigns/2485919-29009bd09233633c5382ee0a535b4c12","2485920":"cache/5481/campaigns/2485920-39b79e911ee3aca8f41f3b2e1eddfa45","2485921":"cache/5481/campaigns/2485921-80871051e8d72690e6ddd0867f3af799","2645403":"cache/5481/campaigns/2645403-de6b4d2fdd9364d1249f974054e0664f","2645405":"cache/5481/campaigns/2645405-9cbbd3a191aa7a3d8c46c0bde4fa900c","2645407":"cache/5481/campaigns/2645407-9bfda3ecfdd8f84ec8c9c9503b800bf8","2645408":"cache/5481/campaigns/2645408-2562cbac04c7b7152e56fc22b9e9a46e","2646040":"cache/5481/campaigns/2646040-984a9319bfcd61338e9b53aca951ceb0","2646041":"cache/5481/campaigns/2646041-3b39ab4f44c1bcd93f92893f56f7ec51","2646042":"cache/5481/campaigns/2646042-057bb1f15b5729e3d6f966e156071362","2646043":"cache/5481/campaigns/2646043-3de1d3576ef7cb330c9a4a05cd7305f5","2647666":"cache/5481/campaigns/2647666-ce1d0a0bee044c6e1ef1ae954f03c449","2647668":"cache/5481/campaigns/2647668-bfcc4a1e3d32c518238a2940eccf4903","2647670":"cache/5481/campaigns/2647670-128e7cd561343d1a19324a8cd8555f9b","2647672":"cache/5481/campaigns/2647672-f20064488c29479927b9640eed9bf1fe","2647705":"cache/5481/campaigns/2647705-734653da212eb1cf38d3ff26784dd882","2647707":"cache/5481/campaigns/2647707-60818ee9ac4a9e90d16f6bbb3da12d3f","2647709":"cache/5481/campaigns/2647709-e14abbdc5899baa9247f3f64f46d4822","2647710":"cache/5481/campaigns/2647710-e87360a910e320c14443845cb6beae49","2647712":"cache/5481/campaigns/2647712-eb2468df719593930407fd35507384bf","2647714":"cache/5481/campaigns/2647714-63923ddd697d3bc29025cd3799565d6f","2647716":"cache/5481/campaigns/2647716-d906047808f57d82eca3d2c4b7e397b2","2647717":"cache/5481/campaigns/2647717-82b91b812260fb82431dcc15ed7989e5","2647781":"cache/5481/campaigns/2647781-e4dae367a35f6d0d554bbbcda62fab3d","2647783":"cache/5481/campaigns/2647783-e450de301fc493c48308a4ceb702ae9a","2647785":"cache/5481/campaigns/2647785-157fde1027b623b1a78289607a924e05","2647787":"cache/5481/campaigns/2647787-e577fc11940aa24a0ea562805ffe70a4","2647833":"cache/5481/campaigns/2647833-ba5dc5064600df10f84ee3eddeabc411","2647834":"cache/5481/campaigns/2647834-c5ada79bc3e1834ebd177d7a1b82f222","2647836":"cache/5481/campaigns/2647836-c65d44b08ef731e3f2a22a5ce8fe4a43","2647838":"cache/5481/campaigns/2647838-407bbb44265e25b71636108dbaf13bee","2647840":"cache/5481/campaigns/2647840-9483331eaec90a964779cc9e213df1e6","2647842":"cache/5481/campaigns/2647842-d7033c8536ec9e3ccfe3e7959ca66e1a","2647844":"cache/5481/campaigns/2647844-e33706b0eb6119278538c9fd5ae8d448","2647846":"cache/5481/campaigns/2647846-d355304f63f0109444e3dc3cc3dc0778","2647876":"cache/5481/campaigns/2647876-5b7403e136ed197610249a7d27cd8f48","2647878":"cache/5481/campaigns/2647878-9de138b9a67346125ab983280f71ec13","2647880":"cache/5481/campaigns/2647880-0087768e850a60d1e9822153f1c798db","2647881":"cache/5481/campaigns/2647881-adac2843820c2dc0a24292d6725255d9","2647882":"cache/5481/campaigns/2647882-685f2c5b1433628c21457061bfcb3ffa","2647933":"cache/5481/campaigns/2647933-fbb4f831c0280f88f0970cc59a077673","2647935":"cache/5481/campaigns/2647935-6a3c14392f22add9e7a848654cbe1df7","2647937":"cache/5481/campaigns/2647937-64cf31e640fe186bda260f09cf85a770","2647939":"cache/5481/campaigns/2647939-fa6e9471298cdf049cbe70f56a498e03","2647951":"cache/5481/campaigns/2647951-534ff14c5446cadc2a7f9c3a0417ca38","2647953":"cache/5481/campaigns/2647953-5f28e6879e65ad372ba160ee37eb0bbc","2647966":"cache/5481/campaigns/2647966-0692a80ae7269968d650cda673f8524d","2647976":"cache/5481/campaigns/2647976-0b4be629c220e3d3939cda8082cbbf9c","2647978":"cache/5481/campaigns/2647978-db60f84e1064427d1ac1759fa351fe88","2647982":"cache/5481/campaigns/2647982-8e591b6693488a3534008f3391a2efd2","2647984":"cache/5481/campaigns/2647984-3b04d646b28920a73da743e512f305db","2647986":"cache/5481/campaigns/2647986-471f73b71d1b0eb409248cd1fe8ff312","2647988":"cache/5481/campaigns/2647988-ce3df9b04ea03203324dc964e5373036","2652954":"cache/5481/campaigns/2652954-2c108c2b4470ead42334f8f32c3cea91","2750466":"cache/5481/campaigns/2750466-db827bd70c37b15d3bf9ce475c07d5df","2750467":"cache/5481/campaigns/2750467-781ceac69026c9dc80710158948bd25a","2750468":"cache/5481/campaigns/2750468-2a726a8aa802341ea35d402dfa8c5c0b","2755858":"cache/5481/campaigns/2755858-d78929b6bc04e06d0171ea8cbb86ee92","2755862":"cache/5481/campaigns/2755862-131de21d3e456b457f2509316da94397","2755868":"cache/5481/campaigns/2755868-ca068d10e81384b612fe5748d8e02223","2776770":"cache/5481/campaigns/2776770-7da81ea5223aa697041d025fe83f4330","2776771":"cache/5481/campaigns/2776771-0abc8fb4f2cdee147c00bb8c84b80f60","2776773":"cache/5481/campaigns/2776773-2daf0f17f74b726f3159a459e33191f9","2776774":"cache/5481/campaigns/2776774-b74c7d5f25bf9aeb7e9cc5fbe01fc288","2776776":"cache/5481/campaigns/2776776-f8c883d98dd0774a3a19a760d9facf81","2776777":"cache/5481/campaigns/2776777-50aaf42a66e2c9d72852ad81dc387be2","2776779":"cache/5481/campaigns/2776779-c5e3d4a441da599c2a330f596348ce63","2776780":"cache/5481/campaigns/2776780-493f7962449cda7eaaf10706bdd220bb","2776782":"cache/5481/campaigns/2776782-fd04e582bf3b3010149e65a2fcc27f4d","2776783":"cache/5481/campaigns/2776783-dee7a0233f392f86e5689dc952f75fe9","2776785":"cache/5481/campaigns/2776785-62e1b2aa40d5b2a4abee6e8118b6d737","2776786":"cache/5481/campaigns/2776786-d13ddec9cc8fe9e6f610d7aea1291a55","2776788":"cache/5481/campaigns/2776788-4c3544e7d78ccc3c27358580ce1f74ed","2776790":"cache/5481/campaigns/2776790-7dd0466b5b231c50c9dcef68e6beb2b4","2776792":"cache/5481/campaigns/2776792-3a77a00c3ab93a2d84189df887637187","2776793":"cache/5481/campaigns/2776793-8b260b1dedfadd6283998d3c0f555064","2776795":"cache/5481/campaigns/2776795-66617175c110fa6893776ffd2b394340","2776796":"cache/5481/campaigns/2776796-aebbfd2efdc51b09a1741fa8af5d60eb","2776798":"cache/5481/campaigns/2776798-d7ae2c845930453e31de2257c6f2dda7","2776799":"cache/5481/campaigns/2776799-004476eb6de1b7648f09c2890763b6aa","2776801":"cache/5481/campaigns/2776801-059c5b71da43895d3f4504a2f2f03678","2776802":"cache/5481/campaigns/2776802-23c36c5e2f376cd260773477ab2fd548","2776804":"cache/5481/campaigns/2776804-0807f4387a18f0a211eccd6cf073910f","2776805":"cache/5481/campaigns/2776805-db07ddf98ef0a825935ac60c85c9ca49","2776807":"cache/5481/campaigns/2776807-546469fae9145b105856ee51dc7190e3","2776808":"cache/5481/campaigns/2776808-29885bebb87d068fad58f00c949b86bc","2776811":"cache/5481/campaigns/2776811-b733f015093e03a95ab8d7d025142986","2776812":"cache/5481/campaigns/2776812-bc1e9ccd29c8b34c87f162e476165121","2776814":"cache/5481/campaigns/2776814-3d4647c902d2e9fbcbb42562129a7aad","2776815":"cache/5481/campaigns/2776815-1c3c17d95a43727f67860d97bdebf045","2776996":"cache/5481/campaigns/2776996-de081306d4c8e88cfdede86db50bf8ac","2776997":"cache/5481/campaigns/2776997-ca0f4e91aa958ba76e5497c17a8ba1c0","2777013":"cache/5481/campaigns/2777013-3c37400fc75d0b362701494958d301b0","2777014":"cache/5481/campaigns/2777014-315caae5ef5a42c73fd78f5715a10db2","2777015":"cache/5481/campaigns/2777015-4ad3184554cf058ed89ce02878936d18","2777020":"cache/5481/campaigns/2777020-7293eac862bc1d6f6004ac571c9062b7","2777021":"cache/5481/campaigns/2777021-1e35965ee710d4c69960425f77ffacb0","2777022":"cache/5481/campaigns/2777022-dc25195d181a72f50fd9d0ce1a0daafa","2777026":"cache/5481/campaigns/2777026-8a2d6102346ed3e5d8e66f144435349d","2777027":"cache/5481/campaigns/2777027-d547a8993993d03bc0d3fae7f4f53296","2777028":"cache/5481/campaigns/2777028-1abf94ae514a159888d26f6496f74bd9","2777030":"cache/5481/campaigns/2777030-34f34eb1ef11772a853ccd8ca4788588","2777031":"cache/5481/campaigns/2777031-299106ead3ad4d6d3851df3caa93e4fa","2777032":"cache/5481/campaigns/2777032-04eb8cff2573c55cc4d6796feac16daa","2777034":"cache/5481/campaigns/2777034-cdb025c47d3cdf357bdbf301e3bc8d82","2777035":"cache/5481/campaigns/2777035-e95046b71b3a31070c0f3b4192da1ce5","2777036":"cache/5481/campaigns/2777036-a294c9103b9468247b102f7ac76da938","2777039":"cache/5481/campaigns/2777039-1aca18275445b9570b6e950b9655d3eb","2777040":"cache/5481/campaigns/2777040-610bf18fd123e7d1d52159ecc0e71e47","2777041":"cache/5481/campaigns/2777041-ea69c2a1317a43f6b4fcded0cb187001","2777053":"cache/5481/campaigns/2777053-3ce7d0811130099b0f42667d432d5036","2817273":"cache/5481/campaigns/2817273-fce09aef3402ea7be627c12ee0fc6e9f","2817281":"cache/5481/campaigns/2817281-a40719f04c2c11174cb47c52d4a319e6","2819937":"cache/5481/campaigns/2819937-341460511177c689840e9a15979ea273","2819938":"cache/5481/campaigns/2819938-7e657291477a15d049f05cfad04dfd19","2819940":"cache/5481/campaigns/2819940-1685b18d053457a60f46f1f4bb84d0c0","2819941":"cache/5481/campaigns/2819941-c1140dc71ad10a1897265284a0fb1635","2819943":"cache/5481/campaigns/2819943-eaff3feb3b8a929d598497ea223d55d0","2835812":"cache/5481/campaigns/2835812-9aedb022ae7afb16c4adbb96d189cbe8","2835813":"cache/5481/campaigns/2835813-b25af39a2ccecb3d22b7597349e0f70c","2835815":"cache/5481/campaigns/2835815-281ceeabddd34aa4e500572089ccafdd","2835816":"cache/5481/campaigns/2835816-18f76efb30a6453da49990fa58b89923","2837523":"cache/5481/campaigns/2837523-484d6828444052f358e701fb1b0627f8","2839071":"cache/5481/campaigns/2839071-93fb0ad93d0e7ca0813bacb8a4b51d6d","2841196":"cache/5481/campaigns/2841196-913cf4822b4456177fb869dd8aba29bb","2841865":"cache/5481/campaigns/2841865-87418ea2d66c1d57b4d9ec7c8887d503","2874447":"cache/5481/campaigns/2874447-10047654bdb4f42fca45618cd0f9ee91","2880859":"cache/5481/campaigns/2880859-1930f7773fe47dcb81f7f639b889f922","2883664":"cache/5481/campaigns/2883664-1fb8366c962eb3cf28d8fd47b201f029","2894141":"cache/5481/campaigns/2894141-52ac6ecf6ea3e690a9a699364ccb02f9","2894149":"cache/5481/campaigns/2894149-fa1b2ecaa5b39210335429017fa7cf72","2894154":"cache/5481/campaigns/2894154-3a2a663690793796644bcb7624d8f745","2894156":"cache/5481/campaigns/2894156-7a140a8acf4cba1211329b145ade03f1","2894163":"cache/5481/campaigns/2894163-5afc8d27561b554461bb3e9628f03397","2902017":"cache/5481/campaigns/2902017-8d3b90bfb942aa42e143b1736f93097c","2904862":"cache/5481/campaigns/2904862-fcd195b5b0d0931a78a1463c352663ec","2907539":"cache/5481/campaigns/2907539-85846925022f0b4a53ba3aa0f4fa2d14","2910404":"cache/5481/campaigns/2910404-3bfb8ab461ea46784f03b185463ab8fe","2911708":"cache/5481/campaigns/2911708-df530a8c9ef5341c4654f065cb2dce23","2915816":"cache/5481/campaigns/2915816-3ae00e2a269942635fe50a3086602ef9","2925521":"cache/5481/campaigns/2925521-88ce53658e3a61eeb5b158854cd84455","2925523":"cache/5481/campaigns/2925523-746b57a53a4f25c4d554eba6945224b1","2927431":"cache/5481/campaigns/2927431-a4626448e748169a65d89ff3222a23f5","2928711":"cache/5481/campaigns/2928711-81af005398f7e201c4f5e876d696d5a5","2928713":"cache/5481/campaigns/2928713-29781592b31c2ae7b0157acf46a2d33c","2928715":"cache/5481/campaigns/2928715-139eacefe7b94b08914f564991076f6e","2928717":"cache/5481/campaigns/2928717-1d7692871602d0c13c3a463d44b29941","2928718":"cache/5481/campaigns/2928718-6e239060889fa2875a510e3566aba5f8","2928720":"cache/5481/campaigns/2928720-46f59cf52c0e1de6c7b1a9ec9ae4367c","2928722":"cache/5481/campaigns/2928722-29cedc327520eebf4da0f20a066543e7","2928724":"cache/5481/campaigns/2928724-5d898c64018e34ee3edcdda4c86931b7","2928726":"cache/5481/campaigns/2928726-5c117f486a02378e7435acab267fbe82","2928793":"cache/5481/campaigns/2928793-3a0f9e37cfac388ad2379067076aaa1d","2929256":"cache/5481/campaigns/2929256-377344f184ad60e0376153f7f8cf6113","2929272":"cache/5481/campaigns/2929272-bb34ee259f0f9b88d56ae7f4011eecfa","2929276":"cache/5481/campaigns/2929276-9751187baf9ad9255b56d0519b058549","2929278":"cache/5481/campaigns/2929278-2832a761de2b167558728dfad16ad94e","2937796":"cache/5481/campaigns/2937796-dd6a3fbff9f7f6530cad8f8c159006dd","2941601":"cache/5481/campaigns/2941601-eed2aac23bf72cba2c34eeb51f832edd","2941790":"cache/5481/campaigns/2941790-e9f5ef84169fd42783f89ffa36b69521","2941792":"cache/5481/campaigns/2941792-1a92aba556a465964b68233c411346bc","2941794":"cache/5481/campaigns/2941794-57ea56beeb3577b66adfcc48d510c309","2941796":"cache/5481/campaigns/2941796-42ef27c5dadd178448c77021d1215a17","2941798":"cache/5481/campaigns/2941798-e1e8ff3c7a6dabb61e31cdc862285126","2941800":"cache/5481/campaigns/2941800-d78726a8598b3073f970ebb5735fbee3","2941801":"cache/5481/campaigns/2941801-c2751512f8a50ec652379c0e54ad408e","2944784":"cache/5481/campaigns/2944784-49f48a403ecef6b748d6768f7bcfc624","2944785":"cache/5481/campaigns/2944785-06ad48a4d4f993b4597c2759f96b6511","2944786":"cache/5481/campaigns/2944786-9a1388ba48a69235495519f9465bc11c","2944787":"cache/5481/campaigns/2944787-54136571e38a32c71af7837aa248c111","2944789":"cache/5481/campaigns/2944789-6024829327a80b5999bf8525350fd547","2946972":"cache/5481/campaigns/2946972-0116619ea3e4b3c949d7369833553e38","2948341":"cache/5481/campaigns/2948341-503c9708d50fd7dabea6cc29a576ef64","2951183":"cache/5481/campaigns/2951183-0a76eb3e8605a1d6022f20f8c019369b","2955489":"cache/5481/campaigns/2955489-a29616eb7600d039e142de1d88f4e0c4","2955491":"cache/5481/campaigns/2955491-f7d09b5f94587e7443f13ded834313be","2955493":"cache/5481/campaigns/2955493-8e2e9f2a5175f8d9b1e072b9aae36de6","2955495":"cache/5481/campaigns/2955495-4496dda26a4b55bca33be08716d05367","2955497":"cache/5481/campaigns/2955497-023f51abdde20cfa21cea019fea3dcf0","2958405":"cache/5481/campaigns/2958405-d65e1404a6f65ff4bbeca17457d243f7","2963665":"cache/5481/campaigns/2963665-15694da8253a7335996c3b466f758c0d","2963844":"cache/5481/campaigns/2963844-17e29226227b27bd40d7b0a618418064","2963846":"cache/5481/campaigns/2963846-c2b0553430b3eeecf0ba2039be02b301"},"index_live":"cache/5481/campaign-index-live-73a750da3b683e820a154d3a58af98c0","index_test":"cache/5481/campaign-index-test-573febd746d17ebd7eebd6c07fcb253e"}});