jQuery(document).ready(function($){
	$('#close').click(function(e){
		e.preventDefault();
		$('#floater').fadeOut(300);
	});
     
});
