$(function(){
    $("#header").load("../public/header1.html",function(){
        $('.header').addClass('on')
    });
    // $("#footer").load("../public/footer.html");
  });