// JavaScript Document
document.write("<a href='../home.html' class='footer'>Home</a> | ");
document.write("<a href='../vehicles.html' class='footer'>Vehicles</a> | ");
document.write("<a href='../facilities.html' class='footer'>Facilities</a> | ");
document.write("<a href='../events.html' class='footer'>Events</a> | ");
document.write("<a href='../funtimes.html' class='footer'>Fun Times</a> | ");
document.write("<a href='../links.html' class='footer'>Links</a> | ");
document.write("<a href='../contactus.html' class='footer'>Contact Us</a>");
