(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":4216,"name":"BCBG","cookie_name":"bounceClientVisit4216","domain":"bcbg.com","ct":"fp_local_storage","ally":0,"ei":0,"tcjs":"","cjs":"if(bouncex.vars.logged_in && bouncex.vars.visited_registration_page){\n bouncex.setVarAndReload('submitted_onsite_account', true);\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};\n\nbouncex.on(jQuery('.action_button.sign_up'), 'click.bx-', function(){\n console.log('click!');\n bouncex.setv('submitted_onsite', true);\n});\n\nbouncex.log('test ver 3');\nvar ogCatName = 'bcbgmaxazria-clothing-for-brides',\n newCatName = 'For Brides',\n url = window.location.href;\n \nif (url.indexOf(ogCatName) > -1) {\n _shq.push(['pageView', {\n pageType: 'category',\n catName: newCatName,\n catId: newCatName\n }]);\n}\n\n\n/* enable.feature.COMPLIANCE_REFACTOR_ENABLED */\n","force_https":false,"waypoints":false,"content_width":900,"gai":"UA-12696396-1","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,"mas":2,"map":1,"gar":true,"ete":1,"ettm":false,"etjs":"var ALLOWED_DOMAINS = ['bcbg.com'],\n\tCANONICAL_URL = bouncex.utils.url.getCanonicalUrl,\n META_TITLE = 'meta[property=\"og:title\"]',\n META_IMAGE = 'meta[property=\"og:image\"]',\n\tATC_BUTTON = '#add_to_cart',\n\tCURRENT_SKU = '.ProductMeta__Sku',\n\tCUSTOMER_EMAIL = '_swat.authn.mcache.all.email',\n\tCART_COOKIE = 'cart';\n\n/******** helper functions *********/\nfunction isValidDomain() {\n\treturn ALLOWED_DOMAINS.indexOf(window.location.hostname) > -1;\n}\n\nfunction isEnglish() {\n\treturn jQuery('html').attr('lang') === 'en';\n}\n\nfunction getPageUrl() {\n\treturn jQuery(CANONICAL_URL).attr('href') || bouncex.utils.url.allowParams();\n}\n\nfunction getPageTitle() {\n\treturn jQuery(META_TITLE).attr('content') || '';\n}\n\n/******** start item tracking *********/\nfunction trackItem() {\n\tvar item;\n\n\tbouncex.et.onTrue(\n\t\tfunction(){\n\t\t\titem = buildItem();\n\t\t\treturn item.id && item.copy && item.imageurl && item.category && item.url;\n\t\t},\n\t\tfunction(){\n\t\t\tif (item.url.indexOf('gift-card') > -1) {\n return;\n }\n\t\t\tbouncex.push(['item', item]);\n\t\t\tfireViewItem(item.id);\n\t\t\ttrackStylisticEvents(item.url)\n\t\t\ttrackSku();\n\t\t\ttrackAddToCart();\n\t\t},\n\t20);\n}\n\nfunction fireViewItem(itemId) {\n\tbouncex.push(['view item', {\n\t\t'item:id': itemId,\n\t\t'item:itemgroupid': itemId\n\t}]);\n}\n\nfunction buildItem() {\n\treturn {\n\t\tid: bouncex.utils.getNestedProp('ShopifyAnalytics.meta.product.id'),\n\t\tcopy: getPageTitle(),\n\t\tcategory: bouncex.utils.getNestedProp('ShopifyAnalytics.meta.product.type') || 'Global',\n\t\timageurl: jQuery(META_IMAGE).attr('content') || '',\n\t\turl: getPageUrl(),\n\t\tinstock: jQuery('input[name=\"Size\"]:not(.is-disabled)').length > 0,\n\t};\n}\n\n/*************** Stylistics Tracking ***************/\n\nfunction getStylistics(){\n var stylisticsArr = [];\n\tjQuery('.stylitics-widget-outfit-placeholder img').each(function () { \n\t\tvar imageUrl = jQuery(this).attr('src');\n\t\tif (imageUrl && imageUrl.indexOf('data:image/gif') === -1 && stylisticsArr.indexOf(imageUrl) < 0) {\n stylisticsArr.push(imageUrl);\n\t\t}\n });\n return stylisticsArr.filter(function(value, index, self){\n return self.indexOf(value) === index;\n });\n}\n\nfunction trackStylisticEvents(itemUrl){\n var stylisticsArr = getStylistics();\n for(var i=0; i < stylisticsArr.length; i++){\n bouncex.push([\"view_collection\", {\n image_url: bouncex.utils.url.allowParams([], stylisticsArr[i]),\n item_url: itemUrl\n }]);\n }\n}\n\n/*************** SKU Tracking ***************/\nfunction trackSku() {\n\tvar prevSku,\n\t\tsku;\n\n\tbouncex.et.on(bouncex.document, 'click.bx', function(e){\n\t\tbouncex.setTimeout2(function(){\n\t\t\tvar $productInfo = jQuery(e.target).closest('div[id*=\"ProductInfo\"]'),\n\t\t\t\titemId = $productInfo.find('product-form').attr('wishlist-king-id');\n\t\t\tsku = $productInfo.find('form[data-type=\"add-to-cart-form\"] input[name=\"id\"]').val();\n\t\n\t\t\tif (itemId && sku && sku !== prevSku) {\n\t\t\t\tbouncex.push(['select_sku', {\n\t\t\t\t\t'item:id': itemId,\n\t\t\t\t\t'item:itemgroupid': itemId,\n\t\t\t\t\t'item:feedid': sku\n\t\t\t\t}]);\n\t\t\t\tprevSku = sku;\n\t\t\t}\n\t\t}, 500);\n\t},\n\t'.js-swatch-element, fieldset.product-form__input');\n}\n\n/*************** Category Tracking ***************/\nfunction getItemIdsCat() {\n var ids = [];\n\n jQuery('product-card').each(function (i, e) {\n var id = jQuery(e).data('product-id');\n\n if (id && ids.indexOf(id) < 0) {\n ids.push(id);\n }\n });\n\n return ids.join(',');\n}\n\nfunction trackCategory(){\n\tvar itemIds = getItemIdsCat();\n\n\tif(itemIds && itemIds.length > 0){\n\t\tbouncex.push(['view category', {\n\t\t\t'items:ids': itemIds,\n\t\t\t'page:url': bouncex.website.pts === 'search' ? bouncex.utils.url.allowParams(['q']) : getPageUrl()\t\t\n\t\t}]);\n\t}\n\ttrackSku();\n\ttrackAddToCart();\n}\n\n/******** Track LoggedIn User *********/\nfunction trackLoggedInUser() {\n if (!bouncex.vars.logged_in || !!bouncex.vars.logged_in_identified) {\n return;\n }\n var userEmail;\n\n bouncex.et.onTrue(\n function () {\n userEmail = bouncex.utils.getNestedProp('BOOMR.boomerang_frame.SHOPIFY_CUSTOMER_EMAIL', '');\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/*************** Empty Cart Tracking ***************/\nfunction trackEmptyCart() {\n\tif (bouncex.vars.cart_set && bouncex.vars.cart_qty === 0) {\n\t\tbouncex.push(['empty_cart', {}]);\n\t\tbouncex.setVarAndReload('cart_set', false);\n\t}\n}\n\n/******** track Add To Cart *********/\nfunction fireAddToCart(itemId) {\n var token;\n\n bouncex.et.onTrue(\n function () {\n token = bouncex.getBounceCookie(CART_COOKIE);\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_set) {\n return;\n }\n bouncex.setVar('cart_set', true);\n },\n 10\n );\n}\n\nfunction trackAddToCart() {\n bouncex.et.on(bouncex.document, 'click.bxatc', function () {\n\t\tvar itemId = jQuery(this).closest('product-form').attr('wishlist-king-id');\n\t\tif(itemId) {\n\t\t\tfireAddToCart(itemId);\n\t\t}\n }, 'button[name=\"add\"]');\n}\n\n/******** cart replenishment *********/\nfunction replenish(cart){\n\tbouncex.utils.cookies.create({\n\t\tname: CART_COOKIE, \n\t\tvalue: cart.token \n\t});\n\twindow.location.href = window.location.pathname + '?bx_replen=true';\n}\n\n/*************** Cart Tracking ***************/\nfunction initCartTracking() {\n\tbouncex.et.cart.init({\n\t\treplenish: replenish,\n\t\treplenishmentType: 'cookie'\n\t});\n\tbouncex.et.onVarChange('cart_qty', trackEmptyCart);\n\ttrackEmptyCart();\n}\n\n/******** itiniate tracking code *********/\nfunction init() {\n\tif (isValidDomain() && isEnglish()) {\n\t\tinitCartTracking();\n\t\ttrackLoggedInUser();\n\t\n\t\tswitch (bouncex.website.pts) {\n\t\t\tcase 'product':\n\t\t\t\ttrackItem();\n\t\t\t\tbreak;\n\t\t\tcase 'category':\n\t\t\tcase 'search':\n\t\t\t\ttrackCategory();\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\tbreak;\n\t\t}\n\t\n\t}\n}\ninit();","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"}]]},"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":"/checkouts/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"thank_you"}]]},"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"}]]},"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?"}]]}},"els":{"blank_site_element":""},"vars":[{"name":"logged_in","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"(function() {\n if (bouncex.website.pts === 'checkout') {\n return jQuery('.breadcrumb__item--current').text().trim().indexOf('Information') > -1 ? jQuery('.logged-in-customer-information:visible').length > 0 : null;\n }\n return !!bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.customerId');\n})();","trigger":""},{"name":"ever_logged_in","polling":"all","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 qty = 0;\n if (bouncex.website.pts === 'checkout') {\n jQuery(\".product .product__quantity\").each(function (index) {\n qty += Number(jQuery(this).text().trim());\n });\n return qty;\n }\n\n return Number(jQuery('.thb-item-count').text().replace(/[^0-9]/g, ''));\n})();","trigger":""},{"name":"cart_value","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"0","code":"(function () {\n var miniCart = jQuery('[data-cart-total]').data('cart-total') || 0;\n if (bouncex.website.pts === 'checkout') {\n return Number(jQuery('.total-line__price .order-summary__emphasis').first().text().replace(/[^0-9.]/g, ''));\n }\n return Number(miniCart/100);\n})();","trigger":""},{"name":"prod_price","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"(function(){\n var price = jQuery('.product-price-container span.amount').first().text() || ''; \n return Number(price.replace(/[^0-9.]/g, ''))\n})();","trigger":""},{"name":"prod_name","polling":"none","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('h1.product-title').first().text();","trigger":""},{"name":"in_stock","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('#AddToCart').text().indexOf('Sold out') === -1;","trigger":""},{"name":"submitted_onsite","polling":"all","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"jQuery('#Newsletter-success--footer').length > 0 || null;","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":"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":"prev_sku","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"visited_registration_page","polling":"vars","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.customerId', 0) === 0 && window.location.href.indexOf('/account/register') > -1 && bouncex.utils.validate.email(jQuery('input[type=\"email\"]').val()) || null;","trigger":"pageload"},{"name":"submitted_onsite_account","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"loyalty_points","polling":"vars","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"(function(){\n if(!bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.customerId')) {\n return false;\n }\n \n if(window.location.pathname.indexOf('/account') > -1) {\n return Number(jQuery('.yotpo-progress-bar-bottom-left').text().replace(/[^0-9]/g, ''));\n }\n \n return null;\n})();","trigger":"pageload"},{"name":"tier_status","polling":"vars","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"(function(){\n if(!bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.customerId')) {\n return false;\n }\n \n if(window.location.pathname.indexOf('/account') > -1) {\n return jQuery('.yotpo-active.yotpo-has-status-tag .yotpo-vip-tier-name').text().trim();\n }\n \n return null;\n})();","trigger":"pageload"},{"name":"ktest","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"_learnq.isIdentified();","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.shqInterceptEvent = {\n \"purchase\": function(wkndEventParams) {\n var oid = bouncex.utils.getNestedProp(\"obj.order_id\", null, wkndEventParams);\n _shq.push([\"pageView\", {\"pageType\": \"purchase\", \"orderId\": oid, \"usebasket\":true}]);\n },\n \"categoryView\": function() {\n }\n};\n\nbouncex.utils.shqMirrorEvent = {\n \"user\": function() {\n var checkboxes = document.querySelectorAll('.bx-checkelem:checked+.bx-checkshape'),\n cLabels = [];\n if (checkboxes && checkboxes.length > 0) {\n cLabels = Array.prototype.slice.call(checkboxes).map(function(el) {\n return el.nextElementSibling.firstChild.innerText.replace(/:/g, '');\n });\n }\n if (checkboxes && checkboxes.length && checkboxes.length > 0) {\n _shq.push(['pageView', {\n pageType: 'category',\n catName: cLabels.join(' & '),\n catId: cLabels.join(' & ')\n }]);\n }\n },\n 'pageview':function(){\n var ogCatName = [\n {key:'bcbgmaxazria-clothing-for-brides',id:'For Brides'},\n {key:'bcbgmaxazria-the-bridal-boutique',id:'For Brides'},\n {key:'/pages/the-dress-shop',id:'dresses'}\n ],\n url = bouncex.utils.url.allowParams();\n for(let x = 0; ogCatName.length > x; x++){\n if (url.indexOf(ogCatName[x].key) > -1) {\n var newCat = ogCatName[x].id;\n _shq.push(['pageView', {\n pageType: 'category',\n catName: newCat,\n catId: newCat\n }]);\n }\n }\n \n }\n};\n\nfunction captureCategory(){\n setTimeout(function(){\n var urlPath = bouncex.utils.getNestedProp('location.pathname', ''),\n catCode = urlPath.split('/').filter(Boolean).pop();\n if(catCode && (bouncex.website.pts === 'category' || catCode.indexOf('sale') > -1 || urlPath.indexOf('holiday-shop') > -1)){\n _shq.push(['onCategory', {\n 'catId': catCode,\n 'catName': catCode\n }]);\n }\n },700);\n}\ncaptureCategory();\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 BCBG mktg txts (like cart reminders) to this #, per terms.","eventSharing":true,"shqId":"998uurps8k-1","enabled":1},"pde":true,"fmc":["US","CA"],"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":"367322569","ga4_measurement_id":"G-5E86HG3GP4"} ; 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":"060c82010be32c8940e5ef98bcf77a22","creativesBaseStyles":"a53944a2","gpsAuction":"1375a7b38c31e98d14fe7f396b72da14","inbox":"02aca5df0e176b8810a86da97ac05424","onsite":"0e56ab6ba004ee080ce3deb3edae35e9","sms":"e39203556bab2366e56296ce42e974a7","websdk":"0704dae1eb637cbeb4a847506058402d"}; bouncex.push = function(pushData) { bouncex.pushedData.push(pushData); } var runtime = document.createElement('script'); runtime.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/runtime_6459738026535cda4232dc813c61447d.br.js'); runtime.setAttribute('async', 'async'); runtime.setAttribute('onload', 'bouncex.initializeTag()'); bouncex.initializeTag = function() { var script = document.createElement('script'); script.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_e6aef002e162dc3c3a947c6f327cd93d.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() {}; }; 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(); }})();