// Landing page JS
function loadDependencies() {
loadHTML("hd-box", "/header/header.html");
loadHTML("footer", "/footer/footer.html");
}