$(document).ready(function(){

	$("#Footer").load("./includes/Footer.html");
	$("#Navigation").load("./includes/Navigation.html");	

});