(function(){var dt=Date.now()/1000|0;$.getJSON("https://storage.googleapis.com/superbalist-www/notification_banners.json?"+dt,function(json){var currentPath=window.location.pathname;json.banners.forEach(function(el){if((el.start*1000)new Date().getTime()){var matches=currentPath.match(el.path);if(matches&&matches.length>0){var banner='
' banner+='' banner+=' DISMISS ' banner+='
' $("#notification-banner").append(banner);}}});$(".notice-dismiss").on('click',function(){$(this).closest('div').remove();});$("#banner-message").find("a").css({"color":"white","text-decoration":"underline"});}).fail(function(e){});})();