//Edit this file to change the site top menu in one place
//Include a reference to this script on each page
document.write("<a href='index.html'>Home</a>");
document.write("<a href='ourschool.html'>Our School</a>");
document.write("<a href='classes.html'>Classes</a>");
document.write("<a href='enrollment.html'>Enroll</a>");
document.write("<a href='faq.html'>FAQ</a>");
document.write("<a href='contact.html'>Contact Us</a>");
document.write("<div class='parent_corner'>");
document.write("<a href='parentcorner.php'><img src='images/parent_corner.png' border='0' /></a>");
document.write("</div>");
