	$(function($) { 
		$('#footerclose').click(function() {
			$('#footerbanner').remove();
			return false;
		});
	});