$j(document).ready(function(){

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