$(document).ready(function() {
    
   $(".close").click(function(){   	
	$('.alert').hide('slow');  
   });
    
});


