// Loads the contact form into the header via JavaScript:
$(document).ready(function() {
    $('#headContact').load('/contact-form.html');
});
