// JavaScript Document
$(document).ready(function() {
  $("#header").not(".override").load("/adcs/includes/header.html");
  $("#leftsidebar").not(".override").load("/adcs/includes/leftsidebar.html");
  $("#rightsidebar").not(".override").load("/adcs/includes/rightsidebar.html");
  $("#footer").not(".override").load("/adcs/includes/footer.html");
});
