" +
"" +
"
"+headlineMsg+"
";
if(alertDateVal != " "){
htmlOutput +=""+ alertDateVal + "";
}
htmlOutput += "";
if(typeof headlineMsg != "undefined"){
$("#alertContainer").append(htmlOutput).css("display","block").css("position","relative").css("background-color",clr).css("z-index", "10");
}
},
error: function(response)
{
console.log("Cannot access remote NYU server ");
}
});