$(document).ready(function(){
	$('#alert a').click(function(){
		$('#alert').fadeOut();
	});
});
