	// CLOSE NOTIFICATION MESSAGES WHEN CLICKED
	$('.closed').click(function(){
		$('#msg').fadeOut();
		return false;
	});

