// menu.js

document.write("<div style='float:left; width: 50%'>");

document.write("<a href='program.aspx'>About the Program</a>&nbsp;<br />");
document.write("<a href='degrees.aspx'>Degree Programs</a>&nbsp;<br />");
document.write("<a href='general.aspx'>Application Procedures and Information</a>&nbsp;<br />");
document.write("<a href='guidelines.aspx'>Admission/Retention Guidelines</a>&nbsp;<br />");
document.write("<a href='forms.aspx'>Application Forms</a>&nbsp;<br />");
document.write("<a href='lpnas.aspx'>LPN/LVN Advanced Standing</a>&nbsp;<br />");
document.write("<a href='lpnda.aspx'>LPN/LVN Direct Articulation</a>&nbsp;<br />");
document.write("<a href='paramedic.aspx'>Paramedic to RN Advanced Standing</a>&nbsp;<br />");

document.write("</div>");

document.write("<div style='float: right; width: 50%;'>");

document.write("<a href='/cardio'>Cardiovascular Technology</a>&nbsp;<br />");
document.write("<a href='policies.aspx'>Program Policies</a>&nbsp;<br />");
document.write("<a href='costs.aspx'>Program Costs</a>&nbsp;<br />");
document.write("<a href='points.aspx'>Admission Points</a>&nbsp;<br />");
document.write("<a href='scholarships.aspx'>Scholarships</a>&nbsp;<br />");
document.write("<a href='faq.aspx'>Frequently Asked Questions</a>&nbsp;<br />");
document.write("<a href='faculty.aspx'>Faculty</a>&nbsp;<br />");
document.write("<a href='/health'>Health Services Home</a>&nbsp;<br />");

document.write("</div>");

// end menu.js