// menu script

document.write("<div style='float:left; width: 33%'>");
document.write("<a href='staff.aspx'>Meet the Staff</a>&nbsp;<br />");
document.write("<a href='schedule.aspx'>Non-Credit Class Schedule</a>&nbsp;<br />");
document.write("</div>");

document.write("<div style='float:left; width: 33%'>");
document.write("<a href='training.aspx'>Personal Training</a>&nbsp;<br />");
document.write("<a href='golf.aspx'>Golf Course</a>&nbsp;<br />");
document.write("</div>");

document.write("<div style='float:left; width: 33%'>");
document.write("<a href='map.aspx'>Map & Directions</a>&nbsp;<br />");
document.write("<a href='contact.aspx'>Contact Us</a>&nbsp;<br />");
document.write("</div>");

// end