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

		
	});
