(function() { function bxBootstrap() { var re = /bot|crawl|slurp|spider|mediapartners|headlesschrome|snap-prefetch|remotasks|woorank|uptime\.com|facebookexternalhit|facebookcatalog/i; if (re.test(navigator.userAgent) || navigator.userAgent == '') { return; } if (!(window.bouncex&&bouncex.website)) { var pushedData = []; if(window.bouncex && bouncex.push && bouncex.length){ pushedData = bouncex; } window.bouncex = {}; bouncex.pushedData = pushedData; bouncex.website = {"id":4100,"name":"Elizabeth Arden","cookie_name":"bounceClientVisit4100","domain":"ElizabethArden.com","ct":"fp_local_storage","ally":0,"ei":0,"tcjs":"","cjs":"/* --------------------------- INITIALIZE SHOPIFY DYNAMIC COUPON AUTOAPPLY -------------------------- */\nfunction initShopifyCouponAutoApply() {\n var isShopifyHostedTheme = !!bouncex.utils.getNestedProp('Shopify.theme.id');\n if (isShopifyHostedTheme) {\n bouncex.off(bouncex.window, 'bxCouponFetched.bx-cpn-auto-apply');\n bouncex.on(bouncex.window, 'bxCouponFetched.bx-cpn-auto-apply', function(event, params) {\n if (params.code !== bouncex.vars.coupon_auto_applied) {\n ajaxShopifyAutoApply(params.code);\n }\n });\n }\n}\nfunction ajaxShopifyAutoApply(discount) {\n var updateJSON = JSON.stringify({\n 'discounts': [discount],\n }),\n errorMessage = 'event tracking: error with shopify coupon auto-apply',\n discountUrl = '/discount/'+discount,\n updateUrl = '/cart/update.js';\n jQuery.ajax({\n url: discountUrl,\n method: 'GET',\n })\n .then(function(){\n jQuery.ajax({\n url: updateUrl,\n method: 'POST',\n contentType: 'application/json',\n dataType: 'text',\n data: updateJSON,\n })\n .then(function(){ updateCouponVar(discount); }, function(){ bouncex.log(errorMessage + ' POST ' + updateUrl); });\n }, function(){ bouncex.log(errorMessage + 'GET '+ discountUrl); });\n}\nfunction updateCouponVar(discount) {\n bouncex.setVar('coupon_auto_applied', discount);\n}\ninitShopifyCouponAutoApply();","force_https":false,"waypoints":false,"content_width":900,"gai":"UA-1399220-9","swids":"","sd":0,"ljq":"auto","campaign_id":0,"is_preview":false,"aco":{"first_party_limit":"3500","local_storage":"1"},"cmp":{"gdpr":0,"gmp":0,"whitelist_check":0},"burls":[],"ple":false,"fbe":true,"ffs":"","mas":2,"map":1,"gar":true,"ete":1,"ettm":false,"etjs":"/* ---------------------------- SHARED VARIABLES ---------------------------- */\r\n\r\nvar CART_COOKIE_KEY = 'cart',\r\n CLEAN_URL = bouncex.utils.url.allowParams('q');\r\n\r\n/* --------------------------------- HELPERS -------------------------------- */\r\n\r\nfunction getImgUrl() {\r\n var productObjImg = bouncex.utils.getNestedProp('product.imgUrl',false, window.wunderkind);\r\n if(productObjImg.indexOf('error') > -1){\r\n return 'http:' + jQuery('.product-main-slide img').attr('src')\r\n } \r\n return productObjImg.indexOf('//') === 0 ? productObjImg.replace('//','https://') : productObjImg;\r\n}\r\n\r\n/* ------------------------------ ITEM TRACKING ----------------------------- */\r\n\r\nfunction getItem() {\r\n var itemInfo = bouncex.utils.getNestedProp('product',false, window.wunderkind);\r\n return {\r\n id: itemInfo.id,\r\n copy: itemInfo.name,\r\n category: itemInfo.itemCategory || jQuery('.collection-grid__breadcrumb').first().find('a').last().text().trim() || 'Global',\r\n url: CLEAN_URL,\r\n imageurl: getImgUrl(),\r\n instock: itemInfo.inStock,\r\n sku: itemInfo.sku\r\n };\r\n}\r\n\r\nfunction fireViewItem(id, groupId) {\r\n var pushItem = { 'item:id': id };\r\n\r\n if (groupId) {\r\n pushItem['item:itemgroupid'] = groupId;\r\n }\r\n bouncex.push(['view item', pushItem]);\r\n}\r\n\r\nfunction initializeItemEvents() {\r\n var item;\r\n\r\n bouncex.et.onTrue(\r\n function () {\r\n item = getItem();\r\n return !!item.id &&\r\n !!item.copy &&\r\n !!item.category &&\r\n !!item.url &&\r\n !!item.imageurl;\r\n },\r\n function () {\r\n \r\n if (item.url.indexOf('gift-card') > -1) {\r\n return;\r\n }\r\n\r\n bouncex.push(['item', item]);\r\n\r\n item.groupId = item.sku;\r\n initializeSkuEvents(item.id);\r\n\r\n fireViewItem(item.id, item.groupId);\r\n\r\n initializeATCClickTracking(item.id);\r\n },\r\n 10\r\n );\r\n}\r\n\r\n/* ------------------------------ SKU TRACKING ------------------------------ */\r\n\r\nfunction initializeSkuEvents(itemId) {\r\n var lastSkuFired,\r\n skuId;\r\n\r\n bouncex.et.on(\r\n bouncex.document,\r\n 'click.bxsku',\r\n function () {\r\n bouncex.et.onTrue(function () {\r\n skuId = bouncex.utils.getNestedProp('product.sku',false, window.wunderkind);\r\n return skuId && skuId !== lastSkuFired;\r\n }, function () {\r\n bouncex.push([\r\n 'select_sku',\r\n {\r\n 'item:id': itemId,\r\n 'item:itemgroupid': skuId,\r\n 'item:feedid': skuId\r\n }\r\n ]);\r\n lastSkuFired = skuId;\r\n }, 5);\r\n },\r\n '.variant-input'\r\n );\r\n}\r\n\r\n/* ---------------------------- CATEGORY TRACKING --------------------------- */\r\n\r\nfunction getItemIdsCat() {\r\n var ids = [];\r\n\r\n jQuery('.js-product-grid-item.grid-product').each(function () {\r\n var id = jQuery(this).attr('data-product-id') || jQuery(this).find('[data-product-id]').attr('data-product-id');\r\n\r\n if (id) {\r\n \r\n ids.push(id);\r\n } else {\r\n \r\n }\r\n });\r\n\r\n return ids.length ? ids.join(',') : \"\";\r\n}\r\n\r\n\r\n\r\n\r\nfunction getCategoryObject() {\r\n return {\r\n 'page:url': CLEAN_URL,\r\n 'items:ids': getItemIdsCat()\r\n };\r\n}\r\n\r\nlet categoryEventTriggered = false; \r\n\r\nfunction initializeCategoryEvents() {\r\n if (categoryEventTriggered) return; \r\n\r\n var categoryObj = getCategoryObject();\r\n\r\n if (categoryObj['items:ids'] && categoryObj['items:ids'].length > 0) {\r\n bouncex.push(['view category', categoryObj]);\r\n categoryEventTriggered = true; \r\n } else {\r\n setTimeout(initializeCategoryEvents, 500); \r\n }\r\n}\r\n\r\ninitializeCategoryEvents();\r\n\r\n\r\n\r\n\r\n/* ------------------------------- QUICKVIEW -------------------------------- */\r\nfunction initializeQuickATC() {\r\n bouncex.et.on(jQuery('input.quick-product__btn--add'), 'click.bxqatc', function() {\r\n var $parent = jQuery(this).parents('.grid-product__has-quick-shop'),\r\n id = $parent.attr('data-product-id') || '';\r\n\r\n if (id) {\r\n fireAddToCart(id);\r\n }\r\n });\r\n}\r\n\r\nfunction initializeQuickviewEvents() {\r\n bouncex.et.onVisible('.modal--quick-shop.modal--is-active', function () {\r\n var qvItemId = jQuery('.modal--quick-shop.modal--is-active').attr('data-product-id'),\r\n qvGroupId = bouncex.utils.getNestedProp('product.sku',false, window.wunderkind);\r\n if (!qvItemId || qvItemId.length === 0) {\r\n return \"\";\r\n }\r\n\r\n bouncex.push(['view item', {\r\n\t\t\t'item:id' : qvItemId\r\n\t\t}]);\r\n initializeATCClickTracking(qvItemId);\r\n });\r\n }\r\n\r\n/* ------------------------------- CART EVENTS ------------------------------ */\r\n\r\nfunction fireAddToCart(itemId) {\r\n var token;\r\n\r\n bouncex.et.onTrue(\r\n function () {\r\n token = bouncex.getBounceCookie(CART_COOKIE_KEY);\r\n return token;\r\n },\r\n function () {\r\n bouncex.push([\r\n 'add to cart',\r\n {\r\n 'item:id': itemId,\r\n 'cart:token': token\r\n }\r\n ]);\r\n\r\n if (bouncex.vars.cart) {\r\n return;\r\n }\r\n\r\n bouncex.setVar('cart', true);\r\n },\r\n 10\r\n );\r\n}\r\n\r\nfunction initializeATCClickTracking(itemId) {\r\n bouncex.et.on(bouncex.document, 'click.bxatc', function () {\r\n fireAddToCart(itemId);\r\n }, 'button[data-add-to-cart]');\r\n}\r\n\r\nfunction emptyCart() {\r\n bouncex.et.onVarChange('cart_qty', function (oldVal, newVal) {\r\n if (bouncex.vars.cart && newVal === 0 && oldVal > 0) {\r\n bouncex.push(['empty_cart']);\r\n bouncex.setVar('cart', false);\r\n }\r\n });\r\n}\r\n\r\nfunction initializeCartEvents() {\r\n\r\n bouncex.et.cart.init({\r\n replenishmentType: 'cookie',\r\n replenish: function (cart) {\r\n bouncex.utils.cookies.create({\r\n name: CART_COOKIE_KEY,\r\n value: cart.token\r\n });\r\n replenComplete();\r\n }\r\n });\r\n\r\n function replenComplete() {\r\n window.location.href = CLEAN_URL + '?bx_replen=true';\r\n }\r\n\r\n emptyCart();\r\n}\r\n\r\n/* ------------------------------ USER TRACKING ----------------------------- */\r\n\r\nfunction initializeUserTracking() {\r\n if (!bouncex.vars.logged_in || !!bouncex.vars.logged_in_identified) {\r\n return;\r\n }\r\n\r\n var userEmail;\r\n\r\n bouncex.et.onTrue(\r\n function () {\r\n userEmail = bouncex.utils.getNestedProp('customer.email',false, window.lsData) || jQuery('[type=\"email\"]').val();\r\n return bouncex.utils.validate.email(userEmail);\r\n },\r\n function () {\r\n bouncex.push([\r\n 'user',\r\n {\r\n 'email': userEmail,\r\n 'source': 'LoggedIn'\r\n }\r\n ]);\r\n bouncex.setVar('logged_in_identified', true);\r\n },\r\n 5\r\n );\r\n}\r\n\r\n/* ------------------------------ Track Native Email Subscription ------------------------------*/\r\nfunction fireNativeSubmitTracking(userEmail){\r\n bouncex.push(['requestemail', {\r\n 'email': userEmail,\r\n 'campaignId': '1197680'\r\n }]);\r\n}\r\n\r\nfunction initNativeSubmitFooter(){\r\n jQuery('.footer-itemsignup input[type=\"submit\"][name=\"home-email\"]').click(function(){\r\n var userEmail = jQuery('.email-subscribefooter #email-alert-address').val();\r\n if (bouncex.utils.validate.email(userEmail)){\r\n fireNativeSubmitTracking(userEmail);\r\n }\r\n });\r\n}\r\n\r\nfunction initNativeSubmitRegistration(){\r\n jQuery('#RegistrationForm button[name=\"dwfrm_profile_confirm\"]').click(function(){\r\n if (jQuery('#RegistrationForm #dwfrm_profile_customer_addtoemaillist + span').hasClass('active')){\r\n var userEmail = jQuery('#RegistrationForm input#dwfrm_profile_customer_email').val();\r\n if (bouncex.utils.validate.email(userEmail)){\r\n fireNativeSubmitTracking(userEmail);\r\n }\r\n }\r\n });\r\n}\r\n\r\nfunction initNativeSubmitCheckout(){\r\n jQuery('button[name=\"dwfrm_billing_save\"]').click(function(){\r\n if (jQuery('#dwfrm_billing_billingAddress_addToEmailList').prop('checked')){\r\n var userEmail = jQuery('#dwfrm_billing_billingAddress_email_emailAddress').val();\r\n if (bouncex.utils.validate.email(userEmail)){\r\n fireNativeSubmitTracking(userEmail);\r\n }\r\n }\r\n });\r\n}\r\n\r\nfunction initializeNativeSubmitTracking(){\r\n initNativeSubmitFooter();\r\n initNativeSubmitRegistration();\r\n initNativeSubmitCheckout();\r\n}\r\n\r\n\r\n/* --------------------------- INITIALIZE TRACKING -------------------------- */\r\n\r\nfunction isValidDomain() {\r\n return CLEAN_URL.indexOf('www.elizabetharden.com') > -1;\r\n}\r\n\r\nfunction isEn() {\r\n return bouncex.html.attr('lang') === 'en';\r\n}\r\n\r\nfunction isValidGeo() {\r\n var allowedGeos = ['US'],\r\n geo = bouncex.state.geo.country_code;\r\n\r\n if (allowedGeos && allowedGeos.length) {\r\n return allowedGeos.indexOf(geo) > -1;\r\n } \r\n}\r\n\r\nfunction isValidForTracking() {\r\n return isValidDomain() && isEn() && isValidGeo();\r\n}\r\n\r\nfunction init() {\r\n if (!isValidForTracking()) {\r\n return;\r\n }\r\n\r\n initializeUserTracking();\r\n initializeCartEvents();\r\n initializeNativeSubmitTracking();\r\n\r\n switch (bouncex.website.pts) {\r\n case 'category':\r\n case 'search':\r\n initializeCategoryEvents();\r\n initializeQuickATC();\r\n initializeQuickviewEvents();\r\n break;\r\n case 'product':\r\n initializeItemEvents();\r\n break;\r\n default:\r\n break;\r\n }\r\n}\r\n\r\ninit();\r\n","dge":false,"bxidLoadFirst":false,"pie":false,"cme":false,"gbi_enabled":0,"bpush":false,"pt":{"cart":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('.template-cart').length > 0;"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"m.elizabetharden"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('.template-collection').length > 0;"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"m.elizabetharden"}]]},"checkout":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/checkouts/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"m.elizabetharden"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.pathname === '/';"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"gifts"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"staging-elizabetharden-pfsweb"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"development-elizabetharden-pfsweb"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"elizabetharden.prod.bbhosted"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"m.elizabetharden"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":".shopifypreview"}]]},"product":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/products/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"m.elizabetharden"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/share"}]]},"search":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/search?q="}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"m.elizabetharden"}]]}},"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":"","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":""},"vars":[{"name":"logged_in","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('a[href=\"/account\"] span').text().toLowerCase().indexOf('account') > -1;","trigger":""},{"name":"ever_logged_in","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"bouncex.vars.logged_in || null;","trigger":""},{"name":"cart_qty","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"0","code":"(function () {\n if(jQuery('.cart__item .js-qty__num').length){\n var count = 0;\n jQuery('.cart__item .js-qty__num').each(function () {\n count += Number(jQuery(this).val());\n });\n return count;\n }\n return null;\n})();","trigger":""},{"name":"cart_value","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"0","code":"jQuery('div[data-subtotal]:visible').length ? Number(jQuery('div[data-subtotal]:visible').first().text().replace(/[^0-9.]/g, '')) : null;","trigger":""},{"name":"prod_price","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"Number(jQuery('.product__price').text().trim().replace(/[^0-9.]/g, ''));","trigger":""},{"name":"prod_name","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('.h2.product-single__title').text().trim();","trigger":""},{"name":"in_stock","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('.product-block button[name=add]:disabled').length === 0;","trigger":""},{"name":"submitted_onsite","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"jQuery('.newsletter-form .note--success').length > 0 || bouncex.calling_url.indexOf('%26contact%255Btags%255D%3Dprospect%252Cnewsletter') > -1 || null;","trigger":""},{"name":"page_url","polling":"none","persist":"no","page_types":["category","search"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"cart_items","polling":"none","persist":"no","page_types":[],"testmode":true,"default":"false","code":"null;","trigger":"pageload"},{"name":"cart","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"cart_set","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"logged_in_identified","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"salediscountvalue","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"\"20%\"","trigger":"pageload"},{"name":"cookie_modal_present","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('#onetrust-banner-sdk[aria-label=\"Cookie banner\"]:visible').length > 0 ? true : false;","trigger":"pageload"},{"name":"cart_images","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"(function() {\n var $cartImages = jQuery('.cart__image image-element img'),\n images = [],\n img;\n\n $cartImages.each(function(i) {\n img = $cartImages.eq(i).attr('src');\n\n if (img) {\n // Check if the image URL starts with '//' and prepend 'https:'\n if (img.startsWith('//')) {\n img = 'https:' + img;\n }\n\n // Remove everything after '?' in the URL\n img = img.split('?')[0];\n\n images.push(img);\n }\n });\n\n return images.length ? images.join(',') : null;\n})();","trigger":"pageload"},{"name":"coupon_auto_applied","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"}],"dgu":"pixel.cdnwidget.com","dgp":false,"ba":{"enabled":0,"fbte":0},"biu":"assets.bounceexchange.com","bau":"api.bounceexchange.com","beu":"events.bouncex.net","ibx":{"tjs":"","cjs":"","miw":1,"mibcx":1,"te":1,"cart_rep":{"get":"","set":""},"ulpj":{"bxid":"espemailid"},"cus":"","miw_exclude":"","enabled":1},"etjson":null,"osre":true,"osru":"osr.bounceexchange.com/v1/osr/items","checkDfp":false,"gamNetwork":"","spa":0,"spatm":1,"preinit_cjs":"bouncex.utils.shqMirrorEvent = {\n 'view category': function(wkData) {\n var catName = wkData.params[\"page:url\"].split(\".com/\").pop().replace(/[/]/g,\"\");\n if (catName && wkData.params.page_type === \"category\") {\n _shq.push(['pageView', {\n pageType: 'category',\n catId: catName,\n catName: catName\n }]); \n }\n }\n};\n\nbouncex.infoStore = {\n sessionStorageIdentifier: 'bxInfoStore',\n set: function(data) {\n var hashedData = bouncex.lz.compressToURI(JSON.stringify(data));\n try {\n sessionStorage.setItem(this.sessionStorageIdentifier, hashedData);\n } catch(e) {\n bouncex.err('session storage failure');\n }\n },\n \n get: function() {\n var info = sessionStorage.getItem(this.sessionStorageIdentifier);\n return info ? JSON.parse(bouncex.lz.decompressFromURI(info)) : '';\n },\n \n infoIsStored: function() {\n return !!sessionStorage.getItem(this.sessionStorageIdentifier);\n },\n \n populateFields: function(fields) {\n if (!this.infoIsStored()) return;\n \n var data = this.get();\n for (var field in fields) {\n if (fields.hasOwnProperty(field)) {\n fields[field].val(data[field]);\n }\n }\n }\n};","crs":{"integrations":null,"pageCount":null},"mat":0,"math":0,"cpnu":"coupons.bounceexchange.com","dfpcms":0,"sms":{"optm":"Hit 'Send' to sign-up for automated, recurring Elizabeth Arden mktg txts (like cart reminders) to this #, per terms.","eventSharing":true,"shqId":"pjn7qy8ikm-1","enabled":1},"pde":false,"fmc":["US","CA"],"fme":true,"fmx":"","uid2":false,"sdk":{"android":{"enabled":false,"enabledVersions":[],"eventModifications":null},"ios":{"enabled":false,"enabledVersions":[],"eventModifications":null}},"onsite":{"enabled":1},"ads":{"enabled":0},"pubs":{"enabled":0},"websdk":{"enabled":0,"devMode":0},"ga4_property_id":"279951291","ga4_measurement_id":"G-PT8K500KN0","tag_state_domain":"api.bounceexchange.com","tag_state_domain_enabled":false} ; bouncex.tag = 'tag3'; bouncex.$ = window.jQuery; bouncex.env = 'production'; bouncex.restrictedTlds = {"casl":{"ca":1},"gdpr":{"ad":1,"al":1,"at":1,"ax":1,"ba":1,"be":1,"bg":1,"by":1,"xn--90ais":1,"ch":1,"cy":1,"cz":1,"de":1,"dk":1,"ee":1,"es":1,"eu":1,"fi":1,"fo":1,"fr":1,"uk":1,"gb":1,"gg":1,"gi":1,"gr":1,"hr":1,"hu":1,"ie":1,"im":1,"is":1,"it":1,"je":1,"li":1,"lt":1,"lu":1,"lv":1,"mc":1,"md":1,"me":1,"mk":1,"xn--d1al":1,"mt":1,"nl":1,"no":1,"pl":1,"pt":1,"ro":1,"rs":1,"xn--90a3ac":1,"ru":1,"su":1,"xn--p1ai":1,"se":1,"si":1,"sj":1,"sk":1,"sm":1,"ua":1,"xn--j1amh":1,"va":1,"tr":1}}; bouncex.client = { supportsBrotli: 1 }; bouncex.assets = {"ads":"ba8ae19a5bf9548f3d50df1e54121805","creativesBaseStyles":"a53944a2","gpsAuction":"bbb80866120d17013073bb6d284cbd6b","inbox":"c5ffeacd3b77d074a53f2878c1332dc9","onsite":"c05f8c5551fa6b964660ad61916291c1","sms":"e39203556bab2366e56296ce42e974a7","websdk":"9c2817e65e803cb8c86d0410c88f20c1","website_campaigns_4100":"701f907f81fac6ed97787166fd5d3218"}; bouncex.push = function(pushData) { bouncex.pushedData.push(pushData); } var runtime = document.createElement('script'); runtime.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/runtime_c81e76ee00d795b1eebf8d27949f8dc5.br.js'); runtime.setAttribute('async', 'async'); bouncex.initializeTag = function() { var script = document.createElement('script'); script.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_593c276f770cc7539a00ca1a99a96e5c.br.js'); script.setAttribute('async', 'async'); document.body.appendChild(script); bouncex.initializeTag = function() {}; }; runtime.onload = bouncex.initializeTag; document.body.appendChild(runtime); } window._shq = window._shq || []; var eventSharingCartridge = document.createElement('script'); eventSharingCartridge.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/wknd_audiences_2648fa8509e4b3a98a2790bb8171ddc1.js'); eventSharingCartridge.setAttribute('async', 'async'); document.body.appendChild(eventSharingCartridge); } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", bxBootstrap); } else { bxBootstrap(); }})();