(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":3132,"name":"Busch Gardens | Williamsburg","cookie_name":"bounceClientVisit3132","domain":"buschgardens.com","ct":"bind_to_domain","ally":0,"ei":0,"tcjs":"","cjs":"","force_https":false,"waypoints":false,"content_width":900,"gai":"UA-6542305-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,"ffs":"","mas":2,"map":1,"gar":true,"ete":1,"ettm":false,"etjs":"var parkPrefix = 'williamsburg';\r\nvar annualPassPath = '/annual-pass';\r\nvar makePath = function (path) {\r\n return '/' + parkPrefix + path;\r\n};\r\n\r\nvar ticketPassPaths = [\r\n makePath('/tickets/'),\r\n makePath('/tickets/theme-park-tickets/'),\r\n makePath('/tickets/groups/'),\r\n makePath('/special-offers/')\r\n];\r\n\r\nvar upgradePaths = [\r\n makePath('/upgrades/'),\r\n makePath('/upgrades/more-addons/'),\r\n makePath('/upgrades/priority-access/'),\r\n makePath('/upgrades/dining/'),\r\n makePath('/upgrades/tours/'),\r\n makePath('/upgrades/popular-extras/'),\r\n makePath('/upgrades/wheelchair-stroller-rentals/'),\r\n makePath('/upgrades/events/')\r\n];\r\nvar funPassPath = '/tickets/fun-cards/';\r\nvar waterParkTicketsPath = '/tickets/water-park-tickets/';\r\n\r\nvar isAnnualPassPage = window.location.pathname.indexOf(annualPassPath) > -1;\r\nvar isFunPassPage = window.location.pathname.indexOf(funPassPath) > -1;\r\nvar isTicketPassPage = ticketPassPaths.indexOf(window.location.pathname) > -1;\r\nvar isPassPage = isAnnualPassPage || isTicketPassPage || isFunPassPage;\r\nvar isWaterParkTicketsPage = window.location.pathname.indexOf(waterParkTicketsPath) > -1;\r\nvar isUpgradePage = upgradePaths.indexOf(window.location.pathname) > -1;\r\n\r\nvar typeTickets = 'single';\r\nvar typeAnnualPass = 'membership';\r\nvar typeFunCard = 'funcard';\r\nvar noNewLineRegex = /\\s+(.+)/;\r\n\r\nvar annualPassString = ' annual pass';\r\nvar waterParkString = ' water park';\r\n\r\nvar annualPassObj = {\r\n itemGrid : '.two-tier-product-listing__product',\r\n getId : function($itemEl) {\r\n return $itemEl.find('[type=\"radio\"]').attr('id');\r\n },\r\n getCopy : function($itemEl) {\r\n var id = this.getId($itemEl);\r\n return id ? id + annualPassString : '';\r\n },\r\n getImage : function($itemEl){\r\n return getImageUrl($itemEl, '.two-tier-product-listing__product-image');\r\n },\r\n getPrice : function ($itemEl) {\r\n return $itemEl.find('.product-price__price-term').first().text().replace(/[^0-9.]/g,'');\r\n }\r\n };\r\n\r\nvar waterParkPassObj = {\r\n itemGrid: '.pass',\r\n getId: function ($itemEl) {\r\n return annualPassObj.getId($itemEl) + waterParkString;\r\n },\r\n getCopy: function ($itemEl) {\r\n return annualPassObj.getCopy($itemEl) + waterParkString;\r\n },\r\n getImage: annualPassObj.getImage,\r\n getPrice: function ($itemEl) {\r\n return $itemEl.find('span.pass-card-price').first().text().replace(/[^\\d.]/g,'');\r\n }\r\n};\r\n\r\nvar nonAnnualPassObj = {\r\n itemGrid : '.product-catalog-card',\r\n getId : function($itemEl) {\r\n return $itemEl.attr('data-selling-group-id');\r\n },\r\n getCopy : function($itemEl) {\r\n var match = $itemEl.find('.product-catalog-card__title').text().match(noNewLineRegex);\r\n if (match) { return match[1]; }\r\n },\r\n getImage : function($itemEl) {\r\n return getImageUrl($itemEl, '.product-catalog-card__image');\r\n },\r\n getPrice : function($itemEl) {\r\n return Number($itemEl.find('.product-price__price-amount').first().text().replace(/[^\\d.]/g,''));\r\n }\r\n };\r\n\r\nfunction trackLoggedInUser() {\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 = jQuery('.site-header__manage-account-email-address').first().text().trim();\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\nfunction trackFunCardItems() {\r\n var carouselItems = jQuery('.product-placement-card__wrapper');\r\n if(carouselItems.length) {\r\n\r\n initializeATCClickTracking();\r\n\r\n var itemObjs = jQuery.map(carouselItems, function(itemEl) { \r\n return {\r\n id: jQuery(itemEl).find('.product-placement-detail-modal__content-wrapper').attr('data-selling-group-id'),\r\n copy: jQuery(itemEl).find('.product-placement-card__title span, .product-placement-card__title').first().text().trim(),\r\n imageUrl: getImageUrl(jQuery(itemEl), '.product-placement-card__image'),\r\n itemUrl: window.location.origin + window.location.pathname,\r\n category: window.location.pathname,\r\n price: Number(jQuery(itemEl).find('.product-price__price-amount').first().text().replace(/[^\\d.]/g,'')),\r\n };\r\n });\r\n \r\n jQuery.each(itemObjs, function(index, item) {\r\n fireItemEvent(item);\r\n });\r\n }\r\n }\r\n\r\nfunction getImageUrl($itemEl, selector) {\r\n var paramUrl = $itemEl.find(selector).first().attr('src'),\r\n domain = 'https://buschgardens.com';\r\n\r\n return paramUrl.indexOf(domain) > -1 ? paramUrl : domain + paramUrl;\r\n}\r\n\r\nfunction getItemFromElement(element, selectorsObj){\r\n var $itemEl = jQuery(element);\r\n var id = selectorsObj.getId($itemEl);\r\n var copy = selectorsObj.getCopy($itemEl);\r\n var imageUrl = selectorsObj.getImage($itemEl);\r\n var price = selectorsObj.getPrice($itemEl);\r\n var itemUrl = window.location.origin + window.location.pathname;\r\n var category = window.location.pathname;\r\n return {\r\n id : id,\r\n copy : copy,\r\n imageUrl : imageUrl,\r\n itemUrl : itemUrl,\r\n category : category,\r\n price : price\r\n };\r\n}\r\n\r\nfunction trackItems() {\r\n var selectorsObj = nonAnnualPassObj;\r\n var selector = nonAnnualPassObj.itemGrid;\r\n var itemEls = jQuery(selector);\r\n\r\n\r\n if (itemEls.length) {\r\n var itemObjs = jQuery.map(itemEls, function(itemEl) { return getItemFromElement(itemEl, selectorsObj); });\r\n\r\n initializeATCClickTracking();\r\n\r\n jQuery.each(itemObjs, function(index, item){ fireItemEvent(item);});\r\n }\r\n}\r\n\r\nfunction fireItemEvent(item) {\r\n bouncex.push(['item', {\r\n 'item:id' : item.id,\r\n 'item:copy' : item.copy,\r\n 'item:imageurl' : item.imageUrl,\r\n 'item:price' : item.price,\r\n 'item:url' : item.itemUrl,\r\n 'item:category' : item.category,\r\n 'item:instock' : true\r\n }]);\r\n}\r\n\r\nfunction viewEvent() {\r\n var pathname = window.location.pathname;\r\n var url = window.location.origin + pathname;\r\n var title,\r\n passType;\r\n\r\n if (isUpgradePage) {\r\n title = pathname.split('/')[3];\r\n fireViewCategory(url, title);\r\n return;\r\n }\r\n\r\n switch (true) {\r\n case isWaterParkTicketsPage:\r\n passType = typeTickets;\r\n break;\r\n case isAnnualPassPage:\r\n passType = typeAnnualPass;\r\n break;\r\n case isTicketPassPage:\r\n passType = typeTickets;\r\n break;\r\n case isFunPassPage:\r\n passType = typeFunCard;\r\n break;\r\n default:\r\n passType = false;\r\n }\r\n\r\n if (passType && isPassPage) {\r\n fireViewItem(passType);\r\n }\r\n}\r\n\r\nfunction fireViewItem(type) {\r\n bouncex.push(['view item', {\r\n 'item:type' : type\r\n }]);\r\n}\r\n\r\nfunction fireViewCategory(url, title) {\r\n bouncex.push(['view category', {\r\n 'page:url' : url,\r\n 'page:title' : title\r\n }]);\r\n}\r\n\r\nfunction checkPath(path) {\r\n return [makePath(path)].indexOf(window.location.pathname) > -1; \r\n}\r\n\r\nfunction getStaticId() {\r\n switch (true) {\r\n case window.location.pathname.indexOf('upgrades') > -1:\r\n return 'upgrades';\r\n case checkPath('/tickets/theme-park-tickets'):\r\n return 'tickets';\r\n case checkPath('/tickets/fun-card'):\r\n return 'fun-card';\r\n case checkPath('/annual-pass'):\r\n return 'annual';\r\n case checkPath('/limited-time-offers'):\r\n return 'limited';\r\n default:\r\n return 'other';\r\n }\r\n}\r\n\r\n/* ------------------------------- CART EVENTS ------------------------------ */\r\n\r\nfunction fireAddToCart(itemId) {\r\n bouncex.push(['add to cart', { 'item:id': itemId }]);\r\n\r\n if (bouncex.vars.cart) {\r\n return;\r\n }\r\n bouncex.setVar('cart', true);\r\n}\r\n\r\nfunction initializeATCClickTracking() {\r\n var itemId;\r\n\r\n bouncex.et.on(bouncex.document, 'click.bxatc', function () {\r\n var modalItemId = jQuery('.product-placement-detail-modal__cart-button').parents('.product-placement-card__detail-modal.modal--active').find('.product-placement-detail-modal__content-wrapper').attr('data-selling-group-id') || '';\r\n itemId = jQuery(this).parents('.product-catalog-card').attr('data-selling-group-id') \r\n || (jQuery(this).parent('.two-tier-product-listing__place-order').find('.two-tier-product-listing__selected-group').attr('data-product') || '').toLowerCase() || modalItemId;\r\n\r\n if (itemId) {\r\n fireAddToCart(itemId);\r\n }\r\n }, '.product-catalog-card__order-button, .two-tier-product-listing__button, .product-placement-detail-modal__cart-button');\r\n}\r\n\r\nfunction initializeCartEvents() {\r\n bouncex.et.cart.init({\r\n replenish: function () { },\r\n replenishmentType: 'single'\r\n });\r\n}\r\n\r\nfunction trackEmptyCart () {\r\n var emptiedCart = bouncex.vars.cart_qty === 0 && bouncex.vars.cart;\r\n var emptiedCartCheckoutPage = jQuery('.cart__empty-cart-msg:visible').length > 0;\r\n if ((emptiedCart || bouncex.vars.cart_qty > 0 && emptiedCartCheckoutPage) && !bouncex.utils.getParam('bx_cart').length) {\r\n bouncex.push(['empty_cart', {}]);\r\n bouncex.setv('cart', false);\r\n }\r\n}\r\n\r\n/* --------------------------- INITIALIZE TRACKING -------------------------- */\r\n\r\nfunction isReservation() {\r\n return window.location.pathname.indexOf('tickets/reservations') > -1 ||\r\n window.location.pathname.indexOf('checkout/validate') > -1;\r\n}\r\n\r\nif (bouncex.vars.valid_domain) {\r\n trackLoggedInUser();\r\n initializeCartEvents();\r\n\r\n bouncex.et.onVarChange('cart_qty', trackEmptyCart);\r\n\r\n if (bouncex.website.pts === 'cart' && !isReservation()) {\r\n trackEmptyCart();\r\n }\r\n\r\n if (isPassPage || isUpgradePage || isFunCardPage) {\r\n trackItems();\r\n trackFunCardItems();\r\n viewEvent();\r\n }\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('.cart-page').length > 0;"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/cart"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.href.indexOf('/upgrades') > 0 || window.location.href.indexOf('/vacation-packages') > 0 || window.location.href.indexOf('/park-info') > 0 || window.location.href.indexOf('/events') > 0 || document.querySelectorAll('.generic-page').length > 0 || window.location.href.indexOf('/rides') > 0;"}]]},"checkout":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('.confirmation-page').length > 0 || document.querySelectorAll('.billing-page').length > 0;"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('.homepage').length > 0;"}]]},"product":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('.product-page').length > 0 && window.location.href.indexOf('/upgrades') < 0;"}]]},"search":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('.search-results-page').length > 0;"}]]}},"els":{"CART-CheckoutButton":"#continueToPayment","CAT-DateOption":".row .form__datepicker-label-field-wrapper:first-child","CAT-ProductGridImage":".catalog-item__image","NON-CART-Footer":"footer","NON-CART-Navigationbar":".site-header","PDP-AddtoCartButton":".add-to-cart__submit","PDP-HeroImage":".catalog-item__image","PDP-ProductName":".catalog-item__title","PDP-ProductPrice":".add-to-cart__order-price-wrapper","PDP-QuantityOption":".add-to-cart__quantity-field-wrapper","SEARCH-ProductGridImage":".search-result__image-wrapper img"},"vars":[{"name":"logged_in","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"!!jQuery('.site-header__manage-account-email-address').first().text().trim();","trigger":"pageload"},{"name":"ever_logged_in","polling":"all","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":"Number(jQuery('.swpe-header__mini-cart-count, .items-in-cart__subtotal-quantity, .site-header__checkout-badge, .items-in-cart__title').first().text().replace(/[^0-9]/g, ''));","trigger":"pageload"},{"name":"cart_value","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"0","code":"(function(){\n var miniCartTotal = jQuery('.cart-preview__footer .cart-preview__line-item').first().text().replace(/[^0-9.]/g, ''),\n checkTotal = jQuery('.order-summary__detail').first().text().replace(/[^0-9.]/g, '');\n \n return Number(miniCartTotal || checkTotal);\n})();","trigger":"pageload"},{"name":"prod_price","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"0","code":"(function() {\n var oneDayPrice = jQuery('.catalog-items:eq(0)').find('.js-add-to-cart__price:eq(0)').data('price');\n var annualPassPrice = jQuery('.pass-card-price-wrapper:eq(0) .pass-card-price-txt:eq(1)').text().trim().replace(/[^0-9.]/g, '');\n var selectedPrice = jQuery('.product-category-step1 .is-selected .pass-card-price-txt:eq(1)').text().trim().replace(/[^0-9.]/g, '');\n return oneDayPrice || selectedPrice || annualPassPrice;\n})();","trigger":"pageload"},{"name":"prod_name","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function() {\n var oneDayTicketName = jQuery('.catalog-items:eq(0) .catalog-item__title:eq(0)').text().trim();\n var annualPassTicketName = jQuery('.product-category-step1 .pass-card-select').first().text().trim().replace(/Select /, '') ? jQuery('.product-category-step1 .pass-card-select').first().text().trim().replace(/Select /, '') + ' Annual Pass' : '';\n var selectedPass = jQuery('.product-category-step1 .is-selected .pass-card-select').text().trim() ? jQuery('.product-category-step1 .is-selected .pass-card-select').text().trim().replace(/Select /, '') + ' Annual Pass' : '';\n return oneDayTicketName || selectedPass || annualPassTicketName;\n})();","trigger":"pageload"},{"name":"single_park_ticket_in_cart","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function() {\n if (window.location.href.indexOf('/checkout') > -1 && window.location.href.indexOf('/checkout/cart') === -1) {\n return null;\n }\n var $cartItems = jQuery('.cart-preview-item .cart-preview-item__title, .cart__item h2.cart__title');\n \n return $cartItems.toArray().some(function(item) {\n var text = jQuery(item).text().trim();\n return text === 'Busch Gardens Williamsburg Christmas Town 1-Day Ticket' || text === 'Busch Gardens Williamsburg Christmas Bounce Ticket' || text === 'Busch Gardens Williamsburg Christmas Town Fun Card';\n });\n})();","trigger":"pageload"},{"name":"discount_in_cart","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"(function () {\n var $orderSummarySavings = jQuery('.order-summary__detail--savings, .cart-preview--amount-saved:last');\n var $miniCartItems = jQuery('.cart-preview-item');\n \n if (jQuery('.cart__empty-cart-msg').is(':visible') || jQuery('.swpe-header__mini-cart-count').text() === '0' || jQuery('.cart-preview__count').hasClass('cart-preview__count--is-hidden')) {\n\t\treturn 0;\n }\n\n if ($miniCartItems.length > 0) {\n return Math.round($miniCartItems.toArray().reduce(function(total, item) {\n var $item = jQuery(item);\n var oldPrice = $item.find('.was-price').text().match(/\\d+.\\d+/);\n var newPrice = $item.find('.cart-preview-item__order-quantity:last').text().match(/\\d+.\\d+/);\n var quantity = $item.find('.cart-preview-item__order-name').text().match(/\\d+/);\n return total += oldPrice ? (oldPrice - newPrice) * quantity : 0;\n }, 0));\n }\n\n if ($orderSummarySavings.length > 0) {\n return Math.round($orderSummarySavings.text().replace(/[^0-9.]/g, ''));\n }\n\n return null;\n})();","trigger":"pageload"},{"name":"cart_item_date_expired","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"/* Only relevant on cart page */\njQuery('.form__datepicker-wrapper label, *[id*=cartDatePicker]').toArray().some(function(date) {\n var dateText = jQuery(date).text() || jQuery(date).val();\n\tvar reservationDate = new Date(dateText);\n\tvar todaysDate = new Date();\n\treturn reservationDate < todaysDate;\n});","trigger":"pageload"},{"name":"upsell_purchased","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"(function () {\n var ever_purchased = false;\n if (window.location.pathname.indexOf('checkout/confirmation/') > -1 && bouncex.utils.url.getParam('OrderCompleted') === '1') {\n var upsell_items = [\n 'Meal + Drink',\n 'All-Day Dining Deal',\n 'All-Day Dining + Drinks',\n 'Quick Queue',\n ];\n\n var ecommerce = bouncex.utils.gtmLookup('ecommerce');\n var products = ecommerce && ecommerce.purchase && ecommerce.purchase.products.length ? ecommerce.purchase.products : false;\n\n if (products) {\n ever_purchased = upsell_items.some(function (item) {\n return JSON.stringify(products).indexOf(item) > -1;\n });\n }\n }\n return ever_purchased || null;\n})();\n","trigger":"pageload"},{"name":"valid_domain","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"window.location.hostname === \"buschgardens.com\" && window.location.pathname.indexOf('williamsburg') > -1;","trigger":"pageload"},{"name":"cart","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"}],"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":{"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":"","crs":{"integrations":null,"pageCount":null},"mat":0,"math":0,"cpnu":"coupons.bounceexchange.com","dfpcms":0,"sms":{"optm":"","eventSharing":false,"shqId":"","enabled":0},"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":"326262124","ga4_measurement_id":"G-0G220PM01T","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":"27166d3b6527a269bad237fea7e0ef3c","creativesBaseStyles":"a53944a2","gpsAuction":"bbb80866120d17013073bb6d284cbd6b","inbox":"75060a85c1a4aebcc6f779b9e84db722","onsite":"abbdf7a49be9b52b097917b7b527b262","sms":"e39203556bab2366e56296ce42e974a7","websdk":"04cde0014774b7eb597770595769aab1"}; 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_4b048f3d0cfb1030f90fec02949d8c38.br.js'); script.setAttribute('async', 'async'); document.body.appendChild(script); bouncex.initializeTag = function() {}; }; runtime.onload = bouncex.initializeTag; document.body.appendChild(runtime); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", bxBootstrap); } else { bxBootstrap(); }})();