  $(document).ready(function() {
    $.ajaxSetup ({cache: false});
    $('#header').load('/header.html #header');
    $('#footer').load('/footer.html #footer');
    $('#nav').load('/nav.html #nav');
  }); 
