(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":3744,"name":"Easton Press","cookie_name":"bounceClientVisit3744","domain":"eastonpress.com","ct":"fp_local_storage","ally":0,"ei":0,"tcjs":"","cjs":"bouncex.infoStore = {\r\n sessionStorageIdentifier: 'wkndInfoStore',\r\n set: function(data) {\r\n var hashedData = bouncex.lz.compressToURI(JSON.stringify(data));\r\n try {\r\n localStorage.setItem(this.sessionStorageIdentifier, hashedData);\r\n } catch(e) {\r\n bouncex.err('local storage failure');\r\n }\r\n },\r\n \r\n get: function() {\r\n var info = localStorage.getItem(this.sessionStorageIdentifier);\r\n return info ? JSON.parse(bouncex.lz.decompressFromURI(info)) : '';\r\n },\r\n \r\n infoIsStored: function() {\r\n return !!localStorage.getItem(this.sessionStorageIdentifier);\r\n },\r\n \r\n populateFields: function(fields) {\r\n if (!this.infoIsStored()) return;\r\n \r\n var data = this.get();\r\n for (var field in fields) {\r\n if (fields.hasOwnProperty(field)) {\r\n fields[field].val(data[field]);\r\n }\r\n }\r\n }\r\n};\r\n\r\nif (bouncex.cookie.vpv === 1) {\r\n var data = bouncex.infoStore.get();\r\n \r\n if (data.hasOwnProperty('email')) {\r\n // triggering GA event for client\r\n // setting user identified email in eventracking\r\n dataLayer.push({\r\n event: \"Wunderkind_user\",\r\n email: data.email\r\n });\r\n }\r\n} ","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":"// Updates should be made to both 3744 Easton Press and 3745 PCS Coins\nvar globalConfig = {\n '3744' : {\n domain : 'https://www.eastonpress.com/',\n cookie : 'dwanonymous_7879c5a2c8bedf9b49ab3e0d920aef0c',\n\t\t\ttrackSku: true\n },\n '3745' : {\n domain : 'https://www.pcscoins.com/',\n cookie : 'dwanonymous_a860ffef01d57f5097183ccb23b6852a'\n },\n },\n config = globalConfig[bouncex.website.id];\n\n\nfunction isValidDomain(){\n var currentUrl = getUrl();\n return currentUrl.indexOf(config.domain) > -1;\n}\n\nfunction getUrl() {\n\treturn bouncex.utils.url.allowParams();\n}\n\nfunction isGiftCert(){\n return getUrl().indexOf('gift-certificates') > -1;\n}\n\n// ---- ITEM TRACKING ---- //\n\nfunction getItemId() {\n return jQuery('.product-detail').attr('data-pid') || jQuery('.item-sku').text().split('#').pop().trim();\n}\n\nfunction getItemUrl() {\n\treturn jQuery('link[rel=\"canonical\"]').attr('href') || getUrl();\n}\n\nfunction getItemCopy() {\n\treturn jQuery('.product-name.hidden-xs-down').text();\n}\n\nfunction getItemCategory() {\n\treturn jQuery('li.breadcrumb-item').last().text().trim() || getUrl().split('/').slice(-3, -2).toString();\n}\n\nfunction getItemImage() {\n\treturn jQuery('img[itemprop=\"image\"]').eq(0).attr('data-zoom') || ''\n}\n\nfunction itemInStock() {\n\treturn !jQuery('.availability .out-of-stock').length;\n}\n\nfunction isValidItem() {\n\treturn !!getItemId();\n}\n\nfunction getPrice(){\n var price = parseFloat(jQuery('.unit-price').text().match(/[0-9]+(?:\\.[0-9]+)?(?:0)?/)[0])||''; //might add currency here\n return price % 1 === 0 ? price.toFixed(0) : price.toFixed(2);\n} \n\nfunction getItem() {\n\treturn {\n\t\tid : getItemId(),\n\t\tcopy: getItemCopy(),\n\t\tcategory : getItemCategory(),\n\t\turl : getItemUrl(),\n\t\timageurl : getItemImage(),\n\t\tinstock : itemInStock(),\n\t\tprice: getPrice()\n\t};\n}\n\n\nfunction viewItemEvents(itemId){\n bouncex.push(['view item', {\n 'item:id': itemId,\n }]);\n\n\tif(config.trackSku) {\n\t\tfireSelectSku(itemId);\n\t}\n}\n\nfunction fireItemEvents(){\n\tvar item = getItem();\n\n\tbouncex.push(['item', item]);\n\tviewItemEvents(item.id);\n}\n\n// There is an demandware default that this will prevent from tracking\n// function isValidItemUrl(itemUrl) {\n// itemUrl = itemUrl || '';\n// if (itemUrl.indexOf('/demandware.store') < 0 && itemUrl.length > 0){\n// return true;\n// }\n// return false;\n// }\n\n\n// ---- QUICKVIEW ---- //\nfunction quickviewLoaded(){\n return jQuery('.modal.fade.show').length;\n}\nfunction quickviewEvents(){\n bouncex.et.on(jQuery('a.quickview'), 'click.bx', function(){\n bouncex.et.onTrue(quickviewLoaded, function(){\n var itemId = jQuery('.add-to-cart-global').attr('data-pid');\n viewItemEvents(itemId);\n }, 10);\n });\n}\n\n// ---- CATEGORY TRACKING ---- //\n\nfunction getCategoryPageTitle(){\n\treturn jQuery('.header.page-title').text().trim();\n}\n\nfunction getCategoryIds(){\n return jQuery('.product').map(function(){\n var itemId = jQuery(this).attr('data-pid');\n\n if (itemId){\n return itemId;\n }\n\n }).toArray().join(',');\n}\n\nfunction getCategoryObj(){\n\treturn {\n 'page:title' : getCategoryPageTitle(),\n 'page:url': getUrl(),\n 'items:ids': getCategoryIds()\n };\n}\n\n// ---- CART TRACKING ---- //\nfunction getCookie(){\n return window.getBounceCookie(config.cookie);\n}\n\nfunction storeCart() {\n var cartData = [];\n\n jQuery('.product-line-item-details').each((i, e)=> {\n var itemImage = jQuery(e).find('.item-image img').attr('srcset').replace(/^[^,]+,\\s*/g, '').replace(/\\?.*$/, '') || jQuery(e).find('.product-image').attr('srcset') || '',\n itemName = jQuery(e).find('.line-item-name span').text().trim(),\n itemPrice = \"$\" + jQuery(e).find('.unit-price .sales').text().match(/[0-9]+(?:\\.[0-9]+)?(?:0)?/)[0];//might add currency here\n\n if(itemImage && itemName && itemPrice) {\n cartData.push({\n image: itemImage,\n name: itemName,\n price: itemPrice\n });\n }\n });\n\n window.localStorage.setItem('wkndCart', JSON.stringify(cartData));\n}\n\nfunction addToCart(){\n var atcSelectors = '.add-to-cart-global, .add-to-cart';\n\n bouncex.et.on(jQuery(document), 'click.bx', function(){\n var itemId = getItemId(),\n isLastChanceItem = CheckLastChanceItem(this);\n\n if (isGiftCert()){\n return;\n }\n\n bouncex.et.onTrue(getCookie, function(){\n bouncex.push(['add to cart', {'item:id':itemId, 'cart:token': getCookie()}, ]);\n bouncex.et.onVarChange('cart_value',storeCart);\n\t\t\ttrackLimitedQuantityItemAddedToCart(itemId, isLastChanceItem);\n });\n }, atcSelectors);\n}\n\nfunction replenish(cart){\n bouncex.utils.cookies.create({'name': config.cookie, 'value': cart.token});\n window.location.href = window.location.pathname + '?bx_replen=true';\n}\n\nfunction emptyCart(){\n bouncex.et.onVarChange('cart_qty', function(oldVal, newVal){\n if (newVal === 0) {\n bouncex.push(['empty_cart']); }\n });\n}\n\n// ---- LIIMITED QTY ITEM TRACKING ---- //\n// The below functions are for an onsite experience which\n// relies on the RTV 'addedtocart_limitedquantity'. Wrike 945882727\nfunction CheckLastChanceItem(el) {\n if (bouncex.website.pts === 'product') {\n return jQuery('.lastchance-badge').is(':visible');\n }\n\n if (bouncex.website.pts === 'category') {\n return jQuery(el).closest('.product-quickview').find('.lastchance-badge').length > 0\n || getUrl().includes('/limited-quantities/');\n }\n\n return false;\n}\n\nfunction trackLimitedQuantityItemAddedToCart(itemId, isLastChanceItem) {\n\tif(!isLastChanceItem) {\n\t\treturn;\n\t}\n\n var limitedIDs = bouncex.vars.addedtocart_limitedquantity || '';\n\n\titemId = (itemId).toString();\n limitedIDs = (limitedIDs).toString();\n\n\tif(limitedIDs) {\n if (limitedIDs.indexOf(itemId) > -1) {\n return;\n }\n limitedIDs += `,${itemId}`;\n\t} else {\n\t\tlimitedIDs = itemId;\n\t}\n\n\tbouncex.setv('addedtocart_limitedquantity', limitedIDs);\n\treturn;\n}\n\nfunction trackLimitedQuantityItemsInCart() {\n if (bouncex.website.pts === 'cart') {\n bouncex.et.onVarChange('cart_qty', function(){\n var limitedIDs = bouncex.vars.addedtocart_limitedquantity || '',\n limitedIDsArr = (limitedIDs).toString().split(','),\n $cartIDs = jQuery('.line-item-product-id'),\n cartIDsArr = [];\n \n for(var i = 0; i < $cartIDs.length; i++) {\n cartIDsArr.push(jQuery($cartIDs).eq(i).text().trim().replace('#',''));\n }\n\n // Check if there are still Limited Quantity items in the cart.\n // If so, update RTV to account for any that may have been removed. \n // If no \"limited\" items are in the cart, update RTV to false\n limitedIDsArr = limitedIDsArr.filter(function(id) { \n return cartIDsArr.indexOf(id) > -1;\n });\n\n if (limitedIDsArr.length) {\n bouncex.setv('addedtocart_limitedquantity', limitedIDsArr.join(','));\n return;\n }\n\n bouncex.setv('addedtocart_limitedquantity', false);\n return;\n });\n }\n}\n\n// ---- USER TRACKING ---- //\n\nfunction getLoggedInUserEmail(){\n\treturn jQuery('.card-body dl').eq(1).text().trim() || jQuery('.order-summary-email').text();\n}\n\n// ---- CATALOG TRACKING ---- //\n\nfunction fireSelectSku(itemId){\n bouncex.push([\n 'select_sku',\n {\n 'item:id': itemId,\n 'item:itemgroupid': itemId,\n 'item:feedid': itemId\n }\n ]);\n}\n\n\n// ---- INITIALIZE EVENTS ---- //\n\nfunction initializeItemEvents(){\n\tbouncex.et.onTrue(isValidItem, fireItemEvents, 15);\n}\n\nfunction initializeCategoryEvents(){\n\tvar categoryObj = getCategoryObj();\n\n\tif (categoryObj['items:ids'].length){\n\t\tbouncex.push(['view category', categoryObj]);\n\t}\n\n\tquickviewEvents();\n}\n\nfunction initializeCartEvents(){\n bouncex.et.cart.init({\n replenishmentType : 'cookie',\n replenish : replenish,\n });\n\n addToCart();\n emptyCart();\n}\n\nfunction initializeLoggedInUser(){\n\tif (!bouncex.vars.logged_in || !!bouncex.vars.logged_in_identified) {\n\t\treturn;\n\t}\n\n var userEmail = getLoggedInUserEmail();\n\n if (bouncex.utils.validate.email(userEmail)){\n\t\tbouncex.push([\n\t\t\t'user',\n\t\t\t{\n\t\t\t'email': userEmail,\n\t\t\t'source': 'LoggedIn'\n\t\t\t}\n\t\t]);\n \n storeIdentifiedEmailInInfoStore(userEmail);\n\t\tbouncex.setv('logged_in_identified', true);\n }\n}\n\nfunction storeIdentifiedEmailInInfoStore(email) {\n if (!bouncex.utils.validate.email(email)){\n return;\n }\n bouncex.infoStore.set({ email: email });\n bouncex.setv('email_identified', true);\n setBounceCookie();\n}\n\nfunction triggerIdentifiedTrafficGAEvent(){\n if (bouncex.vars.email_identified){\n return;\n }\n \n\tvar selector = 'input:not([type=button],[type=submit],[type=reset],[type=hidden],[type=radio],[type=checkbox],[type=image],[type=password], #privy-container input)';\n\t\n\tbouncex.off(bouncex.body, 'blur.bx-miw', selector);\n\tbouncex.on(bouncex.body, 'blur.bx-miw', function(){\n\t\tvar data = jQuery(this).val();\n\n storeIdentifiedEmailInInfoStore(data);\n\t}, selector);\n}\n\nif (isValidDomain()) {\n initializeLoggedInUser();\n initializeCartEvents();\n triggerIdentifiedTrafficGAEvent();\n\n if (!isGiftCert()){\n switch (bouncex.website.pts) {\n case 'product':\n initializeItemEvents();\n break;\n case 'category':\n initializeCategoryEvents();\n break;\n\t\t\tcase 'cart':\n\t\t\t\ttrackLimitedQuantityItemsInCart();\n\t\t\t\tbreak;\n default:\n break;\n }\n }\n}\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"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('div.page[data-gtmpage*=\"category\"]').length > 0;"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/search?"}]]},"checkout":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/Checkout"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('link[rel=\"canonical\"][href=\"https://www.eastonpress.com/home\"]').length > 0;"}]]},"product":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('div.page[data-action*=\"Product-Show\"] .product-detail').length > 0;"}]]},"search":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/search?"}]]}},"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":"all","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"(function() {\n var url = bouncex.utils.url.allowParams();\n\n if (jQuery('.dropdown-link:contains(\"Logout\")').length > 0 || jQuery('a#myaccount').text().indexOf('Hi,') > -1) {\n return true;\n } else if (jQuery('.user-message:contains(\"Login\")').length > 0 || url.indexOf('https://www.eastonpress.com/login') > -1) {\n return false;\n }\n \n if (bouncex.website.pts === 'checkout') {\n if (jQuery('.checkout-main[data-customer-type=\"registered\"]:visible').length > 0) {\n return true;\n } else if (jQuery('.checkout-main[data-customer-type=\"guest\"]:visible').length > 0) {\n return false;\n }\n }\n return null;\n})();","trigger":""},{"name":"ever_logged_in","polling":"all","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"bouncex.vars.logged_in ? true : null;","trigger":""},{"name":"cart_qty","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"0","code":"(function() {\n if (jQuery('.minicart-quantity').text().trim() === '0') {\n return 0;\n }\n if (bouncex.website.pts === 'cart') {\n if (jQuery('.cart-empty:visible:contains(\"Cart is Empty\")').length > 0) {\n return 0;\n }\n return Number(jQuery('.number-of-items:visible').text().replace(/[^0-9.]/g, ''));\n }\n if (bouncex.website.pts === 'checkout') {\n return Number(jQuery('.order-receipt-label:visible:contains(\"Items\")').text().replace(/[^0-9.]/g, ''));\n }\n return Number(jQuery('.minicart-quantity').text().trim()) || null; \n})();","trigger":""},{"name":"cart_value","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"0","code":"(function() {\n var total = 0;\n var prod = jQuery('.container.cart .pricing.line-item-total-price-amount');\n \n if (jQuery('.minicart-quantity').text().trim() === '0' || jQuery('.cart-page:visible h1:contains(\"Cart is Empty\")').length > 0) {\n return 0;\n } \n for (var i = 0; i < prod.length; i++) {\n total += Number(prod.eq(i).text().replace(/[^0-9.]/g, ''));\n }\n if (bouncex.website.pts === 'checkout') {\n return null;\n }\n return total || null; \n})();","trigger":""},{"name":"prod_price","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"Number(jQuery('.product-detail span.value').text().replace(/[^0-9]/g, ''));","trigger":""},{"name":"prod_name","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('.product-detail h1.product-name').text().trim();","trigger":""},{"name":"in_stock","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('.product-detail span.in-stock:visible:contains(\"In Stock\")').length > 0;","trigger":""},{"name":"submitted_onsite","polling":"all","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"jQuery('div.email-signup-message:visible:contains(\"successfully subscribed\")').length > 0 || null;","trigger":""},{"name":"item_id_product","polling":"none","persist":"no","page_types":["product"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"item_id_quickview","polling":"none","persist":"no","page_types":[],"testmode":true,"default":"false","code":"","trigger":"event"},{"name":"item_id_hover","polling":"none","persist":"no","page_types":[],"testmode":true,"default":"false","code":"","trigger":"event"},{"name":"items_ids","polling":"none","persist":"no","page_types":["category","search"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"item_url","polling":"none","persist":"no","page_types":["product"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"item_image_url","polling":"none","persist":"no","page_types":["product"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"item_category","polling":"none","persist":"no","page_types":["product"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"item_price","polling":"none","persist":"no","page_types":["product"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"item_in_stock","polling":"none","persist":"no","page_types":["product"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"page_url","polling":"none","persist":"no","page_types":["category","search"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"page_title","polling":"none","persist":"no","page_types":["category"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"item_copy","polling":"none","persist":"no","page_types":["product"],"testmode":true,"default":"false","code":"","trigger":"pageload"},{"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":"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":"item_items","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":0,"code":"bouncex.vars.cart_qty > 1 ? 'items' : 'item';","trigger":"pageload"},{"name":"is_are","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":0,"code":"bouncex.vars.cart_qty > 1 ? 'are' : 'is';","trigger":"pageload"},{"name":"free_shipping","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('.price .explaination-text').text().toLowerCase().indexOf('plus shipping') === -1;","trigger":"pageload"},{"name":"addedtocart_limitedquantity","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"cart_plurality","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"bouncex.vars.cart_qty === 0 ? false : bouncex.vars.cart_qty === 1 ? 'Item' : 'Items';","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":"#txtRecipientEmail","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":1},"pde":true,"fmc":["US","CA"],"fme":true,"fmx":"#txtRecipientEmail","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":"318297649","ga4_measurement_id":"G-YQRYX9H9D7","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":"4d534e6b043e82ebaef3d95475c5526c","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_945f37949f8f8ce4c4244cecb2df29ef.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); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", bxBootstrap); } else { bxBootstrap(); }})();