// JavaScript Navigationdocument.write("<div id='nav'> <a href='aboutus/aboutus.html'> ABOUT US </a> &nbsp;&nbsp;&nbsp;");document.write("<a href='faculty/faculty.html'> FACULTY </a> &nbsp;&nbsp;&nbsp;");document.write("<a href='programs/programs.html'> PROGRAMS </a> &nbsp;&nbsp;&nbsp;");document.write("<a href='gallery/gallery.html'> GALLERY </a> &nbsp;&nbsp;&nbsp;");document.write("<a href='admissions/admissions.html'> ADMISSIONS </a> &nbsp;&nbsp;&nbsp;");document.write("<a href='contactus/contactus.html'> CONTACT US </a> </div>");//breadcrumbdocument.write("<div id='breadcrumb_programs'>");document.write("home > sitemap ");document.write("</div>");