// menu script

document.write("<div style='float:left; width: 50%'>");
document.write("<a href='default.aspx'>Veterinary Technology Home</a>&nbsp;<br />");
document.write("<a href='/agriculture/pdf/Vet_Tech_AAS.pdf' target='_blank'>Degree Sheet (pdf)</a>&nbsp;<br />");
document.write("<a href='vtfaculty.aspx'>Faculty Information</a>&nbsp;<br />");
document.write("<a href='apply.aspx'>Applying to the Program</a>&nbsp;<br />");
document.write("<a href='faq.aspx'>Frequently Asked Questions</a>&nbsp;<br />");
document.write("</div>");

document.write("<div style='float:right; width: 50%'>");
document.write("<a href='vtcareers.aspx'>Career Opportunities</a>&nbsp;<br />");
document.write("<a href='vtsa.aspx'>Veterinary Technician Students Association</a>&nbsp;<br />");
document.write("<a href='oath.aspx'>Veterinary Technician's Oath</a>&nbsp;<br />");
document.write("<a href='links.aspx'>Helpful Links</a>&nbsp;<br />");
document.write("<a href='/agriculture'>Agriculture Technologies Home</a>&nbsp;<br />");
document.write("</div>");

// end