$(function(){
    $("#header").load("common/header.html");
    $("#footer").load("common/footer.html");
});

