$(function(){

	$.ajax({
		url: "include/home_footer.html",
		success: function(foot){
			$("#footerInc").append(foot);
		}
	});


});