$(document).ready(function(){	
	function notificationOut(){
		$("#flash").fadeOut("slow");
	}
});
