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

