$(window).load(function(){

if (navigator.appName == 'Microsoft Internet Explorer')
{
alert("Please switch to Firefox/Chrome/Safari for a better view.");
}

/*setInterval(function() {
        $("#notification").toggle();
    }, 1000);

});*/

$(document).load(function(){

});
