Skip to the content
Contact Us
We can help you take the first step
/*Campus Alerts*/
var alertMessage = $(".SmartBoard_Message").html();
$("#alert-notification .detail").html(alertMessage).promise().done(function(){
$("#alert-notification").slideDown();
});