// JavaScript Document
	
function showFooter() {
	$.get( "includes/footer.html", function( data ){
		 $( "#footer" ).html( data );
	});
}