bouncex.callbacks["website"]({"active":"1","advanced_cookie_options":"{\"first_party_limit\":\"3500\",\"local_storage\":\"1\"}","analytics":"0","ba_enabled":"0","ba_settings":{"fbt_enabled":0},"ba_settings_json":"{\"fbt_enabled\":0}","block_ips":"66.211.250.50, 157.130.8.78, 24.103.96.186, 184.74.166.170","block_urls":[],"campaign_js":{"bbar_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);"},"bbar_pushup_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"impression","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 '.infinite-scroll-top { margin-bottom: '+pushAmount+'px; }',\n /*'#INDmenu-btn { margin-bottom: '+pushAmount+'px; top: calc(85% - '+pushAmount+'px) !important;}',*/\n '#INDmenu-btn { margin-bottom: '+pushAmount+'px; top: unset !important;}',\n '#bx-campaign-'+ca_id+'-clone .bx-creative { height: '+pushAmount+'px; }',\n '#bx-campaign-' + campaign_id + ' .bx-slab.bx-menu-open { display: none; }'\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();\n\nfunction checkForMenuOpen() {\n if (jQuery('.header-sidebar-wrapper.header-sidebar-wrapper-visible').length \u003e 0) {\n $campaign.find('.bx-slab').addClass('bx-menu-open');\n } else {\n $campaign.find('.bx-slab').removeClass('bx-menu-open');\n }\n}\nif (jQuery('.header-sidebar-wrapper').length \u003e 0) {\n bouncex.campaigns[ca_id].menuOpenObserver = new MutationObserver(checkForMenuOpen);\n bouncex.campaigns[ca_id].menuOpenObserver.observe(document.querySelector('.header-sidebar-wrapper'), { attributes: true, attributeFilter: ['class'], childList: false, subtree: false });\n}"},"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});"},"ios_position_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"overlay","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-iOSFix-style').remove();\n"},"ios_position_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"overlay","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"if (!!bouncex.browser.ios) {\n bouncex.addCss('body.bx-client-overlay-ios { min-height: 0; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-iOSFix');\n}"},"ios_scroll_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}],[{"activation":"device","prop":"mobile","prop2":"","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"/*To prevent the page scrolling on focus in iOS*/\nvar $campaign = bouncex.campaigns[ca_id].obj1;\nbouncex.addCss('html, body { height: 100%; -webkit-overflow-scrolling: touch;}', bouncex.campaigns[ca_id].obj1.get(0), 'bx-campaign-'+ca_id+'-iosFix');\n\nbouncex.on($campaign.find('.bx-input'), 'touchstart', function(){\n jQuery('html, body').css({'-webkit-overflow-scrolling':'auto', 'overflow': 'auto'});\n});\n\nbouncex.on($campaign.find('.bx-input'), 'focusout', function(){\n jQuery('html, body').css({'-webkit-overflow-scrolling':'', 'overflow': ''});\n});\n"},"ios_scroll_fix_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}],[{"activation":"device","prop":"mobile","prop2":"","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-iosFix-style').remove();\n"},"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":"nanotab","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();"},"zindex_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanotab","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 9; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');\n"}},"cart_rep":{"get":"","set":""},"casl_prevent_user_tracking":"1","client_id":null,"compliance":{"gdpr":1,"gmp":0,"whitelist_check":0},"compliance_json":"{\"gdpr\":1,\"gmp\":0,\"whitelist_check\":0}","confirmation_criteria":null,"confirmation_page":"","confirmation_url":null,"content_width":"0","contract_id":"3","cookie_type":"bind_to_domain","currency":"USD","custom_campaign_js":"{\"zindex_fix\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 9; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');\\n\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanotab\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"1\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"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\\\":\\\"nanotab\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"1\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"ios_scroll_fix\":{\"val\":\"/*To prevent the page scrolling on focus in iOS*/\\nvar $campaign = bouncex.campaigns[ca_id].obj1;\\nbouncex.addCss('html, body { height: 100%; -webkit-overflow-scrolling: touch;}', bouncex.campaigns[ca_id].obj1.get(0), 'bx-campaign-'+ca_id+'-iosFix');\\n\\nbouncex.on($campaign.find('.bx-input'), 'touchstart', function(){\\n jQuery('html, body').css({'-webkit-overflow-scrolling':'auto', 'overflow': 'auto'});\\n});\\n\\nbouncex.on($campaign.find('.bx-input'), 'focusout', function(){\\n jQuery('html, body').css({'-webkit-overflow-scrolling':'', 'overflow': ''});\\n});\\n\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"1\\\":{\\\"0\\\":{\\\"activation\\\":\\\"device\\\",\\\"prop\\\":\\\"mobile\\\",\\\"prop2\\\":\\\"\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"ios_scroll_fix_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-iosFix-style').remove();\\n\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"1\\\":{\\\"0\\\":{\\\"activation\\\":\\\"device\\\",\\\"prop\\\":\\\"mobile\\\",\\\"prop2\\\":\\\"\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"ios_position_fix\":{\"val\":\"if (!!bouncex.browser.ios) {\\n bouncex.addCss('body.bx-client-overlay-ios { min-height: 0; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-iOSFix');\\n}\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"overlay\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"ios_position_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-iOSFix-style').remove();\\n\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"overlay\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"bbar_pushup_fix\":{\"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 '.infinite-scroll-top { margin-bottom: '+pushAmount+'px; }',\\n /*'#INDmenu-btn { margin-bottom: '+pushAmount+'px; top: calc(85% - '+pushAmount+'px) !important;}',*/\\n '#INDmenu-btn { margin-bottom: '+pushAmount+'px; top: unset !important;}',\\n '#bx-campaign-'+ca_id+'-clone .bx-creative { height: '+pushAmount+'px; }',\\n '#bx-campaign-' + campaign_id + ' .bx-slab.bx-menu-open { display: none; }'\\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();\\n\\nfunction checkForMenuOpen() {\\n if (jQuery('.header-sidebar-wrapper.header-sidebar-wrapper-visible').length \u003e 0) {\\n $campaign.find('.bx-slab').addClass('bx-menu-open');\\n } else {\\n $campaign.find('.bx-slab').removeClass('bx-menu-open');\\n }\\n}\\nif (jQuery('.header-sidebar-wrapper').length \u003e 0) {\\n bouncex.campaigns[ca_id].menuOpenObserver = new MutationObserver(checkForMenuOpen);\\n bouncex.campaigns[ca_id].menuOpenObserver.observe(document.querySelector('.header-sidebar-wrapper'), { attributes: true, attributeFilter: ['class'], childList: false, subtree: false });\\n}\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"bbar_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\\\":\\\"\\\"}}}\"},\"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\\\":\\\"\\\"}}}\"}}","custom_js":"// drop bxID pixel https://www.wrike.com/open.htm?id=288897818\n(function() {\n new Image().src = 'https://data.cdnbasket.net/pixel?apikey=2^HIykD\u0026time=' + Date.now();\n})();\n\n/*\n Dev: David Andersen\n Added: 2-27-18\n Wrike: https://www.wrike.com/open.htm?id=214039613\n*/\nbouncex.sessionStore = (function() {\n\tvar sessionStorageIdentifier = 'bxSessionStore';\n\n\tfunction getSessionStore() {\n\t\tvar encodedStore = sessionStorage.getItem(sessionStorageIdentifier);\n\t\tvar decodedStore = bouncex.lz.decompressFromURI(encodedStore);\n\n\t\treturn decodedStore ? JSON.parse(decodedStore) : {};\n\t}\n\n\tfunction set(entryObj) {\n\t\tvar currentStore = getSessionStore();\n\t\tvar updatedStore = Object.assign(currentStore, entryObj);\n\t\tvar encodedStore = bouncex.lz.compressToURI(JSON.stringify(updatedStore));\n\n\t\ttry {\n\t\t\tsessionStorage.setItem(sessionStorageIdentifier, encodedStore);\n\t\t}\n\t\tcatch (e) {\n\t\t\tbouncex.err(e);\n\t\t}\n\t}\n\n\tfunction get(entryInput) {\n\t\tvar currentStore = getSessionStore();\n\t\tvar outputObject;\n\n\t\tif (typeof entryInput === 'string') {\n\t\t\treturn entryInput in currentStore ? currentStore[entryInput] : '';\n\t\t}\n\t\telse if (Array.isArray(entryInput)) {\n\t\t\toutputObject = {};\n\n\t\t\tentryInput.forEach(function(entryName) {\n\t\t\t\toutputObject[entryName] = entryName in currentStore ? currentStore[entryName] : '';\n\t\t\t});\n\n\t\t\treturn outputObject;\n\t\t}\n\t\telse {\n\t\t\treturn currentStore;\n\t\t}\n\t}\n\n\tfunction entryExists(entryName) {\n\t\treturn !!get(entryName);\n\t}\n\n\tfunction populateFields(fieldMap) {\n\t\tvar currentStore = getSessionStore();\n\n\t\tfor (var field in fieldMap) {\n\t\t\tjQuery(fieldMap[field]).val(currentStore[field]);\n\t\t}\n\t}\n\n\treturn {\n\t\tset: set,\n\t\tget: get,\n\t\tentryExists: entryExists,\n\t\tpopulateFields: populateFields\n\t};\n})();\n\n// DA - Populate email in checkout flow:\nvar canPopulateEmail = (\n\twindow.location.pathname === '/shop.axd/Checkout' \u0026\u0026\n\tbouncex.sessionStore.entryExists('email')\n);\n\nif (canPopulateEmail) {\n /* interval to check the form input field has loaded before attempting to autofill email */\n BxInterval.addTask(function checkForEmailInput(){\n var $emailConfirmationField = jQuery('#text-email-confirmation');\n \n if ($emailConfirmationField.length) {\n \tbouncex.sessionStore.populateFields({\n \t\t'email': '#text-email-confirmation'\n \t});\n \t\n \t/* Trigger angular email validation */\n \ttry {\n \t var emailAddress = bouncex.sessionStore.get('email');\n \t angular.element(document.querySelector('input#text-email-confirmation')).scope().emailForm.email.$viewValue = emailAddress;\n \t angular.element(document.querySelector('input#text-email-confirmation')).trigger('blur');\n \t} catch(e) {\n \t bouncex.err(e);\n \t}\n \tBxInterval.stopTask('thisTask');\n }\n }, 20, 'thisTask');\n}\n\n\n\tif(window.location.href === 'https://www.scullyandscully.com/shop.axd/LoginForm?redirect_url=http%3A%2F%2Fwww.scullyandscully.com%2F'){\n\t\tbouncex.$('#new_user').submit(function(){\n\t\t\tbouncex.setv('onboard_form_submit', true);\t\n\t\t\tbouncex.setBounceCookie();\n\t\t});\n\t}\n\t\n\t\n\t//ISR TRACKING AK\n\t\n\t(function () {\n\twindow.bouncex = window.bouncex || {};\n\n\twindow.bouncex.bxISR = {\n\t\t/* --- INITIALIZATION --- */\n\t\tversion: 'Version 8.0 | 12/15/16',\n\t\tstartTime: Date.now(),\n\t\tsettings: {\n\t\t\tcurrentProduct: {},\n\t\t\tgeneral: {\n\t\t\t\tproductPageIdentifier: (jQuery('.content.product-detail-regular').length !== 0),\n\t\t\t\tmaxProducts: 20,\n\t\t\t\tcategoryHistory: JSON.parse(window.localStorage.getItem('bxCatHist')) || [],\n\t\t\t\tproductHistory: JSON.parse(window.localStorage.getItem('bxProdHist')) || [],\n\t\t\t\tcategoryHistoryLength: 0,\n\t\t\t\tproductHistoryLength: 0\n\t\t\t}\n\t\t},\n\n\t\tinit: function () {\n\t\t\tthis.productMap();\n\t\t\tthis.setItemHistoryLengths();\n\t\t\tthis.trackProductHistory();\n\t\t\tthis.trackCategoryHistory();\n\t\t\tthis.maxProducts();\n\t\t// \tconsole.log(Date.now() - window.bouncex.bxISR.startTime, 'bxISR start');\n\t\t},\n\n\t\tproductMap: function () {\n\t\t\tif (!this.settings.general.productPageIdentifier) { return; }\n\t\t\tvar prodImg = jQuery('.window \u003e .photo \u003e a \u003e figure \u003e img').attr('src');\n\t\t\tif(prodImg.indexOf('http') \u003e -1){\n\t\t\t imgUrl = prodImg;\n\t\t\t}else{\n\t\t\t imgUrl = 'https://www.scullyandscully.com' +jQuery('.window \u003e .photo \u003e a \u003e figure \u003e img').attr('src')\n\t\t\t}\n\t\t\t\n\t\t\tvar productValues = {\n\t\t\t\turl: (bouncex.utils.url.allowParams('edp_no')),\n\t\t\t\tname: (jQuery('meta[property = \"og:title\"]').prop('content')),\n\t\t\t\tsku: (jQuery('span[itemprop=\"sku\"]').text()),\n\t\t\t\tcategory: [{ categoryName: (jQuery('.breadcrumbs.clearfix:eq(0) \u003e span').last().text().trim()), categoryUrl: (jQuery('.breadcrumbs.clearfix:eq(0) \u003e span \u003e a').last().attr('href')) }],\n\t\t\t\tdescription: (jQuery('meta[property = \"og:description\"]').prop('content')),\n\t\t\t\tprice: (jQuery('meta[itemprop = \"price\"]').prop('content')),\n\t\t\t\tmainImgUrl: (imgUrl),\n\t\t\t\ttimeStamp: Date.now(),\n\t\t\t\tviewCount: 1,\n\t\t\t\tsessionId: window.bouncex.cookie.vid\n\t\t\t};\n\n\t\t\tthis.settings.currentProduct = productValues;\n\t\t},\n\n\t\t/* --- END OF INITIALIZATION --- */\n\t\t/* --- HELPER FUNCTIONS --- */\n\n\t\taddProductToHistory: function (product) {\n\t\t\tvar productHistory = this.settings.general.productHistory;\n\t\t\tproductHistory.unshift(product);\n\t\t\tthis.setProductHistory(productHistory);\n\t\t},\n\n\t\taddCategoryToHistory: function (currentCategory) {\n\t\t\tvar categoryHistory = this.settings.general.categoryHistory;\n\t\t\tvar newCategory = {\n\t\t\t\tcategory: currentCategory,\n\t\t\t\tviewCount: 1,\n\t\t\t\ttimeStamp: Date.now()\n\t\t\t};\n\n\t\t\tcategoryHistory.unshift(newCategory);\n\t\t\twindow.bouncex.bxISR.setCategoryHistory(categoryHistory);\n\t\t},\n\n\t\tcompareProducts: function (productA, productB) {\n\t\t\tif (productA.mainImgUrl === productB.mainImgUrl) { return true; }\n\t\t\t//if (productA.sku === productB.sku) { return true; }\n\t\t\tif (productA.name === productB.name) { return true; }\n\t\t\tif (productA.url === productB.url) { return true; }\n\t\t\treturn false;\n\t\t},\n\n\t\ttrackProductHistory: function () {\n\t\t\tvar productHistory = this.settings.general.productHistory;\n\t\t\tif (!this.settings.general.productPageIdentifier) { return; }\n\n\t\t\tif (this.settings.general.productHistoryLength \u003e 0) {\n\t\t\t\tvar historyUpdated = false;\n\n\t\t\t\tfor (var i = 0; i \u003c this.settings.general.productHistoryLength; i++) {\n\t\t\t\t\tif (this.compareProducts(productHistory[i], this.settings.currentProduct)) {\n\t\t\t\t\t\tproductHistory[i].viewCount++;\n\t\t\t\t\t\tproductHistory[i].timeStamp = Date.now();\n\t\t\t\t\t\tproductHistory.unshift(productHistory[i]);\n\n\t\t\t\t\t\tproductHistory.splice(i + 1, 1);\n\t\t\t\t\t\thistoryUpdated = true;\n\t\t\t\t\t\tthis.setProductHistory(productHistory);\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (!historyUpdated) {\n\t\t\t\t\tthis.addProductToHistory(this.settings.currentProduct);\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tthis.addProductToHistory(this.settings.currentProduct);\n\t\t\t}\n\t\t},\n\n\t\ttrackCategoryHistory: function () {\n\t\t\tvar categoryHistory = this.settings.general.categoryHistory;\n\t\t\tif (!this.settings.general.productPageIdentifier) { return; }\n\n\t\t\tvar currentCategoriesLength = this.settings.currentProduct.category.length;\n\t\t\tfor (var i = 0; i \u003c currentCategoriesLength; i++) {\n\t\t\t\tvar currentCategory = this.settings.currentProduct.category[i];\n\n\t\t\t\tif (this.settings.general.categoryHistoryLength \u003e 0) {\n\t\t\t\t\tvar historyUpdated = false;\n\t\t\t\t\tfor (var j = 0; j \u003c this.settings.general.categoryHistoryLength; j++) {\n\t\t\t\t\t\tif (categoryHistory[j].category.categoryName === currentCategory.categoryName) {\n\t\t\t\t\t\t\tcategoryHistory[j].viewCount++;\n\t\t\t\t\t\t\tcategoryHistory[j].timeStamp = Date.now();\n\t\t\t\t\t\t\thistoryUpdated = true;\n\t\t\t\t\t\t\tthis.setCategoryHistory(categoryHistory);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tif (!historyUpdated) {\n\t\t\t\t\t\tthis.addCategoryToHistory(currentCategory);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tthis.addCategoryToHistory(currentCategory);\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t\n\t\t/* --- END OF HELPER FUNCTIONS --- */\n\t\t/* --- GETTER FUNCTIONS --- */\n\t\t\n\t\tgetTopCategories: function (criteria, number) {\n\t\t\tvar categories = this.settings.general.categoryHistory;\n\t\t\tif (!number) { number = categories.length; }\n\n\t\t\tif (criteria === 'views') {\n\t\t\t\treturn categories.sort(function (a, b) { return b.viewCount - a.viewCount; }).slice(0, number);\n\t\t\t} else if (criteria === 'time') {\n\t\t\t\treturn categories.sort(function (a, b) { return b.timeStamp - a.timeStamp; }).slice(0, number);\n\t\t\t} else if (criteria === 'recency') {\n\t\t\t\treturn categories.sort(function (a, b) { return b.viewCount - a.viewCount; }).slice(0, number).sort(function (c, d) { return d.timeStamp - c.timeStamp; });\n\t\t\t}\n\t\t},\n\n\t\tgetTopProducts: function (criteria, number) {\n\t\t\tvar products = this.settings.general.productHistory;\n\t\t\tif (!number) { number = products.length; }\n\t\t\tif (criteria === 'views') {\n\t\t\t\treturn products.sort(function (a, b) { return b.viewCount - a.viewCount; }).slice(0, number);\n\t\t\t} else if (criteria === 'time') {\n\t\t\t\treturn products.sort(function (a, b) { return b.timeStamp - a.timeStamp; }).slice(0, number);\n\t\t\t} else if (criteria === 'recency') {\n\t\t\t\treturn products.sort(function (a, b) { return b.viewCount - a.viewCount; }).slice(0, number).sort(function (c, d) { return d.timeStamp - c.timeStamp; });\n\t\t\t}\n\t\t},\n\n\t\tmaxProducts: function () {\n\t\t\tvar maxProducts = this.settings.general.maxProducts;\n\t\t\tif (this.settings.general.productHistoryLength \u003e maxProducts) {\n\t\t\t\tvar topProducts = this.getTopProducts('time', maxProducts);\n\t\t\t\tthis.setProductHistory(topProducts);\n\t\t\t}\n\t\t},\n\n\t\t/* --- END GETTER FUNCTIONS --- */\n\t\t/* --- SETTER FUNCTIONS --- */\n\n\t\tsetItemHistoryLengths: function () {\n\t\t\tthis.settings.general.categoryHistoryLength = this.settings.general.categoryHistory.length;\n\t\t\tthis.settings.general.productHistoryLength = this.settings.general.productHistory.length;\n\t\t},\n\n\t\tsetProductHistory: function (productHistory) {\n\t\t\twindow.localStorage.setItem('bxProdHist', JSON.stringify(productHistory));\n\t\t\tthis.settings.general.productHistory = productHistory;\n\t\t\tthis.settings.general.productHistoryLength = productHistory.length;\n\t\t},\n\n\t\tsetCategoryHistory: function (categoryHistory) {\n\t\t\twindow.localStorage.setItem('bxCatHist', JSON.stringify(categoryHistory));\n\t\t\tthis.settings.general.categoryHistory = categoryHistory;\n\t\t\tthis.settings.general.categoryHistoryLength = categoryHistory.length;\n\t\t},\n\n\t\t/* --- END SETTER FUNCTIONS --- */\n\t\t/* --- CAMPAIGN TEMPLATING --- */\n\n\t\tpopulateCampaignProducts: function (params) {\n\t\t\tif (!params || !params.campaignId || !params.numberProducts || !params.campaignType) { return false; }\n\t\t\tif (!params.sortBy) { params.sortBy = 'time'; }\n\t\t\tif (!params.productAction) { params.productAction = 'link'; }\n\t\t\tif (!params.hoverState) { params.hoverState = false; }\n\n\n\t\t\tvar campaign = jQuery('#campaign_' + params.campaignId + '_container_' + params.campaignType);\n\t\t\tvar campaignProductArray = [];\n\n\t\t\tfor ( var i = 0; i \u003c params.numberProducts; i++ ) {\n\t\t\t\tvar campaignProductObject = {\n\t\t\t\t\timg: jQuery('#campaign_' + params.campaignId + '_container_' + params.campaignType + ' a[href*=isr_img' + (i + 1) + ']'),\n\t\t\t\t\tlink: jQuery('#campaign_' + params.campaignId + '_container_' + params.campaignType + ' a[href*=isr_url' + (i + 1) + ']')\n\t\t\t\t};\n\n\t\t\t\tcampaignProductArray.push(campaignProductObject);\n\t\t\t}\n\n\t\t\tvar productArray = window.bouncex.bxISR.getTopProducts(params.sortBy, params.numberProducts);\n\t\t\tjQuery.each(productArray, function (x, y) {\n\t\t\t\tvar imgSrc = y.mainImgUrl,\n\t\t\t\t\tproductLink = (y.url.indexOf('http') \u003e -1) ? y.url : window.top.location.origin + y.url,\n\t\t\t\t\tproductImageElem = jQuery(campaignProductArray[x].img),\n\t\t\t\t\tproductLinkElem = jQuery(campaignProductArray[x].link);\n\n\n\t\t\t\tvar css = {\n\t\t\t\t\t'background-image': 'url(\\'' + imgSrc + '\\')',\n\t\t\t\t\t'background-size': 'auto 100%',\n\t\t\t\t\t'background-repeat': 'no-repeat',\n\t\t\t\t\t'background-position': 'center'\n\t\t\t\t};\n\n\t\t\t\tproductImageElem.css(css).addClass('isr-image isr' + x + '');\n\t\t\t\tif (params.productAction === 'link') {\n\t\t\t\t\tif (params.reportClicks) {\n\t\t\t\t\t\tvar productAction = 'javascript:(function () { window.bouncex.report(' + params.campaignId + ', \\'clicks\\'); setTimeout(function(){window.top.open(\\''+ productLink +'\\');}, 100); })();'; \n\t\t\t\t\t} else {\n\t\t\t\t\t\tvar productAction = 'javascript:(function () { window.top.open(\\''+ productLink +'\\'); })();';\n\t\t\t\t\t}\n\n\t\t\t\t} else if (params.productAction === 'submit') {\n\t\t\t\t\tvar productAction = 'javascript:void(0);';\n\t\t\t\t\tvar msg = JSON.stringify({ source: 'bouncex', action: 'submit' });\n\t\t\t\t\tproductImageElem.on('click', function () {\n\t\t\t\t\t\twindow.bouncex.report(params.campaignId, 'clicks');\n\t\t\t\t\t\tXD.postMessage(msg, campaign);\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\tproductImageElem.attr('href', productAction);\n\n\t\t\t\tif (params.reportClicks) {\n\t\t\t\t\tvar linkAction = 'javascript:(function () { window.bouncex.report(' + params.campaignId + ', \\'clicks\\'); setTimeout(function(){window.top.open(\\''+ productLink +'\\');}, 100); })();';\n\t\t\t\t} else {\n\t\t\t\t\tvar linkAction = 'javascript:(function () { window.top.open(\\''+ productLink +'\\'); })();';\n\t\t\t\t}\n\n\t\t\t\tproductLinkElem.attr('href', linkAction);\n\n\t\t\t\tif (params.hoverState) {\n\t\t\t\t\tif (params.reportClicks) {\n\t\t\t\t\t\tvar hoverLinkAction = 'javascript:(function () { window.bouncex.report(' + params.campaignId + ', \\'clicks\\'); setTimeout(function(){window.top.open(\\''+ productLink +'\\');}, 100); })();';\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvar hoverLinkAction = 'javascript:(function () { window.top.open(\\'' + productLink + '\\'); })();';\n\t\t\t\t\t}\n\n\t\t\t\t\tproductImageElem.parent().append('\u003cdiv class=\"isr_hover\" onclick=\"' + hoverLinkAction + '\"\u003e\u003cspan class=\"isr_title isr_h' + x + '\"\u003e' + y.name + '\u003c/span\u003e\u003c/div\u003e');\n\t\t\t\t}\n\t\t\t});\n\t\t},\n\n\t\tpopulateCampaignProductsV2: function (params) {\n\t\t\tif (!params || !params.campaignId || !params.numberProducts) { return false; }\n\t\t\tif (!params.sortBy) { params.sortBy = 'time'; }\n\t\t\tif (!params.productAction) { params.productAction = 'link'; }\n\t\t\tif (!params.linkAction) { params.linkAction = 'new' }\n\n\t\t\tvar campaign = jQuery('#bx-campaign-' + params.campaignId);\n\t\t\tvar campaignProductArray = [];\n\n\t\t\tcampaignProductElements = {};\n\t\t\tjQuery.each(params.campaignSteps, function (x, y) {\n\t\t\t\t\n\t\t\t\tcampaignStepProductElements = [];\n\t\t\t\tfor ( var i = 0; i \u003c params.numberProducts; i++ ) {\n\t\t\t\t\tvar campaignStepProductObject = {};\n\t\t\t\t\tif (y.productImages) {\n\t\t\t\t\t\tcampaignStepProductObject.img = campaign.find('#bx-form-' + params.campaignId + '-step-' + y.stepNumber + ' .bx-lineshape:eq(' + i +')');\n\t\t\t\t\t}\n\t\t\t\t\tif (y.productLinkElems) {\n\t\t\t\t\t\tcampaignStepProductObject.link = campaign.find('#bx-form-' + params.campaignId + '-step-' + y.stepNumber + ' .bx-group .bx-row-submit:eq('+i+')').find('button');\n\t\t\t\t\t}\n\t\t\t\t\tif (y.productHoverStates) {\n\t\t\t\t\t\tcampaignStepProductObject.hoverTitle = campaign.find('#bx-form-' + params.campaignId + '-step-' + y.stepNumber + ' .bx-group .bx-row-line-custom:eq(' + i +')').siblings('.bx-row-text').find('div');\n\t\t\t\t\t}\n\t\t\t\t\tcampaignStepProductElements.push(campaignStepProductObject);\n\t\t\t\t}\n\n\t\t\t\tcampaignProductElements['step-' +x] = campaignStepProductElements;\n\t\t\t});\n\n\t\t\tvar productArray = window.bouncex.bxISR.getTopProducts(params.sortBy, params.numberProducts);\n\n\t\t\tvar self = this;\n\t\t\tjQuery.each(campaignProductElements, function (x, y) {\n\t\t\t\tvar productAction = function () {};\n\n\t\t\t\tfor ( var i = 0; i \u003c y.length; i++ ) {\n\t\t\t\t\tif (params.campaignSteps[(x.split('-')[1])].productsLink) {\n\t\t\t\t\t\tvar productLink = (productArray[i].url.indexOf('http') \u003e -1) ? productArray[i].url : window.top.location.origin + productArray[i].url;\n\t\t\t\t\t\tproductAction = self.makeProductAction(productLink, params);\n\t\t\t\t\t}\n\n\t\t\t\t\tif (y[i].img) {\n\t\t\t\t\t\tvar imgSrc = productArray[i].mainImgUrl,\n\t\t\t\t\t\t\tproductImageElem = jQuery(y[i].img);\n\n\t\t\t\t\t\tproductImageElem.css('background-image', 'url(' + imgSrc + ')').addClass('isr-image isr' + x + '').bind('click.bx_' + params.campaignId + '_isr_' + i, productAction);\n\t\t\t\t\t}\n\n\t\t\t\t\tif (y[i].link) {\n\t\t\t\t\t\tvar productLink = (productArray[i].url.indexOf('http') \u003e -1) ? productArray[i].url : window.top.location.origin + productArray[i].url,\n\t\t\t\t\t\t\tproductLinkElem = jQuery(y[i].link);\n\n\t\t\t\t\t\tproductLinkElem.attr('bx-href', productLink).bind('click.bx_' + params.campaignId + '_isr_' + i, productAction);\n\t\t\t\t\t}\n\n\t\t\t\t\tif (y[i].hoverTitle) {\n\t\t\t\t\t\tvar productTitle = productArray[i].name,\n\t\t\t\t\t\t\tproductHoverTitleElem = jQuery(y[i].hoverTitle);\n\n\t\t\t\t\t\tproductHoverTitleElem.text(productTitle).bind('click.bx_' + params.campaignId + '_isr_' + i, productAction);\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t});\n\t\t},\n\n\t\tmakeProductAction: function (productLink, campaignParams) {\n\t\t\tvar productAction = function () {};\n\n\t\t\t\tif (campaignParams.productAction === 'link') {\n\t\t\t\t\tif (campaignParams.linkAction === 'new') {\n\t\t\t\t\t\tif (campaignParams.reportClicks) {\n\t\t\t\t\t\t\tproductAction = function () {\n\t\t\t\t\t\t\t\twindow.bouncex.report(campaignParams.campaignId, 'click');\n\t\t\t\t\t\t\t\t// setTimeout(function() {\n\t\t\t\t\t\t\t\t\twindow.top.open(productLink);\n\t\t\t\t\t\t\t\t// }, 100);\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tproductAction = function () {\n\t\t\t\t\t\t\t\twindow.top.open(productLink);\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t} else if (campaignParams.linkAction === 'current') {\n\t\t\t\t\t\tif (campaignParams.reportClicks) {\n\t\t\t\t\t\t\tproductAction = function () {\n\t\t\t\t\t\t\t\twindow.bouncex.report(campaignParams.campaignId, 'click');\n\t\t\t\t\t\t\t\t// setTimeout(function() {\n\t\t\t\t\t\t\t\t\twindow.top.location.replace(productLink);\n\t\t\t\t\t\t\t\t// }, 100);\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tproductAction = function () {\n\t\t\t\t\t\t\t\twindow.top.location.replace(productLink);\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\treturn productAction;\n\t\t}\n\t};\n\n\twindow.bouncex.bxISR.init();\n})();\n\n","custom_liquid_variable":"{\"BelowHeroBannerImg\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://storage.googleapis.com/bx-production-coreapi-studio-static/assets/uploads/clients/1730/images/9fd569c2-d09b-4cfb-9570-888171d3db34.png\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"110kb\",\"imgWidth\":\"1280px\",\"imgHeight\":\"200px\"},\"BelowHeroBannerUrl\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://www.scullyandscully.com/new-arrivals\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowProdGridBannerImg\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://storage.googleapis.com/bx-production-coreapi-studio-static/assets/uploads/clients/1730/images/8ac1ec2b-4866-459c-b673-321f319b4776.jpeg\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"122kb\",\"imgWidth\":\"1280px\",\"imgHeight\":\"600px\"},\"BelowProdGridBannerUrl\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://www.scullyandscully.com/inspiration/design-trends/chinoiserie\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Cart_BelowHeroBannerImg\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/5504/09e13caa0a14d8a48819f406b73e30d4.png\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"110kb\",\"imgWidth\":\"1280px\",\"imgHeight\":\"200px\"},\"Cart_BelowHeroBannerUrl\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Cart_BelowProdGridBannerImg\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6817/081623/BannerImg.jpg\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"122kb\",\"imgWidth\":\"1280px\",\"imgHeight\":\"600px\"},\"Cart_BelowProdGridBannerUrl\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://www.scullyandscully.com/inspiration/design-trends/chinoiserie\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Cat_BelowHeroBannerImg\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/5504/09e13caa0a14d8a48819f406b73e30d4.png\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"110kb\",\"imgWidth\":\"1280px\",\"imgHeight\":\"200px\"},\"Cat_BelowHeroBannerUrl\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://www.scullyandscully.com/new-arrivals/\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Cat_BelowProdGridBannerImg\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6817/081623/BannerImg.jpg\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"122kb\",\"imgWidth\":\"1280px\",\"imgHeight\":\"600px\"},\"Cat_BelowProdGridBannerUrl\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://www.scullyandscully.com/inspiration/design-trends/chinoiserie\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Catalog_BelowHeroBannerImg\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/5504/09e13caa0a14d8a48819f406b73e30d4.png\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"110kb\",\"imgWidth\":\"1280px\",\"imgHeight\":\"200px\"},\"Catalog_BelowHeroBannerUrl\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://www.scullyandscully.com/new-arrivals/?utm_content=new_arrivals_product_v1\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Catalog_BelowProdGridBannerImg\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6817/081623/BannerImg.jpg\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"122kb\",\"imgWidth\":\"1280px\",\"imgHeight\":\"600px\"},\"Catalog_BelowProdGridBannerUrl\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://www.scullyandscully.com/inspiration/design-trends/chinoiserie\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ClientName\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"Scully \u0026amp; Scully\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"HomepageUrl\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://www.scullyandscully.com/\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Prod_BelowHeroBannerImg\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/5504/09e13caa0a14d8a48819f406b73e30d4.png\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"110kb\",\"imgWidth\":\"1280px\",\"imgHeight\":\"200px\"},\"Prod_BelowHeroBannerUrl\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://www.scullyandscully.com/new-arrivals/?utm_content=new_arrivals_product_v1\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Prod_BelowProdGridBannerImg\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6817/081623/BannerImg.jpg\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"122kb\",\"imgWidth\":\"1280px\",\"imgHeight\":\"600px\"},\"Prod_BelowProdGridBannerUrl\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://www.scullyandscully.com/inspiration/design-trends/chinoiserie\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Studio_BelowHeroBannerImg\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://storage.googleapis.com/bx-production-coreapi-studio-static/assets/uploads/clients/1730/images/9fd569c2-d09b-4cfb-9570-888171d3db34.png\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowHeroBannerImg\"},\"Studio_BelowHeroBannerUrl\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://www.scullyandscully.com/new-arrivals\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowHeroBannerUrl\"},\"Studio_BelowProdGridBannerImg\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://storage.googleapis.com/bx-production-coreapi-studio-static/assets/uploads/clients/1730/images/8ac1ec2b-4866-459c-b673-321f319b4776.jpeg\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowProdGridBannerImg\"},\"Studio_BelowProdGridBannerUrl\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"https://www.scullyandscully.com/inspiration/design-trends/chinoiserie\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowProdGridBannerUrl\"},\"Studio_FirstItemCartUrl\":{\"startDate\":\"\",\"startTime\":\"\",\"endDate\":\"\",\"endTime\":\"\",\"promoVal\":\"\",\"val\":\"{{ if $.CartItems }}{{ $FirstItem := index $.CartItems 0 }}{{ $CartSuffix := printf \\\"#bx_cart=%s\\\" ( base64 $.CartJSON ) }}{{ $FirstItem.url }}{{ $CartSuffix }}{{ end }}\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\",\"label\":\"$FirstItemCartUrl\"},\"Studio_FirstItemUrl\":{\"startDate\":\"\",\"startTime\":\"\",\"endDate\":\"\",\"endTime\":\"\",\"promoVal\":\"\",\"val\":\"{{ if $.Items }}{{ $FirstItem := index $.Items 0 }}{{ $FirstItem.url }}{{ end }}\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\",\"label\":\"$FirstItemUrl\"},\"Studio_HomepageCartUrl\":{\"startDate\":\"\",\"startTime\":\"\",\"endDate\":\"\",\"endTime\":\"\",\"promoVal\":\"\",\"val\":\"{{ $CartSuffix := printf \\\"#bx_cart=%s\\\" ( base64 $.CartJSON ) }}$HomepageUrl{{ $CartSuffix }}\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\",\"label\":\"$HomepageCartUrl\"},\"Studio_HomepageUrl\":{\"startDate\":\"\",\"startTime\":\"\",\"endDate\":\"\",\"endTime\":\"\",\"promoVal\":\"\",\"val\":\"https://www.scullyandscully.com/\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\",\"label\":\"$HomepageUrl\"},\"Studio_ListPageUrl\":{\"startDate\":\"\",\"startTime\":\"\",\"endDate\":\"\",\"endTime\":\"\",\"promoVal\":\"\",\"val\":\"{{ $.ListPageUrl }}\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\",\"label\":\"$ListPageUrl\"},\"Studio_TopBannerImg\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$TopBannerImg\"},\"Studio_TopBannerUrl\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$TopBannerUrl\"},\"TextSendOffer1\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TextSendOffer2\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TextSendOffer3\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopBannerImg\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopBannerUrl\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode1\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode2\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode3\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer1\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer2\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer3\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer1\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer2\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer3\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitestandard\":{\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"promoVal\":\"\",\"val\":\"assets.bounceexchange.com/assets/uploads/users/6868/a18191fcb0c05eb931b8015f20843d58.jpg\",\"description\":\"\",\"enabled\":false,\"imgSize\":\"40kb\",\"imgWidth\":\"416px\",\"imgHeight\":\"550px\"}}","custom_variable":"{\"items_in_cart\":{\"polling\":\"all\",\"persist\":\"visit\",\"val\":\"bouncex.website.pts !== 'checkout' ? Number(jQuery('[data-type=\\\"mini-cart\\\"]').first().text().replace(/[^0-9.]/g, '')) : null;\\n\",\"default\":\"0\",\"page_type_json\":[]},\"amount_in_cart\":{\"polling\":\"all\",\"persist\":\"visit\",\"val\":\"bouncex.website.pts !=='checkout' ? Number(jQuery('.header-mini-cart-subtotal-amount').first().text().replace(/[^0-9.]/g, '')) : null;\\n\",\"default\":\"0\",\"page_type_json\":[]},\"logged_in\":{\"polling\":\"all\",\"persist\":\"visit\",\"val\":\"bouncex.website.pts !== 'checkout' ? jQuery('.header-profile-welcome-link-name').length \u003e 0 : null;\",\"default\":\"false\",\"page_type_json\":[]},\"ever_logged_in\":{\"polling\":\"all\",\"persist\":\"permanent\",\"val\":\"bouncex.vars.logged_in || null;\",\"default\":\"false\",\"page_type_json\":[]},\"onboard_form_submit\":{\"polling\":\"none\",\"persist\":\"permanent\",\"val\":\"(function(){\\n\\tvar catalogueEl = bouncex.$('.main-content \u003e table \u003e tbody \u003e tr').last().children().children('h6').length;\\n\\t\\n\\t\\tif(window.location.href === 'http://www.scullyandscully.com/shop.axd/UpdateEmailPreferencesBP'){\\n\\t\\t\\treturn true;\\n\\t\\t}else if(window.location.href === 'http://www.scullyandscully.com/shop.axd/RequestCatalog' \u0026\u0026 catalogueEl){\\n\\t\\t\\treturn true;\\n\\t\\t}else if(window.location.href === 'https://www.scullyandscully.com/shop.axd/Checkout#/main/step2'){\\n\\t\\t\\treturn true;\\n\\t\\t}\\n\\n})();\",\"default\":\"false\",\"page_type_json\":[]},\"exclusive\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"jQuery('.exclusive').length \u003e 0;\",\"default\":\"false\",\"page_type_json\":[]},\"limited_edition\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"jQuery('.product_description_text:contains(\\\\'Limited Edition\\\\')').length \u003e 0 || jQuery('.product_description_text:contains(\\\\'Limited edition\\\\')').length \u003e 0;\",\"default\":\"false\",\"page_type_json\":[]},\"registry_page_visit\":{\"polling\":\"none\",\"persist\":\"visit\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[]},\"native_email_submitted\":{\"polling\":\"all\",\"persist\":\"permanent\",\"val\":\"jQuery('.global-views-message-success').text().toLowerCase().indexOf('email submitted') \u003e -1 || null;\",\"default\":\"false\",\"page_type_json\":[],\"testmode\":false},\"pagetype\":{\"polling\":\"vars\",\"persist\":\"no\",\"val\":\"bouncex.website.pts;\",\"default\":\"false\",\"page_type_json\":[],\"testmode\":false},\"prod_name\":{\"default\":\"false\",\"polling\":\"vars\",\"persist\":\"no\",\"val\":\"jQuery('[itemprop=\\\"name\\\"]').first().text();\",\"t\":\"string\",\"page_type_json\":[\"product\"]},\"imageurl\":{\"polling\":\"vars\",\"persist\":\"no\",\"val\":\"jQuery('.product-details-image-gallery img').attr('src');\",\"default\":\"false\",\"page_type_json\":[\"product\"],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"cart\":{\"polling\":\"none\",\"persist\":\"permanent\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"in_stock\":{\"polling\":\"vars\",\"persist\":\"no\",\"val\":\"jQuery('.cart-add-to-cart-button button').length \u003e 0;\",\"default\":\"false\",\"page_type_json\":[\"product\"],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"logged_in_identified\":{\"polling\":\"none\",\"persist\":\"visit\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"cart_qty\":{\"polling\":\"all\",\"persist\":\"visit\",\"val\":\"bouncex.website.pts !== 'checkout' ? Number(jQuery('[data-type=\\\"mini-cart\\\"]').first().text().replace(/[^0-9.]/g, '')) : null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"cart_value\":{\"polling\":\"all\",\"persist\":\"visit\",\"val\":\"bouncex.website.pts !=='checkout' ? Number(jQuery('.header-mini-cart-subtotal-amount').first().text().replace(/[^0-9.]/g, '')) : null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"sku\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\" jQuery('[itemprop=\\\"sku\\\"]').text().trim();\",\"default\":\"false\",\"page_type_json\":[\"product\"],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false}}","deployment_json":null,"deployment_presets":{"Email Capture":[[{"activation":"submitted_email","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"customer","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_source=bronto"}],[{"activation":"variable","prop":"equal","prop2":"logged_in","prop3":"","val":"false"}],[{"activation":"variable","prop":"equal","prop2":"native_email_submitted","prop3":"","val":"false"}],[{"activation":"variable","prop":"equal","prop2":"ever_logged_in","prop3":"","val":"false"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"/confirmation"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=email"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"cart"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"Checkout"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_source=wunderkind"}]],"Email Capture (Cart \u0026 Checkout)":[[{"activation":"submitted_email","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"customer","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_source=bronto"}],[{"activation":"variable","prop":"equal","prop2":"logged_in","prop3":"","val":"false"}],[{"activation":"variable","prop":"equal","prop2":"native_email_submitted","prop3":"","val":"false"}],[{"activation":"variable","prop":"equal","prop2":"ever_logged_in","prop3":"","val":"false"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"/confirmation"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=email"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"vp/checkout/confirmation"}],[{"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"}]],"Exclude Pages":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"cart"}],[{"activation":"variable","prop":"equal","prop2":"logged_in_identified","prop3":"","val":"false"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"pages/aboutus/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"LoginForm"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/interior-design"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"MyAccount"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"WishListReview"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"Checkout"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"OrderLookup"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"CatalogRequest"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"termsandconditions"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"returnpolicy/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"contactus/"}]],"Limited Edition":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"https://www.scullyandscully.com/collectibles/halcyon-days/holidays-annual-boxes/halcyon-days-christmas-in-new-york-oval-enamel-box.axd"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"https://www.scullyandscully.com/tabletop/crystal-glassware/lalique-crystal/daum-pate-de-verre-crystal-sand-lion-limited-edition.axd"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"https://www.scullyandscully.com/collectibles/herend-figurines/sea-life-collectibles/herend-reserve-octopus.axd"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"https://www.scullyandscully.com/collectibles/halcyon-days/history-landmarks/halcyon-days-new-york-harbor-box.axd"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"https://www.scullyandscully.com/collectibles/herend-figurines/birds-insects/herend-reserve-blackbacked-kingfishers.axd"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"https://www.scullyandscully.com/collectibles/herend-figurines/reserve-collection/herend-reserve-ostrich.axd"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"https://www.scullyandscully.com/collectibles/herend-figurines/reserve-collection/herend-reserve-zebra.axd"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"https://www.scullyandscully.com/collectibles/herend-figurines/reserve-collection/herend-reserve-walrus.axd"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"https://www.scullyandscully.com/collectibles/herend-figurines/reserve-collection/herend-reserve-hippopotamus.axd"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"https://www.scullyandscully.com/collectibles/herend-figurines/reserve-collection/herend-reserve-rhinoceros.axd"}]],"PLA Traffic":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"gclid="}],[{"activation":"variable","prop":"equal","prop2":"pagetype","prop3":"","val":"product"}]],"Unidentified User":[[{"activation":"variable","prop":"equal","prop2":"logged_in","prop3":"","val":"false"}],[{"activation":"variable","prop":"equal","prop2":"ever_logged_in","prop3":"","val":"false"}],[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"utm_medium=peoplebasedmarketing"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"utm_source=wunderkind"}],[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"behavioralemail"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"utm_medium=email"}],[{"activation":"customer","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"vp/checkout/confirmation"}],[{"activation":"variable","prop":"equal","prop2":"native_email_submitted","prop3":"","val":"false"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_source=bronto"}]],"all_current_pg_no":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"requestcatalogue"}],[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/aboutus"}],[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/catalog"}]],"eCap_current_pg_no":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"cart"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"checkout"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"loginform"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/unsub"}]]},"deployment_settings":null,"device_graph_enabled":"0","device_graph_settings":{"tagData":{"async":"true","data-exp":"1","data-fire":"0","data-gm":"0","data-wt":"0","id":"c.js","src":"//pixel.cdnwidget.com/cdn/c.falcon.js"},"trafficPercentage":100},"dfp_account_id":null,"dt_inserted_unix":"1459194998","els":{"CART - Checkout Button":"","CART - Promo Code Apply Button":"","CART - Promo Code Box":"","CAT - Product Grid Image":"","CAT - Quickview Box":"","CAT-AddtoCartButton":"","CAT-QuickviewAddtoCart":"","Footer":"","Navigation bar":"","PDP - Add to Cart Button":".cta.add-to-cart, .add-your-items","PDP - Color Option":"","PDP - Hero Image":"","PDP - Product Name":"","PDP - Product Price":"","PDP - Quantity Option":"","PDP - Review Stars":"","PDP - Size Option":"","PDP - Thumbnail Image":"","SEARCH - Product Grid Image":""},"enable_advanced_cookie":"0","enable_ally":"0","enable_bpush":"0","enable_ga_integration":"1","enable_iframe":"1","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 ---------------------------- */\n\nvar CLEAN_URL = bouncex.utils.url.allowParams(['keywords']);\n\n/* --------------------------------- HELPERS -------------------------------- */\n\nfunction getItemImageUrl() {\n\tvar imgUrl = jQuery('.product-details-image-gallery img').attr('src');\n\treturn imgUrl \u0026\u0026 bouncex.utils.url.allowParams([], imgUrl);\n}\n\nfunction getItemIdFromUrl(url) {\n\treturn url \u0026\u0026 bouncex.utils.url.allowParams([], url).split('/').pop();\n}\n\nfunction getGroupId() {\n var metaImgUrl = jQuery('meta[property=\"og:image\"]').first().attr('content'),\n formattedUrl = (bouncex.utils.url.allowParams([], metaImgUrl) || '').replace('_0.jpg', '');\n return getItemIdFromUrl(formattedUrl);\n}\n\n/* ------------------------------ ITEM TRACKING ----------------------------- */\n\nfunction getItem() {\n\treturn {\n\t\tid: getItemIdFromUrl(CLEAN_URL),\n\t\tcopy: jQuery('.product-details-full-content-header-title[itemprop=\"name\"]').text().trim(),\n\t\tcategory: jQuery('.global-views-breadcrumb-item').eq(-1).text().trim() || 'global',\n\t\turl: CLEAN_URL,\n\t\timageurl: getItemImageUrl(),\n\t\tinstock: jQuery('.cart-add-to-cart-button button').length \u003e 0\n\t};\n}\n\nfunction fireViewItem(id, groupId) {\n\tvar pushItem = { 'item:id': id };\n\n\tif (groupId) {\n\t\tpushItem['item:itemgroupid'] = groupId;\n\t}\n\tbouncex.push(['view item', pushItem]);\n}\n\nfunction initializeItemEvents() {\n\tvar item;\n\n\tbouncex.et.onTrue(\n\t\tfunction () {\n\t\t\titem = getItem();\n\t\t\treturn (\n\t\t\t\t!!item.id \u0026\u0026\n\t\t\t\t!!item.copy \u0026\u0026\n\t\t\t\t!!item.category \u0026\u0026\n\t\t\t\t!!item.url \u0026\u0026\n\t\t\t\t!!item.imageurl\n\t\t\t);\n\t\t},\n\t\tfunction () {\n\t\t\tif (item.url.indexOf('gift-card') \u003e -1) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t bouncex.setTimeout2(function() {\n var latestCopy = jQuery('[itemprop=\"name\"]').first().text().trim();\n if (latestCopy \u0026\u0026 latestCopy !== item.copy) {\n item.copy = latestCopy;\n }\n\n bouncex.push(['item', item]);\n\n item.groupId = getGroupId();\n initializeSkuEvents(item.id, item.groupId);\n fireViewItem(item.id, item.groupId);\n initializeCartQtyAddToCart(item.id);\n }, 500);\n\t\t\t\n\t\t},\n\t\t1000\n\t);\n}\n\n/* ------------------------------ SKU TRACKING ------------------------------ */\n\nfunction fireSelectSku(id, groupId, sku) {\n\tif (id \u0026\u0026 groupId \u0026\u0026 sku) {\n\t\tbouncex.push([\n\t\t\t'select_sku',\n\t\t\t{\n\t\t\t\t'item:id': id,\n\t\t\t\t'item:itemgroupid': groupId,\n\t\t\t\t'item:feedid': sku\n\t\t\t}\n\t\t]);\n\t}\n}\nfunction initializeSkuEvents(itemId, groupId) {\n\tif (jQuery('.product-details-options-selector-option-container [data-type=\"option\"]').length === 0) {\n\t\tfireSelectSku(itemId, groupId, bouncex.vars.sku);\n\t\treturn;\n\t}\n\tbouncex.et.onVarChange('sku', function (oldVal, newVal) {\n\t\tif (newVal \u0026\u0026 newVal !== oldVal) {\n\t\t\tfireSelectSku(itemId, groupId, bouncex.vars.sku);\n\t\t}\n\t});\n}\n\n/* ---------------------------- CATEGORY TRACKING --------------------------- */\n\nfunction getItemIdsCat() {\n\tvar ids = [];\n\n\tjQuery('.facets-item-cell-grid-link-image').each(function (i, e) {\n\t\tvar id = getItemIdFromUrl(jQuery(e).attr('href'));\n\n\t\tif (id \u0026\u0026 ids.indexOf(id) \u003c 0) {\n\t\t\tids.push(id);\n\t\t}\n\t});\n\n\treturn ids.join(',');\n}\n\nfunction getCategoryObject() {\n\treturn {\n\t\t'page:url': CLEAN_URL,\n\t\t'items:ids': getItemIdsCat()\n\t};\n}\n\nfunction initializeCategoryEvents() {\n\tvar categoryObj;\n\n\tbouncex.et.onTrue(\n\t\tfunction () {\n\t\t\tcategoryObj = getCategoryObject();\n\t\t\treturn (\n\t\t\t\t!!categoryObj['items:ids'].length \u0026\u0026 !!categoryObj['page:url']\n\t\t\t);\n\t\t},\n\t\tfunction () {\n\t\t\tbouncex.push(['view category', categoryObj]);\n\t\t},\n\t\t10\n\t);\n}\n\n/* ------------------------------- CART EVENTS ------------------------------ */\nfunction initializeCartQtyAddToCart(itemId){\n bouncex.et.onVarChange('cart_qty', function (oldVal, newVal) {\n\t\tif (newVal \u003e 0 \u0026\u0026 newVal \u003e oldVal) {\n\t\t\tfireAddToCart(itemId);\n\t\t}\n\t});\n}\n\n\nfunction fireAddToCart(itemId) {\n\tbouncex.push(['add to cart', { 'item:id': itemId }]);\n\n\tif (bouncex.vars.cart) {\n\t\treturn;\n\t}\n\tbouncex.setVar('cart', true);\n}\n\nfunction initializeQVATCClickTracking(itemId) {\n bouncex.et.on(jQuery('.cart-add-to-cart-button-button'), 'click.bx', function(){\n fireAddToCart(itemId);\n });\n}\n\nfunction emptyCart() {\n\tbouncex.et.onVarChange('cart_qty', function (oldVal, newVal) {\n\t\tif (bouncex.vars.cart \u0026\u0026 newVal === 0 \u0026\u0026 oldVal \u003e 0) {\n\t\t\tbouncex.push(['empty_cart']);\n\t\t\tbouncex.setVar('cart', false);\n\t\t}\n\t});\n}\n\nfunction initializeCartEvents() {\n\tbouncex.et.cart.init({\n\t\treplenish: function () { },\n\t\treplenishmentType: 'single'\n\t});\n\n\temptyCart();\n}\n\n/* ------------------------------ USER TRACKING ----------------------------- */\n\nfunction initializeUserTracking() {\n\tif (!bouncex.vars.logged_in || !!bouncex.vars.logged_in_identified) {\n\t\treturn;\n\t}\n\n\tvar userEmail;\n\n\tbouncex.et.onTrue(\n\t\tfunction () {\n\t\t\tuserEmail = jQuery('.overview-profile-email').first().text() || bouncex.utils.getNestedProp('loadedResourcesPromises.myAccountEnvironment.data.ENVIRONMENT.PROFILE.email');\n\t\t\treturn bouncex.utils.validate.email(userEmail);\n\t\t},\n\t\tfunction () {\n\t\t\tbouncex.push([\n\t\t\t\t'user',\n\t\t\t\t{\n\t\t\t\t\temail: userEmail,\n\t\t\t\t\tsource: 'LoggedIn'\n\t\t\t\t}\n\t\t\t]);\n\t\t\tbouncex.setVar('logged_in_identified', true);\n\t\t},\n\t\t5\n\t);\n}\n\n/* ------------------------------ QUICK VIEW ----------------------------- */\n\nfunction initQuickViewEvents() {\n\tbouncex.et.onVisible('#modal-body', function (e) {\n\t\tvar itemId = getItemIdFromUrl(e.find('.product-details-quickview-full-details').attr('href')),\n\t\t\tgroupId = getGroupId();\n\t\tif (itemId) {\n\t\t\tfireViewItem(itemId, groupId);\n\t\t\tinitializeQVATCClickTracking(itemId);\n\t\t}\n\t});\n}\n\n/* --------------------------- INITIALIZE TRACKING -------------------------- */\n\nfunction isValidDomain() {\n\treturn CLEAN_URL.indexOf('www.scullyandscully.com') \u003e -1;\n}\n\nfunction isEn() {\n\treturn bouncex.html.attr('lang') === 'en-US';\n}\n\nfunction isValidForTracking() {\n\treturn isValidDomain() \u0026\u0026 isEn();\n}\n\nfunction init() {\n\tif (!isValidForTracking()) {\n\t\treturn;\n\t}\n\n\tinitializeUserTracking();\n\tinitializeCartEvents();\n\n\tswitch (bouncex.website.pts) {\n\t\tcase 'category':\n\t\tcase 'search':\n\t\t\tinitializeCategoryEvents();\n\t\t\tinitQuickViewEvents();\n\t\t\tbreak;\n\t\tcase 'product':\n\t\t\tbouncex.setTimeout2(function() { \n\t\t\t\tinitializeItemEvents();\n\t\t\t}, 3000);\n\t\t\tbreak;\n\t\tdefault:\n\t\t\tbreak;\n\t}\n}\n\ninit();\n","event_tracking_test_mode":"0","fastboot_enabled":"0","feed_config_json":"{\n \"WebsiteID\": \"1730\",\n \"Type\": \"product\",\n \"StepsToRun\": [\n \"import\"\n ],\n \"Source\": {\n \"Transport\": \"web\",\n \"Format\": \"csv\",\n \"ClientFeedCredsID\": \"1730/source\",\n \"FormatConfig\": {\n \"Type\": \"product\",\n \"Separator\": \",\",\n \"FixQuotes\": false,\n \"Mappings\": [\n {\n \"BXField\": \"ID\",\n \"ClientField\": \"id\"\n },\n {\n \"BXField\": \"Description\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"ItemGroupID\",\n \"ClientField\": \"item_group_id\"\n },\n {\n \"BXField\": \"QuantityOnline\",\n \"ClientField\": \"available_inventory\"\n },\n {\n \"BXField\": \"Link\",\n \"ClientField\": \"link\"\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_link\"\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|/confirmation|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"/confirmation"},"any_page_url|/confirmation|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"/confirmation"},"any_page_url|/orderconfirmation|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"/orderconfirmation"},"any_page_url|bxtest|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"bxtest"},"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_source=bronto|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_source=bronto"},"any_page_url|utm_source=wunderkind|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_source=wunderkind"},"any_page_url|utm_source=wunderkind|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"utm_source=wunderkind"},"any_page_url|vp/checkout/confirmation|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"vp/checkout/confirmation"},"google_mobile_policy|session":{"activation":"google_mobile_policy","prop":"yes","prop2":"session","prop3":"","val":""}},"gmp_enabled":"1","gmp_url_exceptions":["gclid"],"google_analytics_id":"UA-672070-1","google_analytics_view_account":"analytics@bounceexchange.com","google_analytics_view_id":"1116746","ibx_cart_replenishment_js":"{\"get\":\"\",\"set\":\"\"}","ibx_tracking_enabled":"0","id":"1730","inbox_reporting_enabled":"1","lang":"english","liquid_vars":{"BelowHeroBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"200px","imgSize":"110kb","imgWidth":"1280px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://storage.googleapis.com/bx-production-coreapi-studio-static/assets/uploads/clients/1730/images/9fd569c2-d09b-4cfb-9570-888171d3db34.png"},"BelowHeroBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.scullyandscully.com/new-arrivals"},"BelowProdGridBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"600px","imgSize":"122kb","imgWidth":"1280px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://storage.googleapis.com/bx-production-coreapi-studio-static/assets/uploads/clients/1730/images/8ac1ec2b-4866-459c-b673-321f319b4776.jpeg"},"BelowProdGridBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.scullyandscully.com/inspiration/design-trends/chinoiserie"},"Cart_BelowHeroBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"200px","imgSize":"110kb","imgWidth":"1280px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/5504/09e13caa0a14d8a48819f406b73e30d4.png"},"Cart_BelowHeroBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Cart_BelowProdGridBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"600px","imgSize":"122kb","imgWidth":"1280px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6817/081623/BannerImg.jpg"},"Cart_BelowProdGridBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.scullyandscully.com/inspiration/design-trends/chinoiserie"},"Cat_BelowHeroBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"200px","imgSize":"110kb","imgWidth":"1280px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/5504/09e13caa0a14d8a48819f406b73e30d4.png"},"Cat_BelowHeroBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.scullyandscully.com/new-arrivals/"},"Cat_BelowProdGridBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"600px","imgSize":"122kb","imgWidth":"1280px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6817/081623/BannerImg.jpg"},"Cat_BelowProdGridBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.scullyandscully.com/inspiration/design-trends/chinoiserie"},"Catalog_BelowHeroBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"200px","imgSize":"110kb","imgWidth":"1280px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/5504/09e13caa0a14d8a48819f406b73e30d4.png"},"Catalog_BelowHeroBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.scullyandscully.com/new-arrivals/?utm_content=new_arrivals_product_v1"},"Catalog_BelowProdGridBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"600px","imgSize":"122kb","imgWidth":"1280px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6817/081623/BannerImg.jpg"},"Catalog_BelowProdGridBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.scullyandscully.com/inspiration/design-trends/chinoiserie"},"ClientName":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Scully \u0026amp; Scully"},"HomepageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.scullyandscully.com/"},"Prod_BelowHeroBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"200px","imgSize":"110kb","imgWidth":"1280px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/5504/09e13caa0a14d8a48819f406b73e30d4.png"},"Prod_BelowHeroBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.scullyandscully.com/new-arrivals/?utm_content=new_arrivals_product_v1"},"Prod_BelowProdGridBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"600px","imgSize":"122kb","imgWidth":"1280px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6817/081623/BannerImg.jpg"},"Prod_BelowProdGridBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.scullyandscully.com/inspiration/design-trends/chinoiserie"},"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":"https://storage.googleapis.com/bx-production-coreapi-studio-static/assets/uploads/clients/1730/images/9fd569c2-d09b-4cfb-9570-888171d3db34.png"},"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":"https://www.scullyandscully.com/new-arrivals"},"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":"https://storage.googleapis.com/bx-production-coreapi-studio-static/assets/uploads/clients/1730/images/8ac1ec2b-4866-459c-b673-321f319b4776.jpeg"},"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":"https://www.scullyandscully.com/inspiration/design-trends/chinoiserie"},"Studio_FirstItemCartUrl":{"description":"","enabled":false,"endDate":"","endTime":"","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","label":"$FirstItemCartUrl","origin":"Studio","promoVal":"","startDate":"","startTime":"","val":"{{ if $.CartItems }}{{ $FirstItem := index $.CartItems 0 }}{{ $CartSuffix := printf \"#bx_cart=%s\" ( base64 $.CartJSON ) }}{{ $FirstItem.url }}{{ $CartSuffix }}{{ end }}"},"Studio_FirstItemUrl":{"description":"","enabled":false,"endDate":"","endTime":"","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","label":"$FirstItemUrl","origin":"Studio","promoVal":"","startDate":"","startTime":"","val":"{{ if $.Items }}{{ $FirstItem := index $.Items 0 }}{{ $FirstItem.url }}{{ end }}"},"Studio_HomepageCartUrl":{"description":"","enabled":false,"endDate":"","endTime":"","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","label":"$HomepageCartUrl","origin":"Studio","promoVal":"","startDate":"","startTime":"","val":"{{ $CartSuffix := printf \"#bx_cart=%s\" ( base64 $.CartJSON ) }}$HomepageUrl{{ $CartSuffix }}"},"Studio_HomepageUrl":{"description":"","enabled":false,"endDate":"","endTime":"","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","label":"$HomepageUrl","origin":"Studio","promoVal":"","startDate":"","startTime":"","val":"https://www.scullyandscully.com/"},"Studio_ListPageUrl":{"description":"","enabled":false,"endDate":"","endTime":"","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","label":"$ListPageUrl","origin":"Studio","promoVal":"","startDate":"","startTime":"","val":"{{ $.ListPageUrl }}"},"Studio_TopBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$TopBannerImg","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_TopBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$TopBannerUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TextSendOffer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"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":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"couponcode1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"couponcode2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"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":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitedisclaimer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"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":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsiteoffer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsiteoffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitestandard":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"550px","imgSize":"40kb","imgWidth":"416px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"assets.bounceexchange.com/assets/uploads/users/6868/a18191fcb0c05eb931b8015f20843d58.jpg"}},"load_jquery":"auto","max_activations_pageview":"1","max_activations_session":"2","metadata":{"bx_connect_settings":"{\"disableFinancials\":true}","client_plan":"managed","enable_ally_settings_json":"{\"enable_ally_aria_labels\":0,\"enable_ally_focus\":0,\"enable_ally_number_to_string\":0}","enable_osr_events":"0","enable_short_links":"0","google_analytics_v4_measurement_id":"G-QZNMYEKBW4","google_analytics_v4_property_id":"264898956","lookup_esp_settings":"{ \"EspName\": \"bronto\", \"EspCredsId\": \"1730/bronto\" }","minify_email":"1","preinit_custom_js":"SinglePageApp.setCustomParams({\n currentPageIdentifier: function () {\n var curPageId = document.querySelector('#content div') ? document.querySelector('#content div').getAttribute('id') : '';\n return curPageId !== 'facet-browse' ? curPageId : window.location.pathname;\n }\n});","single_page_app_on":"1","single_page_app_test_mode":"0","sms_block_quebec":"0","sms_configs":"{\"textSuppressionConfig\":[]}","sms_double_opt_in":"0","sms_shared_short_code_enabled":"0","sms_short_code_by_country":"{}","use_button_tag_for_close":"0","use_verbose_label_for_close":"0"},"name":"Scully \u0026 Scully","no_control_ips":[],"no_ecaps_in_canada":"0","order_email_js":"","order_id_js":"","order_val_js":"","overlay_js":"","page_type_json":{"cart":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/cart"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('#facet-browse').length \u003e 0;"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"?keywords"}]]},"checkout":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/checkout"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.pathname === \"/\";"}]]},"product":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('.product-details-full').length \u003e 0;"}]]},"search":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"?keywords"}]]}},"perf_logging_enabled":"0","pick_random_campaigns":"0","polling_interval":"1000","provider_config":false,"script_delay":"1000","script_tags_json":"[{\"name\":\"wknd_tag\",\"version\":null},{\"name\":\"conversion_multipixel\",\"version\":\"ecommerce\"},{\"name\":\"gam_pixel\",\"version\":\"out_of_page\"},{\"name\":\"amp_auto_ad_pixel\",\"version\":\"default\"}]","sibling_website_ids":null,"template_site":"0","test_child_id":"0","test_enabled":"0","test_traffic":"0","third_party_cookie":"0","top_stats_disabled":"0","tp_conversion_js":"","use_website_cookie":"1","user_history_enabled":"0","v2_enabled":"1","vars":[{"code":"bouncex.website.pts !=='checkout' ? Number(jQuery('.header-mini-cart-subtotal-amount').first().text().replace(/[^0-9.]/g, '')) : null;\n","default":"0","name":"amount_in_cart","page_types":[],"persist":"visit","polling":"all","testmode":false,"trigger":false},{"code":"null;","default":"false","name":"cart","page_types":[],"persist":"permanent","polling":"none","testmode":false,"trigger":"pageload"},{"code":"bouncex.website.pts !== 'checkout' ? Number(jQuery('[data-type=\"mini-cart\"]').first().text().replace(/[^0-9.]/g, '')) : null;","default":"false","name":"cart_qty","page_types":[],"persist":"visit","polling":"all","testmode":false,"trigger":"pageload"},{"code":"bouncex.website.pts !=='checkout' ? Number(jQuery('.header-mini-cart-subtotal-amount').first().text().replace(/[^0-9.]/g, '')) : null;","default":"false","name":"cart_value","page_types":[],"persist":"visit","polling":"all","testmode":false,"trigger":"pageload"},{"code":"bouncex.vars.logged_in || null;","default":"false","name":"ever_logged_in","page_types":[],"persist":"permanent","polling":"all","testmode":false,"trigger":false},{"code":"jQuery('.exclusive').length \u003e 0;","default":"false","name":"exclusive","page_types":[],"persist":"no","polling":"none","testmode":false,"trigger":false},{"code":"jQuery('.product-details-image-gallery img').attr('src');","default":"false","name":"imageurl","page_types":["product"],"persist":"no","polling":"vars","testmode":false,"trigger":"pageload"},{"code":"jQuery('.cart-add-to-cart-button button').length \u003e 0;","default":"false","name":"in_stock","page_types":["product"],"persist":"no","polling":"vars","testmode":false,"trigger":"pageload"},{"code":"bouncex.website.pts !== 'checkout' ? Number(jQuery('[data-type=\"mini-cart\"]').first().text().replace(/[^0-9.]/g, '')) : null;\n","default":"0","name":"items_in_cart","page_types":[],"persist":"visit","polling":"all","testmode":false,"trigger":false},{"code":"jQuery('.product_description_text:contains(\\'Limited Edition\\')').length \u003e 0 || jQuery('.product_description_text:contains(\\'Limited edition\\')').length \u003e 0;","default":"false","name":"limited_edition","page_types":[],"persist":"no","polling":"none","testmode":false,"trigger":false},{"code":"bouncex.website.pts !== 'checkout' ? jQuery('.header-profile-welcome-link-name').length \u003e 0 : null;","default":"false","name":"logged_in","page_types":[],"persist":"visit","polling":"all","testmode":false,"trigger":false},{"code":"null;","default":"false","name":"logged_in_identified","page_types":[],"persist":"visit","polling":"none","testmode":false,"trigger":"pageload"},{"code":"jQuery('.global-views-message-success').text().toLowerCase().indexOf('email submitted') \u003e -1 || null;","default":"false","name":"native_email_submitted","page_types":[],"persist":"permanent","polling":"all","testmode":false,"trigger":false},{"code":"(function(){\n\tvar catalogueEl = bouncex.$('.main-content \u003e table \u003e tbody \u003e tr').last().children().children('h6').length;\n\t\n\t\tif(window.location.href === 'http://www.scullyandscully.com/shop.axd/UpdateEmailPreferencesBP'){\n\t\t\treturn true;\n\t\t}else if(window.location.href === 'http://www.scullyandscully.com/shop.axd/RequestCatalog' \u0026\u0026 catalogueEl){\n\t\t\treturn true;\n\t\t}else if(window.location.href === 'https://www.scullyandscully.com/shop.axd/Checkout#/main/step2'){\n\t\t\treturn true;\n\t\t}\n\n})();","default":"false","name":"onboard_form_submit","page_types":[],"persist":"permanent","polling":"none","testmode":false,"trigger":false},{"code":"bouncex.website.pts;","default":"false","name":"pagetype","page_types":[],"persist":"no","polling":"vars","testmode":false,"trigger":false},{"code":"jQuery('[itemprop=\"name\"]').first().text();","default":"false","name":"prod_name","page_types":["product"],"persist":"no","polling":"vars","testmode":false,"trigger":false},{"code":"null;","default":"false","name":"registry_page_visit","page_types":[],"persist":"visit","polling":"none","testmode":false,"trigger":false},{"code":" jQuery('[itemprop=\"sku\"]').text().trim();","default":"false","name":"sku","page_types":["product"],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"}],"website":"scullyandscully.com","website_id":"1730","cache_meta":{"paths":{"1006494":"1006494-17d937283c6e0e5c5962b730f0e2ded4","1006495":"1006495-5cfa13e6460012ba9ceeb045715e1163","1006496":"1006496-2c4a5ff502a81bc0f5bc89a6eece5fc4","1006509":"1006509-9c21ccdb7909a517dcdae859a532e9a2","1006510":"1006510-1c9e2fc86ca2f2455081e6d8104128c3","1006511":"1006511-7172ddcee86ff72bd845accf677ae826","1016561":"1016561-17f59960872f8052c349dd741d6773f6","1016562":"1016562-ad55c918f5ed43e523bf9dcbce92dd38","1016563":"1016563-9b182c5f706b97de5cbcab6b2483627b","1016564":"1016564-ec7df23ca8545169b89dc5a8cbecad0e","1016579":"1016579-3957521edcf22f9c6ecadf54e3459384","1016580":"1016580-ef3700be26a9b33ace7d4b78e05d5116","1016581":"1016581-2c38d957d449f299e633f52ed4659392","1016582":"1016582-9ef9f8808d4a6a2c1200596fc910a552","1032274":"1032274-360345db68ae21aba51eaf16cb6f9923","1032275":"1032275-0fac91c82b06399b6cec66184e59825a","1032276":"1032276-0b68e35dfc96bfba5775b0087c55242b","1032277":"1032277-b5b424c6cf1e3c361e1b1a0d0866508b","1032303":"1032303-ad4dc7a254521e45ad978b42f084cb50","1034740":"1034740-c92a9667b78e6d551f6ff1b23b16c00e","1034741":"1034741-a16da6320cc09ccf07e698e0f72264c0","1034742":"1034742-f6e797041e5ee78916b5ee8c47d5bbad","1034743":"1034743-cfc7a0ed75eb9607167e3a60d24bbee0","1038196":"1038196-a56976a136a8bd86d874661502f86835","1038197":"1038197-aa267799b299547f0a470ee1f12d7db2","1038198":"1038198-5c5bc92556732456a744b90bd0dcfc46","1038199":"1038199-a0ec47f804eb2f05c9852908fa069091","1038201":"1038201-9f1b3f290340ab184cb0ff677b0fdcbe","1038202":"1038202-a73ba082196ba608896d838f0d3b5a7a","1038203":"1038203-7491877cb0dd9ca160ecaee9ee7544dd","1051881":"1051881-8281e7302d30486a72b50ca266fc2a6f","1051882":"1051882-6a6fccc84f958561f7e60b7624a185b6","1051883":"1051883-4b145bc1321b4c683d379af4d8e0aa14","1068986":"1068986-58f2f230b11a33501819ff55366a4838","1068987":"1068987-c6324b75d0464dc4812774010b3b5b1b","1068988":"1068988-f683def1aa5425b660b0ec15d8c9d42e","1068989":"1068989-f72eee9b478d5e22f4844b882d16129d","1072027":"1072027-497bbd7b860bd9239701b318be0051ab","1075283":"1075283-8d6243fe524dee853811ecf5da71f8c3","1075284":"1075284-d3d116c356cb8e76f1be63a1b756dbed","1075285":"1075285-39c23626a038d78d82898ab50006a891","1075286":"1075286-99e8ab61ceb134d2bde5ab4de3177d46","1109275":"1109275-f6040f917120d47b0603efaeafe9c305","1109276":"1109276-98cf71c85a838431b79a245bcf2a1dbd","1109277":"1109277-1ae8f8c4062153d78609d105662d167d","1109278":"1109278-cb784e75c153ed49fca61356dfd8365e","1110631":"1110631-46d23cc68557c873c241d9039e743045","1110632":"1110632-57a44c85c22ed5c61084ae3c5b2991a5","1134060":"1134060-c8bb9acb31b417ec00bcb3598d083749","1134061":"1134061-1cc8b06efbde26488963178d14cedb35","1134063":"1134063-ecbe9c8cf3021880bafd3f3ab211f35b","1134064":"1134064-40add0f59e54da1ea7337f81d4ac21aa","1134066":"1134066-a207adec9f8663259259943c9f65ae62","1134067":"1134067-4323b0cf27be345dcb2b413b9126aa5d","1134069":"1134069-b2ec0491d3a369cce18afeeff6478c4f","1134070":"1134070-4b677afa7ae947750833f4b669d0fd36","1134072":"1134072-fd9446eda68ad8c945edb9f779f8ad2f","1134073":"1134073-7ea4d5daf9a0975c1b053e4b6d4c0187","1134075":"1134075-35281b234c87a1fe5184f7afe89ff4f2","1134076":"1134076-2ad875176fbe0e2e07cf9d9cc6fff66e","1134078":"1134078-4207c5d078b95f2c02a6f13a9f8defde","1134079":"1134079-fc188a76c63b3a779769d153f71fc4ae","1134081":"1134081-7e16b0295defc9cbef8cd19a8d53ab47","1134082":"1134082-afea7da46916b15d0846a8327d094ad5","1134084":"1134084-71066e0327e98226b6141549a93a202e","1134085":"1134085-6c32ad95ccfd48077328894a38b2888b","1134087":"1134087-ce87ec55d313968d445aaebb2082552a","1134088":"1134088-0a6a1659c60e384916b20147c3fc8f6f","1134090":"1134090-85ee47988c17eba474ac9d244143e75c","1134091":"1134091-6779063bbfe7a1fde43d516ceb4e580a","1134093":"1134093-e3ec9acb29ce87d240e3776381c05b5a","1134094":"1134094-f170c94a1e161ecc2e12e28ec4db1d96","1134096":"1134096-80ecaaeb3719a2679b2a665777bf5d9a","1134097":"1134097-822919be034ec3705f304d762d4967d0","1134099":"1134099-30575d6a047d3eae41be324db3bb3445","1134100":"1134100-b40ff2c4a9a627c1b80b554588a4bf81","1134102":"1134102-30a350be8038c4a8b6f355c22410b2d0","1134103":"1134103-04f6c419996033aebeaafbae13c526c0","1134104":"1134104-86b674287be7b7069c913dd6b6aa5317","1134108":"1134108-27d49cb4d94b236784cec556a7740574","1134109":"1134109-ea329a5aa6f76dddb1482c7124ef2953","1134110":"1134110-635ee8570fcdbb59d5dd2a850f5cd3b8","1134112":"1134112-8c841577df4c83975170798e862103f6","1134113":"1134113-1f5dbc7d87bd37f79e3a3f3a3d66eb92","1134114":"1134114-4bc5f8b072429642a58f3095fef64627","1134116":"1134116-d8226b0193e8e33ec884225ae24cff8d","1134117":"1134117-d236cc70bf686b4f606c187a036056d4","1134118":"1134118-dd87a1dab53de59a41f774f68d88fc3d","1134120":"1134120-9ed37151ae23504171720d36b269fed4","1134121":"1134121-8522cb6e3fa83d08398045341aa8a46d","1134122":"1134122-9ec405cce2c8f6a40f319603bb9b0e9f","1134124":"1134124-ac12f3933e8d7828ff6de9c97bc882ca","1134125":"1134125-70351160334bf7980ebd0fd35a8f86b9","1134126":"1134126-f77306d538ca91fa66254e32b914f623","1134128":"1134128-2e89180d1dfa671946b44bddb8fffd72","1134129":"1134129-a4a54c83597b3b8e881c25abaf774244","1134130":"1134130-b1e000c264bbe59fd203abb1a533f25d","1134132":"1134132-163478b7308c39e8ca35939a62eecfb7","1134133":"1134133-1b1c998caf46df8b6114b4fd7589271f","1134134":"1134134-05f3bc2c97ae8ca2aea80afa6389f792","1134136":"1134136-8821f399569f3984121c92ab35024335","1134137":"1134137-0031dfb2e8a3f110ecfa2a52c5f092e6","1134138":"1134138-6c76ea39323f4ba458177501667b2d5d","1134358":"1134358-7388dbc2ec64e87b5ef98879cfb94306","1134359":"1134359-b91bd6ec4389d93445d50c0ef5787315","1134360":"1134360-bab5cceb64250df0384779a366124afe","1134361":"1134361-5a069026996a037e109981d6f1b66a33","1154077":"1154077-57f83de94311d69db822aa610ebd4fb3","1154176":"1154176-65ef0e464d10ebffa4974dc56231a7c0","1155962":"1155962-f53831c33d98d0f14fff75f63894212b","1155963":"1155963-ab14d388b643f0ea3f0d91ee38cf6774","1155964":"1155964-4ae57d077cb8f63952ba6302a500f493","1155965":"1155965-7b9f5316e2d853762be872ff2a63b817","1155966":"1155966-87f272b8124a51d3cfe2991c01d84b0c","1155968":"1155968-f9695efd5b3024b2abd33a2b4814011d","1155969":"1155969-2b6e00a41ec973f72c7b3b651fefb739","1155970":"1155970-59f7c1f7d21b41bdac7ece15f6aee438","1155971":"1155971-e7b4cf09e70fc859a765e54626922502","1155973":"1155973-2e0ad4573c28576bd50efae483d60380","1155974":"1155974-f8ccd1b78ac1481a7f515224b9b145a2","1155975":"1155975-5b3cb8bd1ac17deac8be33d83ac470c2","1155976":"1155976-1a26fbdc859db9dda0a628ccbc6978f3","1155977":"1155977-4e0a5992065494e82727b46664fa1807","1156018":"1156018-145d531cb4732cc3dfc7d63b339582b8","1156019":"1156019-44800dc433437a104fa4db1fd79da771","1156020":"1156020-3b909bd80a5ca2f6a02cb16097a0981a","1156022":"1156022-a5d4b7a4b81c6ff03c58149161732c1e","1156023":"1156023-cef7ee06861279e0c6fb9a5493af4372","1164674":"1164674-2bcded8c703b90842c603616432cb0ad","1164675":"1164675-d4469f09d0ebdfa4abfc4613b16db819","1164676":"1164676-08de1524049d8e834cec7244e19913ab","1164684":"1164684-9fc7a2ff644837b6056fb3beedf3af48","1164685":"1164685-ea262bf4c2db7c0d4e363c535bd93dec","1164686":"1164686-32062005f5b52f3dfe123bd646e5c09a","1164687":"1164687-08a2c8945f9758fe72a669b1dfb28529","1167476":"1167476-8842b890239bf05f592d40b93aaecdca","1167478":"1167478-4487dd478c657429571ef05658438115","1167479":"1167479-caac485957135e844f74f26e9432387e","1167480":"1167480-d129f14012428878a52b1d1ba340cf2f","1167481":"1167481-e9a5976f9a520f5c6bc873abe72408fb","1171126":"1171126-a7468dabd345a55a743b8e6e25697fd1","1171131":"1171131-7c1ee2f56857a149e1ccfce0d1bf9b92","1171132":"1171132-5772686e9ca2c61139eadb2233e7514c","1184330":"1184330-e380a941e3a6c47a6bb85f350b9c9742","1184331":"1184331-e7cc2050da75aabdb80d5ccb5ce3d955","1184332":"1184332-47fb9c3599be9874a3e1fea5da2ce5ce","1184333":"1184333-26dd228cf4900cdbfbd9bc0150b10385","1184351":"1184351-fa861818ae64c7960d67c0338a7d2900","1184353":"1184353-459527e55b06980a540dd3e6ee526511","1184355":"1184355-e9bc69847766d6e6ee7862b3075e28b0","1188346":"1188346-7248ef56afa522bd404ed8da62024188","1188347":"1188347-15bfc2188ca21fab3eefa45346025695","1188348":"1188348-93ef68b582a17ed2ba769b0ed78e0fe1","1189371":"1189371-a03c6ebd8b067f55dd23bca824d4e2c3","1189372":"1189372-5ee831809898168073c0d12fd185b674","1189373":"1189373-1030b1a289375a0567ac8efcba167368","1217193":"1217193-3eeb66f35ab5051a5af1b81cafb03894","1217194":"1217194-25c92a0bbc26b14c00d5d766e67caa03","1217195":"1217195-c4b96d81e74acb4eaafdb95dc522a916","1217196":"1217196-a7e169d21716eaf7ee63049bc93ed647","1217199":"1217199-c2bfb5ef426fab1fd9529d17062bc6df","1217885":"1217885-e2cfafa2d5ac34359b785ddfe824d9b6","1217886":"1217886-4dc459ba4492a9965c9a5b060530a089","1217887":"1217887-fcab78a16a538e010b89c469cea54890","1217888":"1217888-7ed5a0c2e146baea4bf972dc39d3221a","1227005":"1227005-554c399ead4ffb10e453427ee686bd8c","1227006":"1227006-4f07df2b9eaf30c309ac01cacbf012fc","1227007":"1227007-15f7e1d4525566a9f513442afaed0076","1227739":"1227739-8fa750f82ddc0a026dc97963e1d9bb80","1227740":"1227740-9159c2bc888c47639e0a23d902d51908","1227741":"1227741-96daa77770324263e225e1a15bbb716b","1239683":"1239683-a5c8b1c2c615343dd6f9c4f6d668e168","1239684":"1239684-f3d79c9e270e9550a4570275d42e4226","1239685":"1239685-81c9750e6b07630fefe95523411222f6","1243844":"1243844-bd037583a45c28325d030298054e9760","1243845":"1243845-4fea60c92d0c841927670c68aadab05a","1243846":"1243846-1125117415ef0508ef1f672013385b0b","1243847":"1243847-0baa097a93e6253ec97942a64bc68eb0","1246767":"1246767-87dfaea613f831eae59c6c68775287a4","1246768":"1246768-2d01504e5e179ec5cac748d53d6fad39","1246770":"1246770-2443fc7313d0393f068a1878a0ecad81","1246771":"1246771-e961e2c778807da7daa591aff8202c99","1246773":"1246773-c2539be2a30d8f7b248ab843cf4f8132","1246774":"1246774-b5d47b3800272cf21deba01e9ae959de","1246776":"1246776-8225346a116332997d676cca12db25c9","1246777":"1246777-0b28b96e306427f5f6f88772c92de7e6","1246779":"1246779-ad6ede115d0bd71b7a5dd38c8a2c75c1","1246780":"1246780-b830851ae92d31b8c38a5a9f03a81583","1246782":"1246782-0c1303968b994ffef50d9796d1dacaa9","1246783":"1246783-8505943f4e8549ad3e07a42853e78d8c","1246785":"1246785-343d3aa963fa49484fe099daa848d7a2","1246786":"1246786-1d73719ff54602fda68a6b924b112e9a","1246788":"1246788-8497aba999816845396cadd21f94b314","1246789":"1246789-f81cf2ab5798e6baa8707670da7beb8d","1246798":"1246798-c9650ca175862f03b78c87d633a30b60","1246799":"1246799-86fe777a2a6a8e53c306385557756e1c","1246801":"1246801-27edf87dc295433726132fb4f6e78c8a","1246802":"1246802-159dc6f55c53590e9689ff960fd87ff2","1246804":"1246804-d45cdb5904b8ab3eda326bcf6bbf6624","1246805":"1246805-db8a91a177b74ca4ac9ddad8958f576f","1246812":"1246812-af6c14860f3b6d1a0a141086703bdc17","1246813":"1246813-bea0961b5cf30a805147a70e9956a66d","1246815":"1246815-25f41dd0a5838bc18a592a75b7f0022b","1246816":"1246816-a1fd9787edfc526346a43ff904ed4653","1246818":"1246818-ff507c96aef4b0b699d57e528f3cdedc","1246819":"1246819-5e9bd3899a47d8c85c872d0aef544913","1252371":"1252371-2e02e211231b3448f1657cbb848aeba2","1252372":"1252372-f68f715d58b0ba73824704f98ea65eba","1252373":"1252373-07e83311644a25cde91231737b2f85d7","1270409":"1270409-07c974ab11e3ba4ca076374fb16eaf59","1270410":"1270410-cb10571b495eeb4c48bbf058d237b07f","1270411":"1270411-64d190bbb8ee88e3323672f90c1347e4","1271007":"1271007-e4a7d79fea2ca05a97cf2f0d5805865d","1271008":"1271008-9ebf9876dd9b1036d87d49fe08b51879","1271009":"1271009-ebc73936d196d97b002715ec78ac8e9d","1271010":"1271010-924a0ebe02ba9bf161a8b4f93c979301","1282839":"1282839-663a3db1c9a42074c88e80093db18d42","1282840":"1282840-4d24dcf1b7e0b17745fd4f2d55694f71","1282841":"1282841-e6deef79a108752f0941ca93c2377f75","1282842":"1282842-1415b23a7a1f49fd0cac85a957e5cab1","1283191":"1283191-4987e38baae8ee7a28d4b11310bfe88e","1283192":"1283192-506babffb4cbe84940a36294193feb7b","1283720":"1283720-21c75f718b0d8a2c4f52cf426e635233","1283721":"1283721-a990c0346e64e0fbc6d26ebab38ef9d4","1283722":"1283722-9324464a62cd017a9239373d9dc3a784","1303121":"1303121-eb81a9317fea48408b77ba3e8d1a3af5","1303122":"1303122-6faf9f884497674c562ae57777fdf750","1303123":"1303123-13e99be74e695f1ac43051471c22839d","1305279":"1305279-74355fda6e92e6a01338904aee4705b9","1311757":"1311757-fe584c3ce3fd6f964716c0039979de28","1311759":"1311759-378fb1fd61e4993aa04983649987bdb4","1311761":"1311761-ee0d4dfaf3523b40dd0769ca53f1282b","1311763":"1311763-b9695df56730c5133da616ab0ad3d531","1312345":"1312345-eed2cfb9c433df15049fb5da0d074978","1312346":"1312346-c0bf7c3bd588a4b4c707e4500a4ff4c9","1312347":"1312347-50510f0ab40488365132d4965e3aad6e","1335978":"1335978-7695775c44f359ad38fe4d2992f9041b","1335979":"1335979-cd4ed5d1f170e18cd281c7b270f46e5f","1335980":"1335980-217f165b052c084a17c9cbb614e9b129","1335982":"1335982-3a0628e014b517cfaa66122bad2d816c","1335983":"1335983-bab29af3d5098bba0f2ab64f1b62e804","1335984":"1335984-aba9e7bd956a79f344bdc9ec8bbadf07","1344495":"1344495-259cca5e58dbdcbf05e726980b2ef574","1344496":"1344496-182b4c1f8633b77d3f41c9c6e6bb9825","1344497":"1344497-22e243096d2f63f120f76ace57279ec3","1345936":"1345936-ee2ebadde9ef949984d87208a0a77419","1345937":"1345937-7853000753cb3688b3235e78275ed4f8","1345938":"1345938-5d831d087df12464a7c15edae5dfee39","1345939":"1345939-16c83d5d4ce8b8ffea29b3528a2597d5","1353503":"1353503-cab9c15bfe4b9342e0efbaf224a63435","1353504":"1353504-a993d961a992e13e338e2b1ac4aba665","1353505":"1353505-cf1578d0db5be7c2c3ae21237430aebb","1353506":"1353506-5b5120d4dbccda622af792dec1099680","1353510":"1353510-6697381bf97cd439892d8bd3c6eb8295","1353511":"1353511-fba967b9302479ce9f8ffa0136e37da7","1353512":"1353512-bbd74522601dec128f7e8e486630c26b","1353513":"1353513-a794eee5d3b4ea6fb8c0e6132dc25700","1359777":"1359777-b063200b5af130e31fed972c3fc437f7","1359778":"1359778-7106ed1dde51824b0bc66c59010f93a9","1359779":"1359779-05e79033535ce719543d91cbebf6aa07","1371908":"1371908-11bc1d5b072aadf3328518e84febb13d","1371911":"1371911-cf54c899d2a671953303449195dfabba","1371931":"1371931-69a914056a80a3fe3c3a9fb7c24c1c54","1379058":"1379058-fa563277158792d9dddd4733f4fd1ac9","1379060":"1379060-3d5fa743fa2d5ff526d2a71d13c06f0f","1379062":"1379062-b38adb2ca2eb2225ec371af04452ec3a","1379064":"1379064-e8e85e0bce2100fe0c66c2126734bc0f","1379065":"1379065-3356dd8beca4958763b7fa0efd8377ce","1379066":"1379066-1fad794f6f6f66cbbab52c28c1eaa593","1379067":"1379067-a53c74155843c095f327f371b8e9f969","1379069":"1379069-3f8511d90fa4cd67bce962f34f0453f7","1379480":"1379480-b8c96099a5057b0c7c66e1ba0488797b","1379482":"1379482-dcc17ad55beda01157b141a27fc9c65a","1379484":"1379484-b603a9fcf471b8fd4bdc9555c400c64d","1379486":"1379486-4740c22ab8d60a21644d538bf5fc7838","1379487":"1379487-21cc9c3887c9ee97ad02cafff16c767b","1379488":"1379488-769c4e123f3133a69c158d2fa885c9a4","1379489":"1379489-3d6343f7574a700d45ae24459466a392","1379490":"1379490-1a434b802cca3db56cc501ffcb8320a4","1379504":"1379504-300ee0d19cb7c2f6cdc0a37667c14892","1379506":"1379506-0a50b3dd8900a6d9e8c46cba0b781b51","1379508":"1379508-d7f2f6fba0a89a27291f9adbcf49cb36","1379510":"1379510-57330cc36c1491fc3efdba8bda0a1c0c","1379512":"1379512-ea213e77d3417ab836aa747b970a6f6c","1379514":"1379514-6b03d8ceb6e7664eed607fb77bc7fb8e","1379516":"1379516-64efcc6780fdcf8db89530672f6a48f7","1379518":"1379518-091ed8200c0fe42695d1716ac499e5ce","1379519":"1379519-bdcb9d55b35ac783511a75d8e849d9a4","1379520":"1379520-6deba79fa5a47f74161c28f6e243d5b0","1379521":"1379521-5da27a4401ae2c75451fde1c0dc49037","1379522":"1379522-2503007e23ada5271489c8192887f220","1379523":"1379523-37dcf471067795aaf2d179178d126ac7","1379524":"1379524-f9049706e512e7abd0bbbfbfc6cdbd49","1379525":"1379525-1b18b1746df6aa4b973ab6bbb63a4ee7","1379526":"1379526-7dee409442ee8f10ced47857055e686d","1446809":"1446809-e46621b272e48f4f0854218ba30843dd","1446810":"1446810-fe3415f2ab6eb94a600198b1804b40ea","1446811":"1446811-ed8764a32e89dea6e9c99b56d9c6373c","1446812":"1446812-366769eeed8f4e89a663b9ea4db3e116","1446816":"1446816-36257cfd1933daf95081404f5543fc4d","1446817":"1446817-c469acb70950c11511999a47f3be9b6e","1446818":"1446818-f49080ea1a6eddbc19076ad352b2b287","1446819":"1446819-1d51234840bec904c4e70f73fb1029bb","1488337":"1488337-8b02bb8e95f4c63d151204f9e2a9eaf0","1488338":"1488338-5a70d2f49b377139ea6de4944b508620","1488339":"1488339-6dd2b6afde93acd47b7628840358100f","1531038":"1531038-a04ea60d18193b50032e3b28b2a69950","1531039":"1531039-5f124e6069d3cdc9f0d738dff6fdef70","1531041":"1531041-9caaa87bc2a5b65ba6b0a5d9f30c6a64","1531042":"1531042-795d6c7500833e58f21cc08bd138cef3","1531044":"1531044-96921dbdb9a8b9a68d96b5a619344208","1531045":"1531045-a8a5bbdc38c0ced5e778653a3bdc1ab1","1531047":"1531047-bf33daf3833bc2d4412756cfe9423d61","1531048":"1531048-6368a650348bf459ca644a9d74008589","1531050":"1531050-5317dede8d71dcf1299039c4d2bcbd00","1531051":"1531051-06d5015e11638bf3e3165b76c59e7a7c","1531053":"1531053-67625e3e9f011a87bfd5a9ca079c394e","1531054":"1531054-dc27aab867d55e457b1c545d389d631f","1531056":"1531056-99dbe41f68efb344bf89ddb7337592f7","1531057":"1531057-30952e786d62cff084b727c1aec44a48","1531059":"1531059-27bd5c2af96b31540a885c63f74c2fdf","1531060":"1531060-7ae3faf1bbab4eefa77c712d8d3bada7","1531062":"1531062-8674cecffcaf4aad92264496ec9ed44c","1531063":"1531063-d562ed980a6b4fa8d30339d74e9bfd75","1531065":"1531065-90945a760922f934428ecc73450bcdfa","1531066":"1531066-f9eed5efc135f33db5bbe87951c0af4d","1531068":"1531068-a30a56ca665061bf7bfc6063e2803b6f","1531069":"1531069-f75b15ab7daa46d58afcec8cbaea5a4b","1531071":"1531071-cf32bf0c489ea90cebe2dcabd45e80ff","1531072":"1531072-fe9695c831e0bdce04b5b4cbaccc9c1d","1531074":"1531074-2a05b45269b6af0d80ad4ef640d7e1ee","1531075":"1531075-e78e7ad73457cd4e06a1fb88b3e4468f","1531077":"1531077-71bd7b7a8c5e90df4bcef99c78056635","1531078":"1531078-b39169258c99b0ddb4e56e7c7dd8cf46","1531080":"1531080-afda975a01b551b9d41b0100fb7af74a","1531081":"1531081-d41a17768b743936e1a4196a06da8d31","1531083":"1531083-a4f09c7cbc1348aa3aa5d3c6aecb36d3","1531084":"1531084-a51ed1d194d218a9cb119ff16a2dea40","1531086":"1531086-a50378c38d74f6b13b3c3d8ec2884fb0","1531087":"1531087-21fed72b13391cca0861ff64e20fe3e0","1531089":"1531089-10bbdae934fca29305df7cf0a8f9c87c","1531090":"1531090-9c64930728ef6b79f0de18acb328dae6","1531092":"1531092-aad07b5f3271c9249295356ca178e93e","1531093":"1531093-df1c44fd0dd981d9a7b3717255c333b3","1531095":"1531095-3a45a4b9680e7a6ec21cf0aa34a167df","1531096":"1531096-708759db62277a466e8d655a464964e3","1531098":"1531098-8983292d7c062ae3215ef614f52fa137","1531099":"1531099-87ba6e6ca88ba1d77aec0c56367028fa","1531101":"1531101-d0dbbbfe42bd7c849bb83177a32cab54","1531102":"1531102-62ea2658b03a1832c880f5d222928264","1531104":"1531104-e3fb72858680b9f1e8456496f68bbe08","1531105":"1531105-19084fc094b1aaf198bd609f276f9766","1531107":"1531107-41bee67388fff9ac84810eb0ef58d91d","1531108":"1531108-e5c938f7b2fe6b6966a7d86a2cd47265","1531110":"1531110-8504feddc57ec97d5ff7fe8fc8333ed1","1531111":"1531111-9fe0df314e6734d7e344e2cd27e76a89","1531113":"1531113-8e0f006d5a1c5d947e404a8d102cf22f","1531114":"1531114-5d6dd1333a6a89153ab5c115dc60cb74","1531116":"1531116-a8f68dcd5935aff8cd6ad34a94504768","1531117":"1531117-e66a0730e5c5677296847a3e38909583","1531119":"1531119-865dc2464d18baaea4567e294feadf3e","1531120":"1531120-84b2439b038b881ff9db03d315856af1","1531122":"1531122-5f34947068f88429c8cf5c3c2c17b8bc","1531123":"1531123-e33c66b31812f7cc2910a20f2915a10e","1531125":"1531125-08d23f96023880dbfc581b7a9a874525","1531126":"1531126-9d8870eb173379dc388bae3f9f36aa46","1531128":"1531128-0acfa32b6f07bc9a5747d572066016a6","1531129":"1531129-c0535404ed3c9dce61b7e11d95d6f3b0","1531131":"1531131-9f851cc1de6ab8e53796d505e668ffb9","1531132":"1531132-52902ebb962e3568af71165b2d844b7d","1531134":"1531134-dd88a8b0b625a6c679893c069f7b533c","1531135":"1531135-de6f9f7339bd66da8c0d152276c594d6","1531137":"1531137-4cb2fc5516eb293afb010fa2e7a47316","1531138":"1531138-37402356c57fe9e2a4f2d46d8d5e9ec9","1531140":"1531140-0d93be0fe560cb54cbd57c4b5ac52aad","1531141":"1531141-de10e59030592a20c361e8b6389f8983","1531143":"1531143-d23314c1f1349f7a95564f7e5f965ddd","1531144":"1531144-dcfd52e78c3e849f84905145d28d5c9c","1531146":"1531146-3e2ed468a622ae75c273a6054f1fc33a","1531147":"1531147-84648c5ff025513b9f8a222e0b7f7a0a","1531160":"1531160-70caf34a2f9f54f101c5b54a6b9ae4e9","1531161":"1531161-ac1f93cc570681489c72e320cfd1c012","1531163":"1531163-89d7b9610d99a1960d36c8e770484550","1531164":"1531164-8838efb141a83b968f3e6889fc67c144","1531166":"1531166-630a4c62db543dcd35bda632c207919b","1531167":"1531167-07d4d093fe7f2bbce242d82457a80c51","1531169":"1531169-f27662ed7a3d662ed8952cf9a6a0ba16","1531170":"1531170-232d78a8b011e5d1623997d21142a20c","1531172":"1531172-a89848ffe9dec088478c04905e96a256","1531173":"1531173-5b5124e3b3778365b3b176dd0c174bce","1531175":"1531175-8caa7af0dc25aeb00222a7509b1f00e7","1531176":"1531176-c46b6ee5057f098ebca459a5c04a0e4a","1531178":"1531178-85a9e4228b1089e7348346cd851e0ec5","1531179":"1531179-2deee03be8bab7edc4e5e76a6eba8a1e","1531181":"1531181-f267f9896cc8bf53166ce57528a40a74","1531182":"1531182-c1dacf23c8054a38bf293b83e7ed4b7f","1531184":"1531184-876fc9833f1af29ff034689b74a6e636","1531185":"1531185-c47b9c66626401d61387bf0fc4f75937","1531187":"1531187-b116f6f10bb2ea7a0f7bc3dbf3aab6f4","1531188":"1531188-d25de67e3bd3540d3c0363745ab70172","1531191":"1531191-c919d326242c3bb272a0129d49a23222","1531192":"1531192-8385669e5d4042cda057bd855fffb6e5","1531194":"1531194-4f29472c47147e008ec1fe31abfa57ed","1531195":"1531195-0423ede6211b67a20a795147ffa3bdd0","1531197":"1531197-da22eca88e7a61a275683396a832d197","1531198":"1531198-3404680106bb69e9da8d482367b9cf29","1531207":"1531207-dfced8a95e43e58a8e837e92198fd288","1531208":"1531208-bd7e8dc36554fabce96fa40bafd89ea8","1531209":"1531209-9328715ff0940eaed942780336ea02a4","1531210":"1531210-ed5c630981a245d182553ed2ab55a6a4","1531212":"1531212-026fc25d9a70d873cac11c3f67ec9022","1531213":"1531213-12ca30cb271e4afe03f75c10b2c8e205","1531214":"1531214-067ac0681fc5dbf26bb784c777734090","1531215":"1531215-e5022a40287c2fe0f9aa87d09d12a9a8","1531239":"1531239-9a541bb2b533e3a1167094858029c2f2","1531240":"1531240-057ed77b0eeea92e1827d18a58e4212f","1531241":"1531241-3603a59ccfc6c16479718f2f7a0eb738","1531242":"1531242-c20ee596893abecc4bfcc2c7a74f87eb","1531243":"1531243-db04f11f15bcdcd2902535007b353173","1546951":"1546951-196cb6c4f5b4675d2a00e63768cee856","1546952":"1546952-46c09658edf9784b0bd2cbf5561d34f2","1546953":"1546953-6eece61d7a760fea19adc405defc8691","1546958":"1546958-0643bceff4ab2492a3f622c9825064cf","1546959":"1546959-8252ebd4b1af56c70778105af265f783","1546960":"1546960-94cb8798f2c9cdedd0694010a7334b57","1546961":"1546961-9a20f04096dd392be0b0a3b16e0025a4","1546963":"1546963-9070e7df91f37a87a60816ef84324b50","1546964":"1546964-cf862599784e57ed8a4457319c32e094","1546965":"1546965-3510c8804695f134bec28650289312ee","1546967":"1546967-f9dfbe9bc8e341821d2d395a037af166","1546968":"1546968-957c114cdb797752df8c89b14ff6965c","1546969":"1546969-506c25cb79712a1513977d9e56617d06","1546970":"1546970-5f142240a9f9c427c066786ac2aba5f0","1546979":"1546979-69954f071e67b4436df73fa706734ec6","1546980":"1546980-ffe1b23fe76b0715c238446832323910","1546981":"1546981-4b312b6bc3f3956bde448d1d7dc23906","1546993":"1546993-8bd44ee26aa87a343530f0807cc847e4","1546994":"1546994-9ab03885ba314c6b40b1dc9ccaeee279","1546995":"1546995-68960705e21543b77b513e14323b01d8","1546997":"1546997-7dd2ec87d190214fd46707c7db35af61","1546998":"1546998-50a22db714b7c5597b8c414341a1c7e7","1546999":"1546999-1b233a5e0bd672a88a936646fce5c212","1547013":"1547013-0dd8d6faca3cab014aa1db94752cd1b5","1547014":"1547014-3c879b5564521b47b1b5d7f108b0754a","1547015":"1547015-9efeaf8ee253247f6b88f7e419c33df6","1547021":"1547021-8e35a031514bd8fdd903e6664fec0138","1547022":"1547022-6711b38f02be09f5aa143be2f149d9cb","1547023":"1547023-9c6fec0feca917654a735e500e473d12","1547024":"1547024-4e1af7e35038bbac79131d0257be29bb","1554378":"1554378-238c0a7bcd01006b4aa9ff1e2813b73b","1554379":"1554379-275e57ad9f50bc268cddb7590f6b3a40","1554380":"1554380-e5fcbe586cabb50cca98560b92000101","1554381":"1554381-37397830eecdb53a27edb728e62c750a","1556688":"1556688-047cdeba26d3a99a5f4d0644cad0fe6a","1558917":"1558917-b0f96f026430c33624627e2f6aa39819","1558918":"1558918-0d73f5fa68ee03ee502cba95cbb7528c","1558919":"1558919-ab4a0f5d63bff9660fc8da788ce7fcdb","1558920":"1558920-21b71591fe265f01091c81605d838d3d","1592436":"1592436-0c78c13ceae31be382c344dc2c7ac0ad","1592437":"1592437-c2d32ff52fe821670b40c8d054bb8d62","1592438":"1592438-7e2e1f0341fb78e97d56c855a9f0c784","1592439":"1592439-f1bc29070209794be0e6c772de849d18","1615462":"1615462-ee4df4c96ede22d5149fe2e51742672b","1654290":"1654290-7fb9e5c6d28427068f0b7a230bec9fac","1654292":"1654292-2072b33e8bcf09c122fce89c75bee05e","1654294":"1654294-a2163afaa600c9fda6ff7d13ec60ce18","1654296":"1654296-56ac2857c73bf948e503bb5a6ac18be6","1654312":"1654312-0439ff6e9c95c51c47ccb8c19fe64cdd","1654314":"1654314-3b7ee8c4e59f45137353a85abc5a13f7","1654316":"1654316-1b9a601c6b3bf0c6084eab3e1b8bcbfe","1654425":"1654425-194f9e4fef7adf81f417ae0ceaa81ac5","1654445":"1654445-1b8af89a9d97e369ddb392873f0cc200","1654455":"1654455-438b1ff90f6e08653b65cf96063fb05a","1654465":"1654465-a9135a49ac2eeeff5c4aaec8216ebfb7","1658632":"1658632-95e75c7b2f8ec64b9fd7023428f1a3d3","1658634":"1658634-cb7f700e2db348318079d34a9bed7920","1658636":"1658636-f3e72381a0d76d1f3805672489bcf888","1658638":"1658638-5b2c3d050a470c716da2c7b2d3f94fd5","1658639":"1658639-43ac2991c82ef77066d3681448d3a1fe","1658641":"1658641-16ca6d26b53f288241751066113e0a7e","1658643":"1658643-c9e9de9222edc3237688ca25744f6c70","1658645":"1658645-dfe395c3e16a4704381a0ea73606de53","1658648":"1658648-93431cde93f36de548a88f61953ab40e","1658650":"1658650-b164871f187c4229e8822b433001e821","1658652":"1658652-1172ac9d719cf48b7b74243980504361","1658657":"1658657-b6a24c3cfbba12b286bd4ad8d128ccb3","1658659":"1658659-c40b05e453fcb8e96b6b827f65f40d05","1658665":"1658665-6dfd7de094fce84a635023be0ce1ce7e","1806325":"1806325-befa4bf918fbaa7520a249387ecafac3","1806327":"1806327-95b19f7225b4bc320405248e1c694659","1806329":"1806329-7f77ebaa40c9b7d47aaf05b019f2ab6b","1925484":"1925484-4d44c14b300ad40a128cbbd6608470eb","2096367":"2096367-a1d4a5b71a768c1cfec4b5ca47e3afbd","2096372":"2096372-e265dad61368bd708d2135d7a6cd9b9c","2096378":"2096378-f6aa088ca6e547de3537ed2890d4bb0a","2096526":"2096526-9a129d40fbdf864175d480e018789458","2096791":"2096791-726d7a803052c1d61b10c6cb9f145f9c","2096793":"2096793-3ec9043875274dfea81d6ce1cd609fe1","2096801":"2096801-4b574ad878afa1e45d7107f17ef3cd20","2096850":"2096850-215cb59f202439d87874545794818ff3","2096852":"2096852-4512a51009562e5fa50fc11905f368fb","2096854":"2096854-1e96b273e9e3bd8e4d31cbe2accdfeaa","2096856":"2096856-34b6d2c3dc4941c9b8b461c5ac003bca","2096858":"2096858-d569a83f73045bc401b60082d29a3eda","2096859":"2096859-5e5b2cfabddfdc804145cc2085fa4447","2135269":"2135269-2934258cf48079ff9b29b0538ed460fa","2135271":"2135271-88888f4a59f95544047ef79a2beaafc5","2135273":"2135273-15de4a2354bf5a01c3791601ee44cb32","2135276":"2135276-839acfad54e20e175ae221be4c2f9970","2135278":"2135278-12d0e8debcfc90f0d061520614f4cb5d","2135280":"2135280-2171c4a5782fe19f8f09e6b351fcfba4","2135282":"2135282-4d3f2117f6cfcb790463b39e14d6e925","2135284":"2135284-79007f2c3cfe1a0075d6d4d092aaa8b3","2135286":"2135286-34add8f9adc29d8e92ab51dfa2b7610c","2135378":"2135378-2264a703fc74c4b85309b780b215d6e6","2213635":"2213635-5f3c66c3985f591739fcd5670c166cdf","2213636":"2213636-958116b1f426ac7821ffd0b76067d5f4","2213637":"2213637-0bc7062baf7bd46eb36d011d226d2fce","2214322":"2214322-22ed456a7260ad90fe2adb3e8ed15997","2214323":"2214323-d24d0048b26e45f2630cee3c0bc5ce1d","2214325":"2214325-a134000951f283f024f8cac877e0c535","2214326":"2214326-1ce7f2e688af4c72d7004005ec0100d4","2214328":"2214328-98bd4b28a69436a263332afe673a627b","2214329":"2214329-706757de0a4acbaf1600bd74b46f172b","2214331":"2214331-669098c652eb0ebab8daed28a4551ed8","2214332":"2214332-8008a0cc577c00ab0a57cf0498eaf8fa","2214334":"2214334-52bdeee3ae77be460a3d8abd48be8f38","2214335":"2214335-3e76f225057160faba896011e1aa08ad","2214337":"2214337-d435384f264db6675b414ac96333b082","2214338":"2214338-34657d003f22a5e992b4c5682fa39f0a","2214340":"2214340-97e929e06d29bfddf42d7643544aac2d","2214341":"2214341-cd021e0d96d6e394fd2eaa36190548fe","2214343":"2214343-a0c64a715817566f4ecfe72bc47d321c","2214344":"2214344-a1ca1689fd58516d55a4c47f1ee4a62c","2253704":"2253704-ff43ca5f9b96c7f6a851f16738d1aa34","2337175":"2337175-0aaad0558c82ccab9637deeddf4b265c","2345522":"2345522-c385f9fc6c1bdbbe602579594a8563eb","2345523":"2345523-ef754e2d180adafc52a0243d2e713f27","2345524":"2345524-06a1302dcab350ab66ee11a422e84b0a","2518581":"2518581-5cba2ba22a45e2f2228efe0a8ccbc6a9","2518583":"2518583-fd3fd6720c204909b0a838d86641694d","2518585":"2518585-dd151c9fb3670f57f7e38d0a0380ddb8","2518587":"2518587-9b4349629dfda7d9b71104ac21b4dc67","2518590":"2518590-1a6bab45be179bb02ccf77f143369acc","2518592":"2518592-632cf0f0e9f38a30b9e727c37c89368d","2518594":"2518594-b8924e952a76ebe88dbb13b8a7f4982c","2518596":"2518596-67376b5ae58832b2fb5357ff1b752fbc","2519425":"2519425-721d17b8cc7f75ac1e60386e9466c9f2","2519427":"2519427-789531f0db149416dda50faa3ef5bb76","2519429":"2519429-bed4cb2b72ceafa860a61e80f3bbc283","2519431":"2519431-3eff53ffd1eb748229f6483f27b9d5f6","2519433":"2519433-8667ba2fcc8917d7d44fba697d109706","2519435":"2519435-5b6d4c733e0e5ae890bf5617e1e5dc62","2519437":"2519437-d1e1f6a302b0df576ad64a63d6ea04ff","2519439":"2519439-1509a29a5fe5e3aedb655bb4aab878b4","2519594":"2519594-633b46794468070257e81f589bf81737","2519596":"2519596-161f7e13af4549870277979d597573a0","2519598":"2519598-398bd884ec3a388137fe8f7faf817582","2519633":"2519633-6e1a08c729eeb80956fe57c60db64f2c","2519635":"2519635-445b8e668eccd8073899ca1b8690aa3d","2519637":"2519637-825a272e66a52f15268aa1604f712b29","2519639":"2519639-fdcb9f00ea1437e6e3535569ce9ee96c","2519641":"2519641-e6f7f7cbd09a9550ee92fec2ab13ded5","2519645":"2519645-c2a26b608c193ad071becd488404b249","2519647":"2519647-e1dd08c5bc221b6fce847d7253aae79e","2519649":"2519649-844ec1d031ba1a282d08a4082d7c3f25","2519652":"2519652-f14857e54e80da4bc47a1b269d5eead5","2519654":"2519654-84bf767f3c04c8858147514a94e5a611","2519656":"2519656-c2ba703ed7949b84fbcb4e68b1665c24","2519660":"2519660-dbb4a2095a90a6d00660fbfaa61aa9e9","2519661":"2519661-dce6662b76522200c8055d2a3a14cfcf","2519663":"2519663-6a2b417d720e42bd1fb2e7314413e6c0","2519665":"2519665-d980c070f0a0389e40d6ac8782d39a47","2519667":"2519667-1759198c8d27971e6ce98763b00bfad6","2519669":"2519669-ce2c0e51e2bdbdccc7664e748faf2995","2519673":"2519673-357638638fd0784b3824cbb19efaf411","2519674":"2519674-7a92685fcdd8caeb0a1df8b0ad2d1d8b","2519676":"2519676-9e845c4da759071560a89d6b661fe352","2519677":"2519677-7e785a9ecd325701dafc09cd54a081f8","2519697":"2519697-88e94621fb60c65b5f58e9ba9b4ed701","2519698":"2519698-78e411eb9a97b8417771eb72e125c7b4","2519700":"2519700-95983386f5f8eb972663266a4015666c","2519701":"2519701-43080c16c4257bc34c0e0868d0c7e61a","2519706":"2519706-814f5546713dc185f10eb87c913cf326","2519707":"2519707-215cdea454144b9d551e6ccb1f32852f","2519709":"2519709-71d1f3807483f09ae0823f92ba158b72","2519710":"2519710-81cdc1a7ca3a0882ad074cee498c657b","2519714":"2519714-f418dca38cde9295bd27f2035ec608fa","2519715":"2519715-e44117342536b166b9728d9d6e63c64f","2519717":"2519717-d7c1b96ce2bd1181c853ef48ad40031c","2519718":"2519718-26a19d304c397cb7c865d3f7da667256","2544813":"2544813-8ef49e5f6097cdbd399e32878a28310f","2549195":"2549195-eeac7407ecc96175160271f528ac68c3","2549197":"2549197-f547f05990cd238fd8a61783abcf41e2","2549199":"2549199-b6e5bfbbe85f932e0674685075fb7d7e","2549201":"2549201-d68c0c7aaeba537221f92aff047d964c","2549202":"2549202-1bb01f619997a1ee6773515615bf8b9f","2549204":"2549204-83594afe4aa4425ad72fbf4a6cb5208a","2549205":"2549205-1eed1dc54d02faa7e7e8bc6c793101dc","2549207":"2549207-6766a64404114246bf7360f9d36037b5","2549208":"2549208-f0f18d6937c759ddbf8b44ff0c06717e","2549210":"2549210-68d34b2dc414947db2fdb9c389a0e2e5","2549211":"2549211-71e53170be28e11a229931f8dfd4abf3","2549213":"2549213-ee8fe1da47d62d12ac69de0a177419ca","2549214":"2549214-a8a9f8498aa6781ffd9b4edbfba8b45d","2549216":"2549216-7a8bc6b7e337b9cdc73a87a1662b8633","2549217":"2549217-78becd183bbecd350f17013ec68ce9f9","2549219":"2549219-d44c3e36ab87572d8202c554107c98a2","2549221":"2549221-8662854f8d067c5dd893b8f51010ba8b","2549222":"2549222-b019607086ebca10f4a47658a9b8a261","2549224":"2549224-8e2021b96c700b38124e9f745e89d1a6","2549225":"2549225-8d671c0f28006b41cd37b5f00e738fe0","2553520":"2553520-5f781dfdcaba34c9e1d163e406a2fad2","2553522":"2553522-9f1a8587dc2df687389e57b0fd4e9368","2564209":"2564209-fd6dc4742f728cddfcbb7daf9f9337e4","2654117":"2654117-da9cfe2e35b31f27d77bf29c516266b8","2654119":"2654119-22540ce696abb34059661394045cc053","2654121":"2654121-bf818e44448d33c921ad453200e5beda","2654123":"2654123-5637c6cb1908db5074dae408e07722e9","2654717":"2654717-f28a8e77ba60114cd0333d263595a3c4","2654718":"2654718-a782c05405eaaf9b022d99805f48dd08","2654720":"2654720-ef03b7553d2af13a645e53bfe3f38a69","2654721":"2654721-4dd41729af178a6426b7d1ce4b4285e8","2654723":"2654723-05c511b603ef1df22da9484861d6ac0f","2654725":"2654725-f40d67210537aee527aeabe576f38650","2654726":"2654726-e9420924801158a80be3246c7fdfa56f","2654728":"2654728-b221cd821b760ba0a117456cdf65fe4d","2654729":"2654729-a64771447c8aac59b585d91c2cee86ac","2654731":"2654731-6fb7db30b3c4de3b07137279b934742b","271401":"271401-931626097d22ed6606c33c74bd26392d","275057":"275057-f7b35113da45a6a59b55eeaca43fc3db","3178361":"3178361-8c2cc6aaad87708a902b6dd2d6214622","412991":"412991-612a6b5d16e3a4fb4afc4918cb3cf352","412992":"412992-6488c8884c4d8a6d0826e7c863645ae0","412993":"412993-e652ed7e61bc7cac4d7536df7f71b0e3","412994":"412994-60ec25f5ae9da512e9c620de4ddd1d84","412995":"412995-b0a70a3711ec4433f7f9b2858f2a80bb","412996":"412996-8d42d26b5431095af6ae06cd1c8685f4","412998":"412998-0c57ea784ecc3937693be638d6d75ef2","412999":"412999-d95b441a4f97afa779a1da0640e38939","413000":"413000-e59629c7e9b5bc6d1942e7475cbea114","413002":"413002-e67718eed6d96e92ecb37bd0a980f28d","413003":"413003-bb210a0b9bb09fcf92d6869c36afeadc","413004":"413004-64d87bbcf2629c7053e642428ea6b13e","413006":"413006-97eda2b1aadc7e6e0e14b85e48f7792e","413007":"413007-39de94ac319a42603a75d85431254cb9","413008":"413008-37002a50288feb161acc9d4bb06fb53f","413010":"413010-c5d16463d7aac2046eddc7652de492c8","413011":"413011-fc4d429d32bcd160a3d3cb3808a53928","413012":"413012-03882e6d768a7963e718f2372010374b","413014":"413014-6e6ac4f73a33b9b8c27e11cbdc89c230","413015":"413015-2ef9efde0ee07698a9de4f2cf5fe3b93","413016":"413016-d98437f746434ab8c130d946b4952281","421494":"421494-a1b85323a8df8f859fc07361839a850e","421496":"421496-86e24a07fdad518f02b8934bdbe48436","421497":"421497-e99b694578ae0827ff1d02659490a760","421498":"421498-3848db24695d18401822f7eff4a9c7bc","421502":"421502-b8e7c886ddfb00f926c2a5396e6f843c","421503":"421503-929e7cb91bc096e2e20e9feee24f86a0","421504":"421504-185981fd8a8ee5ce8240f01b17f96cc9","421505":"421505-22b51eb3e10dbcaba0d8bb1df5509b44","421507":"421507-905d12996d0daffb53b14e881d89be0f","421508":"421508-1eeddce36c2681e83e79bc290b303bc0","421509":"421509-41c7602b53adbbd311fe0a5f737700ac","421510":"421510-fefe62069796bd3bee2ab7e310d5b42e","421512":"421512-c05f10c6a83d179c2058a4c6005921cd","421514":"421514-bf01bde8ba195c4b90cc30588c4bf6a7","421515":"421515-e2310cbdcbddc043418fc9cf11f87640","421516":"421516-cd1cdd76836c643fab537f31dd9a08bd","421533":"421533-13dae4aa6fbd720d5b4e76b6c2a0589e","421534":"421534-94e9bb28892a39278afba5343e22020f","421535":"421535-9436174f5aa66eff05b8abd9073d62a6","421537":"421537-72d5b064291b7d40a3f89e0386949861","421539":"421539-7db85d2d3f5807427a434a0fd07ab28b","421548":"421548-e5ab51a877354c19121c37a85632fe4f","421549":"421549-e4294268178bdccce4085f63bf2a4a05","421687":"421687-0e95d7eb8f1c46322ea786add606a85e","436516":"436516-5b1df4be5738498d48f23beb5775c1bf","436517":"436517-98c7d21f03a94a980f9871f69ef6c613","439330":"439330-4b60a3bcb37d57065a9c71d76da79d22","439332":"439332-69428b4beb15b22338e0fbd872950c91","439334":"439334-f4cd78f5d2eacf36fd99ac1e31cdb6c7","439336":"439336-a0470b1acd08ab834b2805dfefc6b8c4","441057":"441057-ebc09cdf96e54f823aa166d054e50da0","441059":"441059-1b51fd26db7abec3fca365323e70ef5c","441061":"441061-c813769a522997a3ac3e2c696ddd3ed3","441063":"441063-12860a4aa152576d3e3bfe1a15708111","441066":"441066-5931f9677a92680042271dfc9b4eb74a","441068":"441068-da78eee8f874461299cb1499ba76c335","441589":"441589-895055c7061ea77d87b94e62c69c2e6b","441590":"441590-b9fc38b4204638173bdd601f51534ce2","441591":"441591-ffed12f1e64673400a6430a127233ec7","441615":"441615-6152f1dbf9ec320cf30c328cbed94ea9","441616":"441616-2f384d2cec8310aab44e39a21529e048","441617":"441617-a60ea51ab46eddf62cf1a6cab7a712b7","441623":"441623-80786f7272cafd1fc19ee8a043121297","441624":"441624-919e7091abcb3648d481d214b5a600fb","441625":"441625-c41bc0aa27fcaf1d6a92f11df13dd31f","441914":"441914-929fcf036a18bc1653f930f6602fecba","441916":"441916-8229a4ce62b2154697bbf83d7d2bce08","441918":"441918-09262dd3134e83a6ab56250df7f0692c","441921":"441921-6106e39a56ce4bd41a83998e8a9f924d","442472":"442472-7dab3dc154936126276500f8ff51baf4","442473":"442473-3f0e7058ddfd330c113d2447cb103448","442474":"442474-20ad625cd1b7e6caa3f92a8578fa4fa5","442475":"442475-fdc5091cf7fa0e5701607f8d3ec4ad48","442476":"442476-420e915847b71f92ac3417b365429a9b","442477":"442477-26a00662462c19725f096844ea62a552","442478":"442478-e5e9259f3ca1cdd832170f39e151d2e6","442479":"442479-cecdf85e537a84c585fd2148d7560f0a","442480":"442480-df6536f8858557e6db997697d6d528d2","442481":"442481-6a448fab73826fd8c0a22f763684dfdc","442482":"442482-9af560464297e462a92efd8706849e67","442483":"442483-cbc1ef7d9334581a3884d512046b56e7","442484":"442484-4d0118be5eeb3a1d30cbe3c40d9e073e","442485":"442485-cda2af88f41879316295c901e978ce65","454476":"454476-5d47484527cc392b651db94a095b872a","454477":"454477-28133a102bc13dfca8c0a4e3faddc6f8","454478":"454478-06c0d4b756f094e5882482e619521a98","454479":"454479-134bbe9f52ddf5dcf63de429550db3ca","457649":"457649-9ea2a85600270552dfc3ca0f7f60f19f","459882":"459882-087ff4a8d3c7ffcd73d0f52b70e2ae56","459883":"459883-583ad226d76d54b27b063daf2b8577ee","459884":"459884-566ed93d34f393f9e1caf4f3488874c0","459885":"459885-3db214de47b32d452c6ebbba4aab5ed2","465280":"465280-65e204bfa183f205168dd8a793867c6c","465281":"465281-21c806b5a53f300040812ca5edf59272","465341":"465341-6ffcc15283bccf67c72aed73f512156e","465354":"465354-d5f35e452baf20a61de48bb5a8cbc71c","473993":"473993-2899457b05c291f072721e16196c1f4a","473994":"473994-2358d813a99b5299e8603a8e55eddeaf","473995":"473995-fe6d6e20d133703d14e081c5e47fb27c","473996":"473996-72e0c02852be9b84ac0592b0ad99aeea","473997":"473997-c500d7ed09b0d7cabdbf64ef6ef4b686","473998":"473998-658de53521dce4f8bf64de2eb10421cb","483270":"483270-5b55a072e016365a039955298cb2e00f","483271":"483271-1bfad228657fdc32cb335d1fe9287135","483272":"483272-95e1e079fe4db43078c7498a249f4328","483273":"483273-52acd74f333577f4c90c83a2c8755b77","493836":"493836-71594824961223257781bd12bf16e8b0","493837":"493837-90b4f8317801841415308e236b657b9b","493838":"493838-be9e57dbcee66267aec9f7ce2009b83a","497089":"497089-971dcd549ea2556babd3d09b067052a1","499473":"499473-60e352f282b151544ec145f868cac615","500842":"500842-3b0a63628bdb862f1275fcbed56d7218","500843":"500843-b82ee15605cfaf226a218548b18d7a14","500844":"500844-5bc41470d3f161978c93298f6cc51b39","500845":"500845-ac602d22a7abd4c0e561af55a3d66f44","500847":"500847-e96f7cd57209fe70f9e9ac97e35578a0","500848":"500848-45c17e83056315e464d0b583e62f67e3","500849":"500849-04ac7f82997d9e9bd7f9654079822a23","500850":"500850-5766103fc890a23b81b5271f9a980944","503223":"503223-7911fc55d640836eb47d49d5759f68e5","503224":"503224-a6438411dd3853fecb1ea01634a05a56","503225":"503225-e7fbba6ab6009ff74d858fdef11b944e","503227":"503227-af2e751179dc4aff38267b760e20a60e","503228":"503228-f18acbe141a615c1af0c930d145a3afb","503229":"503229-15aa6410a7bdf0f6a9ed949fc6884bf3","504147":"504147-af156a424862a263541c231ae68dfd61","504156":"504156-78688cce03778296ea2367d5bf66b8d7","523531":"523531-2f1802eebf7ccb038da7d28b33e574fc","523532":"523532-5a45c62cf3d1343eee790326072b54d5","523533":"523533-ec1d937c41c0871bbe3c54b38f948a80","523534":"523534-9103b0b9453945e5a587fe1674e5884f","523535":"523535-c8be965f8404348193da17bc2c9a0e10","523536":"523536-c8597acbd7357f6d1718e65c126c0dea","539718":"539718-a1f93d7e0714ba1d68adad8a11f790dc","558978":"558978-6e038903eb0133cd5815cba4486832c4","558979":"558979-4ab4f43b70650e263c7081754ff16e28","572320":"572320-54356ec3e2602e63cc3f400c427dc059","572321":"572321-914535586ed464f74f987d7a19591807","572322":"572322-154e2728e4c64f760af123e9df771970","572323":"572323-0ef409b90f9766fab7c1efb67231d8ce","581493":"581493-043b367f5489a752f4ef7a11fc257f76","581494":"581494-e879383dfd621be71c3929efcaaa74c2","581495":"581495-84c2cc5f6823094661892f8790aa22dc","581496":"581496-6aa9d57c179ddb6d52f961f1ad63bdcc","584454":"584454-13ad0bd4919f6e2e53b6056ab26bfde7","584455":"584455-c3d57e8548d59a8d504669af89320055","584456":"584456-464d2ad147f700c031573c2e8ba600ad","584457":"584457-dd721897484cf3a5b7f5a30e08b6dda1","584458":"584458-80759eb5cc1f443a3b9b41c907cb0299","591135":"591135-a065ecbec35266b19cafd4b02847391f","591136":"591136-ce5e761c8968cdf800b96fcbb9c25c17","591137":"591137-eefeceb9186eefd474a269a7b8e6d1fd","591138":"591138-1b35954f39f9bb0b5fa1fc839a4d1718","591140":"591140-5e85e90ead20a5660249f4bfbd7d8d70","591141":"591141-5d99f06e59cd89bd99a9ad5006b18ce2","591142":"591142-16a81c06d0be12e6b6d341cc93af56b7","591144":"591144-8d635f0c462feb933e22fc14e97bbc8d","591145":"591145-f4d07eb34898d8f27c606600e37c1c32","591146":"591146-b8d28b503802437f74af5a6cbfbf7b92","598299":"598299-57d2006f353dbf4c45037264f82620dc","598653":"598653-4b06f7a00c82c13f6ff67d56f5512e58","624149":"624149-1006f3dad3c0ea1451daa79d4c7aa3a5","644524":"644524-90006336e63e74c8f818ffa5419b3e5f","644525":"644525-5d22df447fc9adaa1fd96d93aa357ccf","644526":"644526-f30d219f210fdb876d05212778045715","644527":"644527-b4fb21ac9455e4038e018c5f5730e1c0","644529":"644529-e50a1f4ab49f3bd93da1f113f870e539","644530":"644530-3ce93c5faee2ed7377e17e84dffc1296","644531":"644531-4a857780b7e289eb0e57bd4d954ab08c","644532":"644532-049a9caee4bf97780a8d7295a3409ce1","645284":"645284-cdaa8411d20e6c064feb8f4aed85bebe","645285":"645285-346da201b6693e1238c63e8149c3c685","645286":"645286-a46b8ed5b6559bcb2b1022db3ad9ae1e","645287":"645287-863381f7dbeae7bfba1f6894a31603f0","667396":"667396-efff23c14f7cb224b0e1abf1cd3d5c67","667409":"667409-c0c6cb56718cab7e9bd64f3e87818c6e","667410":"667410-f373d9397669523b96b11bf6e4af3f5b","667411":"667411-27063238b52b5f5eed26f99b1dcc03d5","667412":"667412-cd1545d57536a79da72a5eb0c2b4ac7c","671835":"671835-3beaced41236a4690bc074d297a5daf1","671836":"671836-41ae263ae0947da227f8aaedaffc9e82","671837":"671837-1e4d2c96fa4461ec72c1217e913fefa3","671895":"671895-62564d60bcf1b038597628549715e901","671896":"671896-808dbf9f44cfeae5a701df319bb1fd99","671897":"671897-e6536b39419ca16f904e80692d173e81","671898":"671898-60020447157d52651ef3715d23f1379c","697467":"697467-535991954830ccb3432db8a0701a8ef7","697468":"697468-5121d762cd79f59a65efe8b216d05b53","697469":"697469-b8b5c55c11fb68779983ab59b2e54bbf","697470":"697470-dc587d1dc9b19d9b71e25764f1380125","697518":"697518-ee81bf8cfab9644ad66534eb00db4517","697519":"697519-6492e22be604ffb2104578bc6e758680","697520":"697520-e50da2af382c1b3b5a57b00eb3285134","697521":"697521-6665df8807ebc00ed31facb77d9392e2","697943":"697943-6aea27fc80a2070fe635c10a6178fc78","697944":"697944-edc8cdf468f12e89ee6de4598d0c02ea","697945":"697945-7dcb46a48f2ab828bb537d410e69c448","697946":"697946-aa7d41de1ec05036de6c18d55856434e","706708":"706708-1a4b41326e62b41848684926caf431f2","706709":"706709-9c2ac76c0484ca5a98e577dcc82d1347","706710":"706710-d85ff4e6e8c95fda7d098d3269d7fd7d","706711":"706711-f6d683cd8e7fffbed41d5ce907426f1f","706805":"706805-52a3f9612022ff69b891a787fed6aac4","706806":"706806-73ea064af712f5b526c49b9229eaf079","706807":"706807-bd9fbeba1d81b87515bfda0a2ba48902","706808":"706808-fd0337da59e043a2da224d39220ab572","706814":"706814-c94cdf0232b1e932db5624345b0b0cc9","706815":"706815-e0455497484da15f8b09c56d748539d3","706816":"706816-622604028f6298772ccc4a052ae54ccd","706817":"706817-f640c2e1e2b952cdf7939bd9eb7b47cc","706827":"706827-75cf5e71cce34677d6289525bd0ec320","706828":"706828-8b1fe793e35e50b5a1b52e92f102e48d","706829":"706829-cd356340f56ae8c987c19f088a3bf458","741923":"741923-4d3c323b80a332a4988f228b08f431d2","741924":"741924-d9e75967a0f854d17dda0b632dfba3cc","741925":"741925-3fc912f352e03e1a357a79039a427a79","741926":"741926-1a03446f3fa0795baad2b8fb9fddf4ca","759522":"759522-6af37f73f2afb04dd7a9498c54472e86","759523":"759523-53b9be6157efbcd9c90baaed4bad222e","759524":"759524-1a1a1d2c239f8f8e6cd7777b9d7de045","759525":"759525-af85faae98b04110ce60cc29999815b1","759528":"759528-7791ce12f14e0d5204ca39e7e6da50bf","759529":"759529-9a58c5d2f0f101551a649dd28af1dff3","759530":"759530-2bc07c5ceb18dfa338a694b37472c0b8","759531":"759531-0006c7f90d21b004961f876a9767bf3e","759548":"759548-cccbbaf3db2f154e1ce3faab62869633","759549":"759549-df7dcceccba16c22c5153f47e658ee93","759550":"759550-044e568638e68d76a910b3d7391137c5","759552":"759552-468b2c4bba02f842d2a685fe6a1e18e3","759553":"759553-c3147e9f470c25d12c1931c2ba275436","759554":"759554-e0f12c8c121fddd57b33ce9a1f5b910f","761446":"761446-364c7727b32e21d1671806f2c92e1820","778404":"778404-e7448ca8284043a4e587a2233507e9db","778408":"778408-d261ddc8b6c30c445d52f018a16cf1a1","778409":"778409-e2f2d1f5fe1a3f1596a4a8a4f4a2eb09","778418":"778418-9c8cef8bd72ceb1c6695e8f9435ec05f","778419":"778419-4c2c790f6f6df175e2f8185a21aacaf4","778420":"778420-03a7fd9666b21b2abf56ffbf3777f0b2","778717":"778717-1d4bbfd771a4b926d6ac58f004041d9f","778718":"778718-e78e03ce39bf0f31141ffe0f9134820c","778719":"778719-aa9ed1d937a3ee87e7c4d502d4107116","778720":"778720-7b60e78a1aa2810b3b70b2824019fd8d","778722":"778722-89f28b9665353e9161f827ad6da87def","778723":"778723-c92f913a59a0706e2bce359b57282c35","778724":"778724-cda06163f0eea2d1ed1b66a88a156295","778725":"778725-d035669c5d2d11a0f02d41aee2050d6c","780183":"780183-956ea785ef420ff598dc63d0572d77eb","780184":"780184-90193122c1ddc3fbc062db369d27e079","780185":"780185-937f0254f9a103e13a593a269579602f","780188":"780188-6d0ad3255d847b63deafcccddcbb6ca1","806818":"806818-a3ddf8d707e8b3fbe6b1661a91cad969","806819":"806819-79bb0e24098602fb1a5ea5bd3e4bbb0e","806820":"806820-62ae83c32ee448bec674b1367230bf81","806839":"806839-576d0773248fad4fef68283993621571","806841":"806841-211614ba52c51276ef9be932fb626262","806842":"806842-163f4308d9f0ba48401416253771e00c","806843":"806843-c3d58ba3a7adea88966b319969ba5f85","807320":"807320-ee6e9f2643ad0d39bf6644836d5646a1","807321":"807321-be356e19828db417cf35afe666e13503","807325":"807325-f236f7ae2db33f210febb4ca3f43523c","807326":"807326-382eae56fdbf5d6e124ef8d15a06dae8","810799":"810799-f5b54148d25bd6e118f6a0d5340366d2","810800":"810800-6f8df98f51015cc64e28374a4c16622b","810801":"810801-2243967fea8347d9e3c5712a63be8c32","810802":"810802-62221ed7a7acbb2d1cd336867753b09c","816019":"816019-c8b43faff53c6c541ad040837bf134a2","816020":"816020-378a899109fb7ac2944090b885245035","816021":"816021-95e6a6d559dc6f31b5b9d4420ac7b32e","816022":"816022-a1c2085b0041926705a104e522be1ac1","816023":"816023-1ba0fc412a01c8bd2b3e584bb223e0a6","816024":"816024-2070c0d72e6239d9c76a76c9441dce37","816026":"816026-5eeed9f43b4f628fd19acf9d61d1defd","816027":"816027-8046fab49e04ea79545a0ffaeeb31d27","816028":"816028-c0e37b0bd16203b52386278e72d4674e","816029":"816029-fb7a6d0b41821610cfc21b5b834f0f87","816030":"816030-af10590274a307105270cf5155b4cf13","816061":"816061-bdbbf6408071b9919d78c4eb469e38b1","819522":"819522-faa31c52a46601ce08ff8b87cf318947","819523":"819523-c8a8895ddc13f7245f2a91c275e8aec0","819524":"819524-51ccfdeec039dd64b29505f23144b159","830743":"830743-c35eaab3853fbb74771067b645db19d5","830744":"830744-e4b9ef918a90e4be0ccbb74737ef59b4","830745":"830745-91e7f168ea0132aae8ec8c1920fba5c4","830746":"830746-d7603a606648d96c1005d1244866ae7c","834215":"834215-48dd615e251b3b8579e5d9cec59aa3d5","834216":"834216-1b04970c3124e6b7d9405d56d62339ca","834218":"834218-7e54ef871651c174aadadd430d1bbdc2","834219":"834219-fb84336ff15e9ba9dbba22ab44e5fced","834221":"834221-73fd038ec57febdd05551bea7e8e6698","834222":"834222-cdf3528843567fc993963658362773ed","834224":"834224-74267ada2b0a0863497b3bf6999a7e71","834225":"834225-f1da8af4bb760c38cd9000bf93122130","834227":"834227-d26beb72054be352993ec939a1a3b8ab","834228":"834228-dc46f9a00fd8ce22bbeeaed54a01bd81","834230":"834230-d166e964ff838ecdaa3dd93d91ff2fe6","834231":"834231-6835273b80ad64f342336f771649efa4","834233":"834233-05caff11eef8a3eea1d063bb80e33a43","834234":"834234-10a7be809b2a434c9bb3535f9d03d115","834236":"834236-f09165ad533876b33803c0eefd1d80ea","834237":"834237-6693bd233e6883fc00bf555e1a0bb9fe","834239":"834239-0d250b915ceb8e82f948d472c9d776c7","834240":"834240-fbf351c7b5f6553a40674206f7cc2925","834242":"834242-227d26b64dd590c2b8829bf4b05abaa1","834243":"834243-125de8e70cd0c8b84da6762c52a1c8f8","834245":"834245-9cc2928e2edb2b6bd85c7154be2a0609","834246":"834246-e3884c2911442f61d5a6067301b61c41","834248":"834248-e125d4071af8f8c135d8332982eb4136","834249":"834249-51eecdff789e78517348df9ec1f28ccc","834251":"834251-9cbe123eff73401d1db40784ea67c71a","834252":"834252-c363b8e72eddb06c2dfde583e5e0cbd0","834254":"834254-a02387b8eb198cf79ec2dda40446905f","834255":"834255-b001496a05a4f51e83a7ac45ad00b890","835799":"835799-77ad575f424c5e213d8ffff199c5d788","835800":"835800-5310d374e1e9417b709bf5724acec1bd","835801":"835801-95b846a1b522ab70b78d7a5a88636376","835835":"835835-3cf5959ac309f28d7a0761d134a2907b","835836":"835836-d9af639f1bfcc3e011f7e1c6bcbdf63b","835837":"835837-bd3014ea8cbcd55a280d4cfac4e06638","842005":"842005-f244119998fd7e728eae63f0c8ece198","842006":"842006-76b37b297df6418b9df80d39636c49e6","849917":"849917-3de8c4b050e063e9e1b5adcb7c1405d5","849983":"849983-1d3f82a2305df2f7b3a9b0b96238f073","849984":"849984-6b628d25e98027fcae0745c38719c96d","849985":"849985-0e1816a98219043b2ab997ea42f077ce","849986":"849986-034dcce1694d022c0f93cbba54df250c","877273":"877273-dce00f4172e3fd73ebb460dca69eecd8","877274":"877274-d51eb05d76beaa819f6d65ebeb433ebb","877275":"877275-a6c6e4ac6ec235f0a67d6ce441ce91ee","877284":"877284-db0ae518af1c56feb161559bc80556f7","877285":"877285-754fa51c10804c82ce1c56aea4156580","877286":"877286-13315c34932eb3afef7c61b7ecd22734","877978":"877978-d47f4101fb4a76d75de6ce0b38cab9e9","877979":"877979-bac7f17b5bd5a74dde806c867db07d3e","877980":"877980-67f900fc10b522645b32485c7b26525d","877982":"877982-db26759582264732131d27b6f35c1565","877983":"877983-10a186fa769b43220390dcf5bad24729","877984":"877984-e4e7f9da7208cf169f272c715ac228ff","879032":"879032-b8cba0f2fcca16d35fa502be8da25964","879033":"879033-0d4ff36942b17d18a523686b66186b4b","879034":"879034-d61cf6b303e73f5adcc27cb23e379f5e","879036":"879036-38516f1d004c891810cede65c9532219","879037":"879037-375fd2040b2bac94553c23d731af062a","879038":"879038-fc1e9130a86372c0512de173e6948779","879039":"879039-167bedfce33c2d98c193b7f11d734a9d","879043":"879043-b5d8457e90fc3419ccd28fc7ec2f7a38","879044":"879044-28bf309a2985ec3cc4ae7ca14467572e","879045":"879045-1cfcf923c9e9ea650a81e5222631c301","880863":"880863-32c35755c051d7c59b312e879292d05a","880864":"880864-980468e56aa316b858e57f0fbad16ce9","880865":"880865-c26b6fd5808f348b1e31df32f3b870c3","880874":"880874-0a9188a2f5bb52e001781733c0055630","880875":"880875-3cac90fd4b5ce4bd7c348b5ebfadd91d","880876":"880876-e6213ac8829a989cf427267711a6066f","880878":"880878-2e186272c2d19b76c9f6b7efcabb4f58","880879":"880879-2744508e5822928ec67ab6bfb94cfdfb","880880":"880880-f143f008e286f8a2eadd982b2c3b422b","898377":"898377-73d7eb04770776a75c851064dd7bac96","898378":"898378-cc12bce2b7195c45326de9d775718ce5","898379":"898379-d26288e2dc6b4b31ff9f285d345b4120","898717":"898717-1c7d9e6b310a2192bdb6896847091c6c","898718":"898718-4f3d2527a10a34f273abd1862b968e86","898719":"898719-6a79b7c1270052f7737f0467afea285c","917195":"917195-7466556dc93c20d4b863e3f247939c54","917196":"917196-b8cf1e72f15124ac1ad870ba160a5c05","917198":"917198-55a436b06163515aeb6b8627c97e6d4c","917199":"917199-8d917ae019a2f7aa01c26ec9c71d80f4","917201":"917201-7e5668d857c54d88c1b72d03c121122b","917202":"917202-2935fab58acd66de2cdedec267428576","917204":"917204-b4cd9ca13a283e8abac60508bba82d71","917205":"917205-35c8d3f4e11d71405cec555b9671c163","917207":"917207-148dd62b9e4f33b170fa860c882d9f1a","917208":"917208-657accbf02c47d553fc64d0e83c9ec68","917210":"917210-24b905245dc214eb060967011d35dfc9","917211":"917211-05926de99a0702b39d2bc5ec4b0f106f","917213":"917213-349736947208fd9e0c6370b9598ac740","917214":"917214-a875b021511cf7287d31ab9ba818b984","917678":"917678-e19014624eea9b87c70b39d8c11665b6","917679":"917679-eaa096f4a8fa5534674ff46d78f6cc1a","917681":"917681-32adc31bbe13fd62fc78e3c508b80845","917682":"917682-c808cad35cbe68ad48ab6b8a17f0a5e6","917684":"917684-0d90b9df873eddbc4195fb2c828dcddb","917685":"917685-b36eafb289a1b36bc81b455ba3540c35","917687":"917687-7217e54ef36c893e5d1112caa1d636fe","917688":"917688-322c72b4e78ba9a70c6eb788d7e623d8","917690":"917690-f8ddbab37d7c5a04c3c861d86d04b31e","917691":"917691-425c6c11cf58402dde2d61157d161785","917693":"917693-75a34c703927f79a8efd681980f67610","917694":"917694-e13d01a4bf6273305a4e61d77f00485a","917696":"917696-a7bac44be848cab00952dfed03c7abfb","917697":"917697-bc1a0d72ead0458e44af0c657eafb031","918018":"918018-7366ad3e9be9a116f65fb1f32955cfa9","918019":"918019-3bc5704ae55921c92d0cd878257d75f8","918020":"918020-1793320c1a8a8428f06026b2ba7c869d","918101":"918101-dfdc5fa042112c4fa569b778cca1d4d8","918352":"918352-d82e183650c1c18b1f0ced31544c627f","918353":"918353-def46e265fd758cf7f0249327c788023","918354":"918354-849d704cb910c57432d08ff087af79ea","918355":"918355-b350bc5bb17507ad09f358e0dcd2521c","927063":"927063-cd01f4d90c241cfd5079365a7bd74a92","927064":"927064-e6848b6d21bd6bb4c8d9880008cfbace","927065":"927065-becf4f1e9c1a51b3380c27e3b93351ad","927066":"927066-10fc04088cf6d463aae2c292ed0280f5","931013":"931013-be779aa168a92edbb4efc176e447f371","931050":"931050-36127ea5a2b7141218b6dcdb547ed35e","931072":"931072-4c1f6a3e9af859b488bf2a56919e7dfe","931073":"931073-719a365f491c0734f44d77337b003843","931074":"931074-84b2f2269be59d5a770b6cf5721a639b","936771":"936771-aed04d8aa46f2d2f0f3cab90ca8aa271","936772":"936772-eadbc9846943e92e381c08e76b154223","936773":"936773-e6e22247203ca16364409ac2bf0a6a4e","936774":"936774-d5922d1d05d26e8bacd39f38e38d94e7","941725":"941725-87de83b3c6db17f109847e75aac4e08b","941726":"941726-80c1215f1307fc88aa555d6b0b0ba90d","941727":"941727-31cb693356d4db0b56340d1064560da6","941728":"941728-75fbc26268103c51141def03e87f21e1","957737":"957737-b15dc58b1f9f77b630c82727ad58a04c","957765":"957765-bb6bf0ceebad0dd9019478bfd134df3b","957766":"957766-8f3397c2ae17d471e545a251092942ba","957767":"957767-6f6aef2cf9e64b6a774430f1e2a87729","957768":"957768-38988961d58d762a927206cfdf09c8d2","968517":"968517-580570cb254488459e0a5df921f6ecef","968518":"968518-7a1d0cd475ea78f145bab8a7450ad96d","968519":"968519-c6d5b136c4d93f58485c6c456c63705d","968522":"968522-4a44ebbad92cc0caee4aaed3f8abf709","970555":"970555-073a45ab1df63d8403d3e9a1f1f8311e","970556":"970556-cb5cc585edb7c568884edd1c3d66102d","974329":"974329-021e954d99071fc01fdfacb9cab02989","974330":"974330-74b33fc7691fddd474a4253ae754baf9","974331":"974331-546c0b72bbdee47b740f2f7c4b8d592a","974332":"974332-996df3eed1b7eb5131195dcaa0d79183","974334":"974334-68d13f6c458aeec7cae2d892db253342","974335":"974335-6de11082502fcec34857caf42acdb736","974336":"974336-98b8bfdf0fb3d260685cd769807ac6bd","974337":"974337-ac69650aea77ad477e2b5d95764be036","974499":"974499-70fa658a24bd593d599b0ba4947cee31","974500":"974500-6ead8eecaf914af6af0153c1d223e550","974516":"974516-925c179e171b9ffda9cab99a95367f26","974517":"974517-f8eb9aad43179d16d7cb3499429d5e02","974518":"974518-d0c3e6d52ba0b76287ae23ca8e301d73","974519":"974519-f6c6fa348cbde4fa5fd714829489698b","975896":"975896-3a257e67dfd38919a26ca7fee628c707","975897":"975897-b18333dd9b89a50bed521a1c9c030dc7","975898":"975898-334eb686e355fd0c44f78141f96da14c","978909":"978909-8ec523757cb928baa6c757c7c6761795","978910":"978910-84c0291e4f1b3db4518d2ee7fadbd90e","978911":"978911-fbecc16981ccd6c51c87863ae8a8c3e5","978912":"978912-b4ceeb7be41941156d1fba87dd2843c5","981237":"981237-3d0df8e38361d7c1187c8a488ce77106","981238":"981238-d0f23ac06825ce9e43aee190ad3585c0","981239":"981239-511ffed1e47df23164adebf16d1e8799","981240":"981240-4835a1c44c8d00a5d4305faacf857996","988689":"988689-046c6057fe0520f49ddd6520b614984e","988690":"988690-4a980fb167dc36514c1b7ea7db65c914","988691":"988691-6a8e602af4e4d7b44e8898db5bf490d9","988692":"988692-5270811908d38d4133c9a508fe44d8a8","988718":"988718-4339d0a5a0b5335d697c92b968bae4b4","988719":"988719-6ddf795b0a2c519568ec06b67ce2e86c","988720":"988720-1431da32bbda13b0d24742a36d67bbad","988721":"988721-15eda1dcade0dccb1a2d2311b2605b55","988743":"988743-185ff828286e330f57ea02069862bbe4","990619":"990619-858492cf2acfa1847cc7bbbe1b3b2c4c","991459":"991459-92d266400d2bb89a02d68f08e0af1702","993165":"993165-6f43f3586df9f318d9f5cd8ca714d1fe","993166":"993166-de7ece1be193851f729ba45f73070dc0","997891":"997891-0a93c2c80ca43efe2791dd332f814670","997892":"997892-fe02c97ce694911613612675e7aaa5ee","997893":"997893-ed168853ed11384dbdd469e4d6f8d79c","997894":"997894-c71ad825d61950c1287e9b4413d5e7fb","998093":"998093-87ba9b64109aa0af919f224747ea2783","998094":"998094-8aae9fed719214551b66f3fe1a4cc2cd","998095":"998095-35a532b7151c67e79b45dcc7a43d4a30","998098":"998098-5e77aca5e51fe17f0bace247d4f8c071","998099":"998099-e8d4cb4d596263f81603d973303719eb","998100":"998100-c2e40c4522e73b1fb5e2ed5bea5b535a","998101":"998101-905ff8c3f0b4df274c369a07b160d843"},"index_live":"cache/1730/campaign-index-live-69a2a94d5f8f6ad62d10084da89739b2","index_test":"cache/1730/campaign-index-test-b97763014a48858e669d498bd5356aca"}});