(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":5881,"name":"Crocs US","cookie_name":"bounceClientVisit5881","domain":"crocs.com","ct":"fp_local_storage","ally":0,"ei":0,"tcjs":"","cjs":"/* enable.feature.SHARED_RUNTIME */\n/* enable.feature.COMPLIANCE_REFACTOR_ENABLED */","force_https":false,"waypoints":false,"content_width":900,"gai":"","swids":"","sd":0,"ljq":"auto","campaign_id":0,"is_preview":false,"aco":{"first_party_limit":"3500","local_storage":"1"},"cmp":{"gdpr":0,"gmp":0,"whitelist_check":0},"burls":[],"ple":false,"fbe":true,"ffs":"","mas":2,"map":1,"gar":true,"ete":1,"ettm":false,"etjs":"/* ---------------------------- SHARED VARIABLES ---------------------------- */\n\nvar CART_COOKIE_KEY = 'dwanonymous_91bfccef6a32dced7a4c676d93f6f102';\n\n/* --------------------------------- HELPERS -------------------------------- */\n\nfunction getUrl() {\n return bouncex.utils.url.allowParams(['q']);\n}\n\nfunction setVarAndCookie(varName, value) {\n bouncex.setVar(varName, value);\n bouncex.setBounceCookie();\n}\n\nfunction inStock(){\n\tvar variations = bouncex.utils.getNestedProp('product.masterData.variations', {}),\n\t\tsizeInStock = false,\n\t\tentries = Object.keys(variations);\n\n if (!entries.length){\n return true;\n }\n \n\tfor (var i in variations) {\n\n \tif (!!variations[i].inStock || variations[i].inStock === undefined){\n \t\tsizeInStock = true;\n \t}\n\t}\n\treturn sizeInStock;\n}\n\nfunction validateItemId(itemId = \"\"){\n if (itemId.indexOf('set') > -1 ){\n return itemId;\n }\n \n var regex = /^\\d+$/;\n if (!regex.test(itemId)){\n return itemId.split('-').shift();\n }\n \n return itemId;\n}\n\nfunction trackNotifyMePDP(id) {\n bouncex.et.onVisible('.js-product-messaging.product-messaging div h2:contains(\"Out of Stock\")', function(){ //'.bisn-success-list:contains(\"on the list\")'\n bouncex.push(['notifyme', {\n 'item:id': id,\n 'item:itemgroupid': id\n }]);\n });\n}\n\n/* ------------------------------ ITEM TRACKING ----------------------------- */\nfunction getStarRating(){\n var starRating = Number(jQuery('.pr-snippet-stars-container .pr-snippet-stars-png:first').text());\n return starRating > 3.5 ? starRating : '';\n}\n\nfunction isExcludedItem(nameProduct) { \n var excludedCategory = jQuery('#product-buystack').find('a.text-gray-dark').text();\n return excludedCategory === 'Character Shoes and Charms'\n || excludedCategory === 'Limited Release'\n || nameProduct.toLowerCase().indexOf('elf') > -1\n || nameProduct.toLowerCase().indexOf('salehe') > -1;\n}\n\nfunction getItem() {\n var prodData = bouncex.utils.getNestedProp('product.pidData', {\n pidMaster: '',\n name: '',\n categoryName: ''\n });\n\n return {\n id: prodData.pidMaster,\n copy: prodData.name,\n price: jQuery('.js-product-price.product-price span.product-price-lowest').first().text().trim().replace(/[^\\d.]/g, ''),\n category: prodData.categoryName,\n url: getUrl(),\n imageurl: jQuery('[class*=image-hero].active img').attr('src'),\n instock: inStock(),\n starrating:getStarRating(),\n excluded: isExcludedItem(prodData.name),\n isjibbitz: prodData.categoryID.indexOf(\"jibbitz\") > -1\n };\n}\n\nfunction fireViewItem(itemId) {\n bouncex.push(['view item', {\n 'item:id': itemId,\n 'item:itemgroupid': itemId\n }]);\n}\n\nfunction isExcluded(item) {\n return item.url.indexOf('gift-card') > -1;\n}\n\nfunction initializeItemEvents() {\n var item;\n\n bouncex.et.onTrue(function() {\n item = getItem();\n return !!item.id &&\n !!item.copy &&\n !!item.category &&\n !!item.url &&\n !!item.imageurl;\n }, function() {\n if (isExcluded(item)) {\n return;\n }\n\n bouncex.push(['item', item]);\n fireViewItem(item.id);\n initializeATCClickTracking(item.id);\n trackNotifyMePDP(item.id);\n }, 10);\n}\n\nfunction initializeQuickViewItemEvents() {\n bouncex.et.onVarChange('quickview_item_id', function(oldVal, newVal) {\n if (newVal && newVal !== oldVal) {\n fireViewItem(newVal);\n initializeATCClickTracking(newVal);\n }\n });\n}\n\n/* ---------------------------- CATEGORY TRACKING --------------------------- */\n\nfunction getItemIdsCat() {\n var ids = [],\n $tiles = jQuery('[data-pidmaster]');\n\n for (var i = 0; i < $tiles.length; i++) {\n var id = jQuery($tiles[i]).attr('data-pidmaster') || '';\n id = validateItemId(id);\n\n if (id && ids.indexOf(id) === -1) {\n ids.push(id);\n }\n }\n\n return ids.join(',');\n}\n\nfunction getCategoryObject() {\n return {\n 'page:url': getUrl(),\n 'items:ids': getItemIdsCat()\n };\n}\n\nfunction initializeCategoryEvents() {\n var categoryObj;\n\n bouncex.et.onTrue(function() {\n categoryObj = getCategoryObject();\n return !!categoryObj['items:ids'].length && !!categoryObj['page:url'];\n }, function() {\n bouncex.push(['view ' + bouncex.website.pts, categoryObj]);\n initializeQuickViewItemEvents();\n }, 10);\n}\n\n/* ------------------------------- CART EVENTS ------------------------------ */\n\nfunction fireAddToCart(itemId) {\n var token;\n\n bouncex.et.onTrue(function() {\n token = bouncex.getBounceCookie(CART_COOKIE_KEY);\n return token;\n }, function() {\n bouncex.push(['add to cart', {\n 'item:id': itemId,\n 'cart:token': token\n }]);\n\n if (bouncex.vars.cart) {\n return;\n }\n }, 10);\n\n setVarAndCookie('cart', true);\n}\n\nfunction initializeATCClickTracking(itemId) {\n bouncex.et.on(jQuery('.product-add-btn'), 'click.bxatc', function() {\n if (jQuery(this).is('.disabled')) {\n return;\n }\n\n fireAddToCart(itemId);\n });\n}\n\nfunction initializeQuickATCClickTracking() {\n var itemId;\n\n bouncex.et.on(jQuery('.ok-card__atc'), 'click.bxatc', function () {\n itemId = jQuery(this).parents('.ok-card').attr('data-pidmaster') || '';\n if (!itemId) {\n return;\n }\n\n fireAddToCart(itemId);\n });\n}\n\nfunction emptyCart() {\n bouncex.et.onVarChange('cart_qty', function(oldVal, newVal) {\n if (bouncex.vars.cart && newVal === 0 && oldVal > 0) {\n bouncex.push(['empty_cart']);\n setVarAndCookie('cart', false);\n }\n });\n}\n\nfunction initializeCartEvents() {\n bouncex.et.cart.init({\n replenishmentType: 'cookie',\n replenish: function(cart) {\n bouncex.utils.cookies.create({\n name: CART_COOKIE_KEY,\n value: cart.token\n });\n replenComplete();\n }\n });\n\n function replenComplete() {\n window.location.href = window.location.origin + window.location.pathname + '?bx_replen=true';\n }\n\n emptyCart();\n initializeQuickATCClickTracking();\n}\n\n/* ------------------------------ USER TRACKING ----------------------------- */\n\nfunction getUserEmail() {\n return bouncex.utils.getNestedProp('_etmc.user_info.email', '') || bouncex.utils.getNestedProp('utag_data.customerEmail', '');\n}\n\nfunction initializeUserTracking() {\n var userEmail;\n\n if (!bouncex.vars.logged_in || !!bouncex.vars.logged_in_identified) {\n return;\n }\n\n userEmail = getUserEmail();\n\n if (!bouncex.utils.validate.email(userEmail)) {\n return;\n }\n\n bouncex.push(['user', {\n 'email': userEmail,\n 'source': 'LoggedIn'\n }]);\n\n setVarAndCookie('logged_in_identified', true);\n}\n\n/* ------------------------------ PERSISTING WKND DYNAMIC CODES - SP-26752 ----------------------------- */\n\nfunction getCouponFromUrl(){\n\tbouncex.et.onVarChange('coupon_code_url', function(oldVal, newVal){\n\t\tif (newVal){\n\t\t bouncex.push(['coupon', {\n\t\t \t\"coupon:code\": newVal\n\t\t }]);\n\t\t \n\t bouncex.setv('coupon_code_url', newVal);\n setBounceCookie();\n\t\t}\n\t});\n}\n\n/* --------------------------- INITIALIZE TRACKING -------------------------- */\n\nfunction isValidDomain() {\n return getUrl().indexOf('crocs.com') > -1;\n}\n\nfunction isEn() {\n return jQuery('html').attr('lang') === 'en';\n}\n\nfunction isValidForTracking() {\n return isValidDomain() && isEn();\n}\n\nfunction init() {\n if (!isValidForTracking()) {\n return;\n }\n\n initializeUserTracking();\n initializeCartEvents();\n getCouponFromUrl();\n\n switch(bouncex.website.pts) {\n case 'category':\n case 'search':\n initializeCategoryEvents();\n break;\n case 'product':\n initializeItemEvents();\n break;\n default:\n break;\n }\n}\n\ninit();\n","dge":true,"bxidLoadFirst":false,"pie":true,"cme":true,"gbi_enabled":0,"bpush":false,"pt":{"cart":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('app.metaData.pageType') === 'cart';"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('app.metaData.pageType') === 'category' || bouncex.utils.getNestedProp('app.metaData.pageType') === 'ajax-category';"}]]},"checkout":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('app.metaData.pageType') === 'checkout';"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('app.metaData.pageType') === 'home';"}]]},"product":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('app.metaData.pageType') === 'product';"}]]},"search":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('app.metaData.pageType') === 'search';"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/Search-Show?q="}]]}},"els":{"blank_site_element":""},"vars":[{"name":"logged_in","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"bouncex.utils.getNestedProp('app.customer.authenticated', false);","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":"no","page_types":[],"testmode":false,"default":"0","code":"(function () {\n var cartItems = bouncex.utils.getNestedProp('app.basket.data.cartItems', []);\n \n return cartItems.reduce((a, b) => {\n return a + b.qty;\n }, 0);\n})();","trigger":""},{"name":"cart_value","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"0","code":"bouncex.utils.getNestedProp('app.basket.data.cartEstimatedTotal');","trigger":""},{"name":"prod_price","polling":"none","persist":"no","page_types":[],"testmode":true,"default":"false","code":"","trigger":""},{"name":"prod_name","polling":"none","persist":"no","page_types":[],"testmode":true,"default":"false","code":"","trigger":""},{"name":"in_stock","polling":"none","persist":"no","page_types":[],"testmode":true,"default":"false","code":"","trigger":""},{"name":"submitted_onsite","polling":"vars","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"(function () {\n var topBar = document.querySelector('#header-email-signup-desc'),\n topBarSuccess = topBar.getAttribute('data-success');\n\n return topBar.textContent === topBarSuccess || document.querySelectorAll('.signup-success').length > 0 || null; \n})();\n","trigger":""},{"name":"page_url","polling":"none","persist":"no","page_types":["category","search"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"cart_token","polling":"none","persist":"no","page_types":[],"testmode":true,"default":"false","code":"null;","trigger":"pageload"},{"name":"cart_items","polling":"none","persist":"no","page_types":[],"testmode":true,"default":"false","code":"null;","trigger":"pageload"},{"name":"cart","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"cookie_modal_present","polling":"all","persist":"no","page_types":[],"testmode":true,"default":"false","code":"null;","trigger":"pageload"},{"name":"page_type","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"bouncex.website.pts;","trigger":"pageload"},{"name":"attentive_visible","polling":"all","persist":"no","page_types":[],"testmode":true,"default":"false","code":"jQuery('#attentive_overlay').length > 0;","trigger":"pageload"},{"name":"logged_in_identified","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"quickview_item_id","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('.js-modal').attr('data-modalpidmaster') || false;","trigger":"pageload"},{"name":"sku","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('input[name=pid]').val() || false;","trigger":"pageload"},{"name":"out_of_stock","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('.product-add-btn.product-cta-btn').text().toLowerCase().indexOf('out') > -1;","trigger":"pageload"},{"name":"submitted_ecap","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"coupon_code_url","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"bouncex.utils.url.getParam('clickthrough_url_coupon') || 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":0,"mibcx":1,"te":1,"cart_rep":{"get":"","set":""},"ulpj":{"et_rid":"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":"var audiences = {\n testMode: false,\n interceptEnabled: true,\n mirrorEnabled: true,\n arrayObserverEnabled: true,\n helpers: {\n fireCartView: function fireCartView() {\n var appCart = bouncex.utils.getNestedProp('app.basket.data.cartItems', []),\n cart = appCart.reduce(function (result, item) {\n var ProductId = item.id,\n UnitPrice = Number(item.unitPrice),\n Quantity = Number(item.qty);\n if (!!ProductId && !!UnitPrice && !!Quantity) {\n result.Items.push({ ProductId, UnitPrice, Quantity });\n }\n result.Total += (UnitPrice * Quantity);\n return result;\n }, { Items: [], Total: 0 });\n if (cart.Items.length > 0) {\n _shq.push(['onCartView', cart]);\n }\n },\n fireCartAdd: function fireCartAdd(item) {\n var prodItem = bouncex.utils.getNestedProp('items[0]', {}, item[2]),\n productId = prodItem.id,\n quantity = prodItem.quantity,\n price = Number(prodItem.price);\n //checking if we are adding the main product or a secondary add-on product\n if (bouncex.utils.getNestedProp('product.pidData.pid') === prodItem.id) {\n productId = jQuery('form.product-add-to-cart input[type=\"hidden\"][name=\"pid\"]').val();\n }\n if (!!productId && !!quantity && !!price) {\n _shq.push(['onCartAdd', {\n Items: [{ ProductId: productId, UnitPrice: price, Quantity: quantity }]\n }]);\n }\n },\n fireCategory: function fireCategory() {\n var pageType = bouncex.utils.getNestedProp('utag.data.pageType');\n if (pageType === 'category') {\n var catCode = bouncex.utils.getNestedProp('utag.data.categoryID');\n if (catCode) {\n _shq.push(['onCategory', { catId: catCode, catName: catCode }]);\n }\n }\n }\n },\n useIntercept: function useIntercept() {\n if (!this.interceptEnabled) {\n return;\n }\n bouncex.utils.shqInterceptEvent = {\n\t\tcartAdd: true,\n\t\tcategoryView: true,\n\t\tpurchase: function (wkdata) {\n\t\t\tvar items = bouncex.utils.getNestedProp(\"obj.items\", [], wkdata),\n\t\t\t\toid = bouncex.utils.getNestedProp(\n\t\t\t\t\t\"obj.order_id\",\n\t\t\t\t\t\"no-orderid-\" + Math.floor(Math.random() * 100000000),\n\t\t\t\t\twkdata\n\t\t\t\t),\n\t\t\t\tpurchase = items.reduce(\n\t\t\t\t\tfunction (result, item) {\n\t\t\t\t\t\tvar productId = item.product_id,\n\t\t\t\t\t\t\tqty = Number(item.quantity),\n\t\t\t\t\t\t\tprice = Number(item.price);\n\t\t\t\t\t\tresult.orderItems.push({ productId, qty, price });\n\t\t\t\t\t\tresult.total += price * qty;\n\t\t\t\t\t\treturn result;\n\t\t\t\t\t},\n\t\t\t\t\t{ orderItems: [], total: 0 }\n\t\t\t\t);\n\t\t\tif (!purchase.orderItems.length) {\n\t\t\t\tpurchase = { usebasket: true };\n\t\t\t}\n\t\t\tpurchase.orderId = oid;\n\t\t\t_shq.push([\"onPurchase\", purchase]);\n\t\t},\n\t};\n },\n useMirror: function useMirror() {\n if (!this.mirrorEnabled) {\n return;\n }\n bouncex.utils.shqMirrorEvent = {\n reloadcampaigns: function (wkData) {\n if (wkData.params.page_type === 'cart') {\n audiences.helpers.fireCartView();\n }\n },\n pageview: function (wkData) {\n if (wkData.params.page_type === 'search') {\n var searchTerm = bouncex.utils.getNestedProp('utag.data.internalSearchTerm', [])[0];\n if (!!searchTerm) {\n _shq.push(['onSearch', { searchPhrase: searchTerm }]);\n }\n }\n },\n };\n },\n processObserver: function processObserver(aoItems) {\n while (aoItems.length) {\n var item = aoItems.shift();\n //only collect this \"send_to\" id to prevent duplicate events from firing\n if (item[1] === 'add_to_cart' && bouncex.utils.getNestedProp('send_to[0]', '', item[2]) === 'UA-228057-6' && bouncex.website.pts === 'product') {\n audiences.helpers.fireCartAdd(item);\n }\n }\n },\n arrayObserver: function arrayObserver() {\n var _this = this;\n if (!this.arrayObserverEnabled) {\n return;\n }\n bouncex.et.onTrue(function () {\n return bouncex.utils.getNestedProp('window._shq.loaded');\n }, function () {\n _shq.ArrayObserver(window.dataLayer, function (e) {\n _this.processObserver(e);\n });\n });\n },\n init: function init() {\n if (this.testMode && !bouncex.testmode.bxdev) return;\n if (!bouncex.et) {\n return;\n }\n bouncex.et.audiences = this;\n this.useIntercept();\n this.useMirror();\n this.arrayObserver();\n this.helpers.fireCategory();\n }\n};\naudiences.init();","crs":{"integrations":null,"pageCount":null},"mat":0,"math":0,"cpnu":"coupons.bounceexchange.com","dfpcms":0,"sms":{"optm":"Send this text to sign-up for automated, recurring Crocs US marketing and support texts, like cart reminders.","eventSharing":true,"shqId":"3e9en4rd7q-1","enabled":1},"pde":true,"fmc":["AW","AI","AG","AR","BS","BB","BZ","BM","BO","BQ","BR","CA","KY","CL","CO","CR","CU","CW","DM","DO","EC","SV","GF","GL","GD","GT","GP","HT","HN","JM","MQ","MX","MS","NI","PA","PY","PE","PR","PM","MF","BL","KN","LC","VC","SX","SR","TT","US","UM","UY","VE","VG","VI"],"fme":true,"fmx":"","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},"ga4_property_id":"","ga4_measurement_id":"","tag_state_domain":"api.bounceexchange.com"} ; 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":"1f1fac7dbadf36334a3843590881e91b","creativesBaseStyles":"a53944a2","gpsAuction":"bbb80866120d17013073bb6d284cbd6b","inbox":"75060a85c1a4aebcc6f779b9e84db722","onsite":"abbdf7a49be9b52b097917b7b527b262","sms":"e39203556bab2366e56296ce42e974a7","websdk":"0df0ee1d39c3e46e93a5041146975258"}; 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_4afe8dd903977b9d19edc00301c05eab.br.js'); script.setAttribute('async', 'async'); document.body.appendChild(script); var deviceGraphScript = document.createElement('script'); deviceGraphScript.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/cjs_min_3a843477d8e318f67237a66d0a58c542.js'); deviceGraphScript.setAttribute('async', 'async'); var dgAttrs = [{"Key":"id","Value":"c.js"},{"Key":"async","Value":"true"},{"Key":"data-apikey","Value":"2^HIykD"},{"Key":"data-cb","Value":"bouncex.dg.initPostDeviceGraph"},{"Key":"data-bx","Value":"1"},{"Key":"data-gm","Value":"1"},{"Key":"data-fire","Value":"1"}]; if (dgAttrs) { for (var i = 0; i < dgAttrs.length; i++) { deviceGraphScript.setAttribute(dgAttrs[i].Key, dgAttrs[i].Value); } } document.body.appendChild(deviceGraphScript); bouncex.initializeTag = function() {}; }; 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(); }})();