$(document).ready(function(){

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

});
