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