
$(document).ready(function() {
	// IW - Function to hide Alert
	$("#closeAlertBtn").click(function () {
		$("#pageAlert").slideUp(300);
	});	
});
	

