(function (){ function getScriptLocation() { return document.getElementById("") || document.getElementById("default_adplace"); } var _isMobile = typeof isMobile == "function" && isMobile(); function setNewDAtoStorage(){ localStorage.setItem("activeDA", '{"campaignId": "88C6E2B510AB321B", "hasSeen": 0}'); if(_isMobile){ $("#menu-mobile-alerts-notification").find("i").addClass("alertNotificationDot"); } else{ $("#alerts-notification").find("i").addClass("alertNotificationDot"); } } try { var latestDA = JSON.parse(localStorage.getItem("activeDA")); if(!latestDA){ setNewDAtoStorage(); } } catch (e) { setNewDAtoStorage(); } var latestDA = JSON.parse(localStorage.getItem("activeDA")); if("88C6E2B510AB321B" != latestDA.campaignId){ setNewDAtoStorage(); } if(Boolean()){ $("#AlertBannerGenerator").css({"position": "sticky", "top": "0px"}); } })()