(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":3365,"name":"The MoMA Design Store","cookie_name":"bounceClientVisit3365","domain":"store.moma.org","ct":"fp_local_storage","ally":0,"ei":0,"tcjs":"","cjs":"/* https://www.wrike.com/open.htm?id=972385840 */\nif (bouncex.website.pts === 'product') {\n var imageLink = jQuery('[property=\"og:image\"]').first().attr('content');\n imageLink = !!imageLink ? bouncex.utils.url.allowParams('', imageLink) : \"\",\n copy = jQuery('.pv-title').eq(0).text().trim() || '',\n cartImgs = bouncex.vars.cart_images;\n cartImgs = !!cartImgs ? cartImgs + ',' + imageLink : imageLink;\n cartNames = bouncex.vars.cart_names;\n cartNames = !!cartNames ? cartNames + ',' + copy : copy;\n\n bouncex.on(bouncex.document, 'click.bxatc', function () {\n bouncex.setVar('cart_images', cartImgs);\n bouncex.setVar('cart_names', cartNames);\n }, '#btnAddToBag, .quick-add__product-add-to-cart');\n}\n\nif (bouncex.website.pts === 'cart') {\n var $bagItems = jQuery('.bag-item__photo img'),\n $bagNames = jQuery('.bag-item__title a'),\n imgs = [],\n names = [],\n pic,\n copy;\n\n $bagItems.each(function(i){\n pic = ($bagItems.eq(i).attr('data-srcset') || '').split(' ')[0];\n copy = $bagNames.eq(i).text().trim();\n\n if (!!pic && !!copy) {\n imgs.push('https:' + pic);\n names.push(copy);\n }\n });\n\n imgs = imgs.join(',');\n names = names.join(',');\n\n if (!!imgs && !!names) {\n bouncex.setVar('cart_images', imgs);\n bouncex.setVar('cart_names', names);\n } else {\n bouncex.setVar('cart_images', '');\n bouncex.setVar('cart_names', '');\n }\n}","force_https":false,"waypoints":false,"content_width":0,"gai":"UA-11037773-1","swids":"","sd":0,"ljq":"auto","campaign_id":0,"is_preview":false,"aco":{"first_party_limit":"3500","local_storage":"1"},"cmp":{"gdpr":1,"whitelist_check":1},"burls":[],"ple":false,"fbe":true,"ffs":"","mas":2,"map":1,"gar":true,"ete":1,"ettm":false,"etjs":"/* ---------------------------- SHARED VARIABLES ---------------------------- */\n\nvar CART_COOKIE_KEY = 'cart',\n CLEAN_URL = bouncex.utils.url.allowParams();\n\n/* --------------------------------- HELPERS -------------------------------- */\n\nfunction getItemId(url) {\n\treturn url ? url.split('/').pop() : '';\n}\n\nfunction getItemImage() {\n var imageLink = jQuery('[property=\"og:image\"]').first().attr('content');\n return imageLink ? bouncex.utils.url.allowParams('', imageLink) : \"\";\n}\n\nfunction getStarsText() {\n return jQuery('.yotpo-stars .sr-only').eq(0).text();\n}\n\nfunction getStars() {\n var stars = Number(getStarsText().split(' ')[0]);\n return stars < 3 ? 0 : Math.round(stars);\n}\n\nfunction getReviewsCount() {\n return jQuery('.star-clickable a').first().text().replace(/[^0-9]/g,'').trim() || 0;\n}\n\nfunction isSaleItem() {\n return jQuery('.pv-price__prices--sale').length > 0;\n}\n\n/* ------------------------------ ITEM TRACKING ----------------------------- */\n\nfunction getItem() {\n return {\n id: getItemId(CLEAN_URL),\n copy: jQuery('.pv-title').eq(0).text().trim(),\n category: jQuery('.pv-details__content-section-details-item-label').eq(0).text().indexOf('Designer') > -1 ? jQuery('.pv-details__content-section-details-list .value').eq(0).text().trim() : 'global',\n url: CLEAN_URL,\n imageurl: getItemImage(),\n instock: jQuery('button#BIS_trigger').length ? false : jQuery('#btnAddToBag').is(':enabled'),\n sale: isSaleItem(),\n excluded: jQuery('.pv-price__discount-except').text().indexOf('do not apply') > -1,\n stars: getStars(),\n reviewscount: getReviewsCount()\n\n };\n}\n\nfunction fireViewItem(id) {\n bouncex.push(['view item', {'item:id': id}]);\n}\n\nfunction initializeItemEvents() {\n var item;\n\n bouncex.et.onTrue(\n function () {\n item = getItem();\n return !!item.id &&\n !!item.copy &&\n !!item.category &&\n !!item.url &&\n !!item.imageurl &&\n !!getStarsText();\n },\n function () {\n if (item.url.indexOf('gift-card') > -1 || item.url.indexOf('kaws') > -1) {\n return;\n }\n bouncex.push(['item', item]);\n\n fireViewItem(item.id);\n\n initializeATCClickTracking(item.id);\n },\n 10\n );\n}\n\nfunction initializeQuickView() {\n var id;\n bouncex.et.onVisible('.quick-add-modal-inner', function(e){\n id = getItemId(jQuery(e).find('.quick-add__product-pdp-link').attr('href'))\n if (id) {\n fireViewItem(id);\n initializeATCClickTracking(id); \n }\n })\n}\n\n/* ---------------------------- CATEGORY TRACKING --------------------------- */\n\nfunction getItemIdsCat() {\n var ids = [];\n\n jQuery('.collection-grid-item__product-name a').each(function (i, e) {\n var url = jQuery(e).attr('href'),\n cleanUrl = url && bouncex.utils.url.allowParams('', url),\n id = getItemId(cleanUrl);\n\n if (id && ids.indexOf(id) < 0) {\n ids.push(id);\n }\n });\n\n return ids.join(',');\n}\n\nfunction getCategoryObject() {\n return {\n 'page:url': CLEAN_URL,\n 'items:ids': getItemIdsCat()\n };\n}\n\nfunction initializeCategoryEvents() {\n var categoryObj;\n\n bouncex.et.onTrue(\n function () {\n categoryObj = getCategoryObject();\n return !!categoryObj['items:ids'].length &&\n !!categoryObj['page:url'];\n },\n function () {\n if (CLEAN_URL.indexOf('kaws') === -1){\n bouncex.push(['view category', categoryObj]);\n }\n },\n 10\n );\n}\n\n/* ------------------------------- CART EVENTS ------------------------------ */\n\nfunction fireAddToCart(itemId) {\n var token;\n\n bouncex.et.onTrue(\n function () {\n token = bouncex.getBounceCookie(CART_COOKIE_KEY);\n return token;\n },\n function () {\n bouncex.push([\n 'add to cart',\n {\n 'item:id': itemId,\n 'cart:token': token\n }\n ]);\n\n if (bouncex.vars.cart) {\n return;\n }\n\n bouncex.setVar('cart', true);\n },\n 10\n );\n}\n\nfunction initializeATCClickTracking(itemId) {\n bouncex.off(bouncex.document,'click.bxatc');\n bouncex.et.on(bouncex.document, 'click.bxatc', function () {\n fireAddToCart(itemId);\n }, '#btnAddToBag, .quick-add__product-add-to-cart');\n}\n\nfunction emptyCart() {\n bouncex.et.onVarChange('cart_qty', function (oldVal, newVal) {\n if (bouncex.vars.cart && newVal === 0 && oldVal > 0 && bouncex.website.pts === 'cart' && jQuery('#bagEmpty').is(':visible')) {\n bouncex.push(['empty_cart']);\n bouncex.setVar('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 = CLEAN_URL + '?bx_replen=true';\n }\n\n emptyCart();\n}\n\n/* ------------------------------ USER TRACKING ----------------------------- */\n\nfunction initializeUserTracking() {\n if (!bouncex.vars.logged_in || !!bouncex.vars.logged_in_identified) {\n return;\n }\n\n var userEmail;\n\n bouncex.et.onTrue(\n function () {\n userEmail = bouncex.utils.getNestedProp('SDG.Data.customerEmail');\n return bouncex.utils.validate.email(userEmail);\n },\n function () {\n bouncex.push([\n 'user',\n {\n 'email': userEmail,\n 'source': 'LoggedIn'\n }\n ]);\n bouncex.setVar('logged_in_identified', true);\n },\n 5\n );\n}\n\n/* --------------------------- INITIALIZE TRACKING -------------------------- */\n\nfunction isValidDomain() {\n return CLEAN_URL.indexOf('store.moma.org') > -1;\n}\n\nfunction isEn() {\n return bouncex.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\n switch (bouncex.website.pts) {\n case 'search':\n initializeQuickView();\n break;\n case 'category':\n initializeCategoryEvents();\n initializeQuickView();\n break;\n case 'product':\n bouncex.setTimeout2(initializeItemEvents, 1000);\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":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/cart"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"store.staging"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":".shopifypreview.com"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.pageType', '') === 'collection';"}]]},"checkout":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/checkout"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.pageType', '') === 'home';"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"shopifypreview.com"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"translate.goog"}]]},"product":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.pageType', '') === 'product';"}]]},"search":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"search?q="}]]}},"els":{"CART - Checkout Button":".checkout-button:visible","CART - Promo Code Apply Button":".cart-coupon-code-form button:visible","CART - Promo Code Box":".cart-coupon-code-form input:visible","Footer":"footer","Navigation bar":"#navigation","PDP - Color Option":".product-variations:has(.color)","PDP - Hero Image":".product-primary-image","PDP - Product Name":".product-details .product-name:visible","PDP - Product Price":".product-price","PDP - Quantity Option":".inventory","PDP - Review Stars":".product-details .review-summary:visible","PDP - Size Option":".product-variations:has(.size)","PDP - Thumbnail Image":"#thumbnails"},"vars":[{"name":"logged_in","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"!!bouncex.utils.getNestedProp('__st.cid', false);","trigger":"pageload"},{"name":"ever_logged_in","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"bouncex.vars.logged_in || null;","trigger":"pageload"},{"name":"cart_qty","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"0","code":"bouncex.website.pts === 'checkout' ? null : Number(jQuery('#bagBtnCount').text().replace(/[^0-9.]/g, ''));","trigger":"pageload"},{"name":"cart_value","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"0","code":"(function() {\n var str = jQuery('#bag').attr('data-total-price');\n\n if (bouncex.website.pts === 'checkout') {\n return null;\n }\n if (!!str) {\n return str.substring(0,str.length-2)+\".\"+str.substring(str.length-2);\n }\n return 0;\n})();","trigger":"pageload"},{"name":"submitted_onsite","polling":"all","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"jQuery('.success-message').length > 0 || null;","trigger":"pageload"},{"name":"prod_name","polling":"none","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('.pv-title').eq(0).text().trim();","trigger":"pageload"},{"name":"in_stock","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('#btnAddToBag').is(':enabled');","trigger":"pageload"},{"name":"page_url","polling":"none","persist":"no","page_types":["category","product","search"],"testmode":false,"default":"false","code":"window.location.origin + window.location.pathname;","trigger":"pageload"},{"name":"cart_set","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"no_tracking_page","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"window.location.href.indexOf('gift-card') > -1 || window.location.href.indexOf('membership') > -1;","trigger":"pageload"},{"name":"cart","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"gdpr_topbar_visible","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('div[data-title=\"GDPR%20mobile%20gray%20FINAL\"][style*=\"display: block\"]').length > 0;","trigger":"pageload"},{"name":"cart_plurality","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"(function(){\n if(bouncex.vars.cart_qty > 1){\n return 'items';\n }else if(bouncex.vars.cart_qty === 0){\n return false;\n }else if(bouncex.vars.cart_qty === 1){\n return 'item';\n }\n})();","trigger":"pageload"},{"name":"moma_member","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"(function(){\n if (bouncex.website.pts !== 'home') {\n return bouncex.utils.getNestedProp('window.dataLayer[1].momaMember') === 'Yes';\n }\n return null;\n})();","trigger":"pageload"},{"name":"ever_moma_member","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"bouncex.vars.moma_member || null;","trigger":"pageload"},{"name":"logged_in_identified","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"cart_images","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"cart_names","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":{"sc_uid":"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 /* PROPERTIES */\n testMode: false,\n interceptEnabled: true,\n arrayObserverEnabled: true,\n atcFired: false,\n\n /* Intercept Events: For overriding the default events that the cartridge attempts to make. */\n useIntercept: function useIntercept() {\n if (!this.interceptEnabled) {\n return;\n }\n bouncex.utils.shqInterceptEvent = {\n // true blocks default event, defined functions run in place of default\n categoryView: true,\n productView: true,\n cartAdd: true,\n purchase: true\n };\n },\n productView: function productView(obj) {\n var prodID = bouncex.utils.getNestedProp('ecommerce.detail.products[0].id', '', obj);\n if (prodID) {\n _shq.push(['onProductView', {\n productId: prodID\n }]);\n }\n },\n addToCart: function addToCart(obj) {\n var cartArray = bouncex.utils.getNestedProp('ecommerce.add.products', [], obj);\n var Items = cartArray.map(function (ea) {\n return { ProductId: ea.id, UnitPrice: ea.price, Quantity: ea.quantity };\n });\n if (Items.length > 0) {\n _shq.push(['onCartAdd', {\n Items: Items\n }]);\n audiences.atcFired = true;\n }\n },\n viewCart: function viewCart(obj) {\n var Total = bouncex.utils.getNestedProp('cart_total', '', obj);\n if (Total && Total > 0) {\n var cartItems = bouncex.utils.getNestedProp('ecommerce.impressions', [], obj);\n var Items = cartItems.map(function (ea) {\n return { ProductId: ea.id, UnitPrice: ea.price, Quantity: ea.quantity };\n });\n if (Items.length > 0) {\n _shq.push(['onCartView', {\n Items: Items,\n Total: Total\n }]);\n }\n }\n else {\n _shq.push(['onCartEmpty']);\n }\n },\n removeFromCart: function removeFromCart(obj) {\n if (bouncex.website.pts === 'cart') {\n var prodArray = bouncex.utils.getNestedProp('ecommerce.remove.products', [], obj);\n var Items = prodArray.map(function (ea) {\n return { ProductId: ea.id, Quantity: ea.quantity };\n });\n if (Items.length > 0) {\n _shq.push(['onCartRemove', {\n Items: Items\n }]);\n }\n }\n },\n capturePurchase: function capturePurchase(obj) {\n var orderId = bouncex.utils.getNestedProp('ecommerce.purchase.actionField.order_name', '', obj) || 'no-orderid-' + Math.floor(Math.random() * 100000000);\n var Total = bouncex.utils.getNestedProp('ecommerce.purchase.actionField.sub_total', '', obj);\n var prodArray = bouncex.utils.getNestedProp('ecommerce.purchase.products', [], obj);\n var orderItems = prodArray.map(function (ea) {\n return {\n productId: ea.id,\n price: ea.price,\n qty: ea.quantity\n };\n });\n if (orderItems.length > 0) {\n _shq.push(['onPurchase', {\n orderItems: orderItems,\n total: Total,\n orderId: orderId\n }])\n }\n else {\n _shq.push(['onPurchase',\n {\n 'orderId': orderId,\n 'usebasket': true\n }]);\n }\n },\n fireCategory: function fireCategory() {\n if (window.location.pathname.indexOf('/collections/') > -1) {\n var catId = bouncex.utils.url.allowParams().split('collections/').pop();\n if (catId) {\n _shq.push([\"onCategory\", {\n \"catName\": catId,\n \"catId\": catId,\n }]);\n }\n }\n },\n processObserver: function processObserver(aoItems) {\n // aoItems will be an array of objects\n while (aoItems.length) {\n var item = aoItems.shift();\n if (item.event === 'dl_view_item') {\n this.productView(item);\n }\n if (item.event === 'dl_add_to_cart' && !audiences.atcFired) {\n this.addToCart(item);\n }\n if (item.event === 'dl_view_cart') {\n this.viewCart(item);\n }\n if (item.event === 'dl_remove_from_cart') {\n this.removeFromCart(item);\n }\n if (item.event === 'dl_purchase') {\n this.capturePurchase(item)\n }\n }\n },\n arrayObserver: function arrayObserver() {\n var _this = this;\n\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 }, { catchUp: true });\n });\n },\n\n /* Initialize audiences Tracking */\n init: function init() {\n // test mode\n if (this.testMode && !bouncex.testmode.bxdev) return;\n // attach object to bouncex.et\n if (!bouncex.et) {\n return;\n }\n bouncex.et.audiences = this;\n // initialize main functions\n this.useIntercept();\n this.arrayObserver();\n this.fireCategory();\n }\n};\n\naudiences.init();\n// rstrong: state test\n(function () {\n try {\n const stateFiredKey = 'state-fired';\n if (sessionStorage && !sessionStorage.getItem(stateFiredKey)) {\n const domain = bouncex.website.tag_state_domain;\n const url = new URL(`https://${domain}/state`);\n url.searchParams.set('website_id', bouncex.website.id);\n url.searchParams.set('device_id', bouncex.cookie.did);\n url.searchParams.set('visit_id', bouncex.cookie.vid);\n window.fetch(url);\n sessionStorage.setItem(stateFiredKey, '1')\n }\n } catch (error) {}\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 The MoMA Design Store mktg txts (like cart reminders) to this #, per terms.","eventSharing":true,"shqId":"f0shwujeun-1","enabled":1},"pde":true,"fmc":["US","CA"],"fme":true,"fmx":"#giftcard_sender_email, #giftcard_recipient_email","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":"259296784","ga4_measurement_id":"G-50TGFE4ZKB","tag_state_domain":"wd.moma.org"} ; 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":"11c72a34b5469f176265723db5955388","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_823eab310aa4453f7f370728bbc88aca.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(); }})();