// This is the navigation bar that appears in the right column of each
// regular page. Include it in a regular page by adding the
// appropriate serverside include comment line (see one of the pages
// that already has one).


document.write("<div class='rightbar'>")
    document.write("<!--   <div id='rightbar'> -->")
    document.write("<br>")
    document.write("<br>")
    document.write("<br>")
    document.write("<a href='index.html'>home</a>")
    document.write("<br>")
    document.write("<a href='mailto:martha@jandmworks.com'>contact</a>")
    document.write("<br>")
    document.write("<br>")
    document.write("MONTHLY MONTESSORI")
    document.write("<br>")
    document.write("<a style='font-weight: bold;' href='sitemap.html'>mm site map</a>")
    document.write("<br>")
    document.write("<br>")
    document.write("RESOURCES")
    document.write("<br>")
    document.write("<a href='links.html'><span style='font-weight: bold;'>links</a>")
    document.write("<br>")
    document.write("<a href='downloads.html'><span style='font-weight: bold;'>downloads</a>")
  document.write("<br>")
    document.write("<br>")
    document.write("MATERIALS")
    document.write("<br>")
    document.write("<a href='books.html'><span style='font-weight: bold;'>books</a>")
    document.write("<br>")
    document.write("</div> <!-- ends rightbar -->")

