(function (){
function getScriptLocation() {
return document.getElementById(""|| "default_adplace");
}
var _isMobile = typeof isMobile == "function" && isMobile();
function setNewDAtoStorage(){
localStorage.setItem("activeDA", '{"campaignId": "573F2B5A49611084", "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("573F2B5A49611084" != latestDA.campaignId){
setNewDAtoStorage();
}
if(Boolean()){
$("#AlertBannerGenerator").css({"position": "sticky", "top": "0px"});
}
})()