$(document).ready(function(){
	//include menu
	$("#menu").load("inc/menu.html");
	//  include header
	$("#header").load("inc/header.html");
	//  include footer
	$("#menu-footer").load("inc/footer.html");
});
