function display_header(current_page) {

  document.write("<table width='700' border='0' cellpadding='0' cellspacing='0'>");

  document.write("  <tr valign='top' bgcolor='#FFFFFF'><td colspan='3'>"); 

  document.write("    <p><a href='index.html'><img src='../../images/suslogosmall.jpg' width='299' height='109' alt='The Society For Utopian Studies' border='0'></a></p>");

  document.write("  </td><td bgcolor='#FFFFFF' width='220'> ");

  document.write("    <ul>");

  document.write((current_page == "about" ? "<li><b>About the Society</b></li>" : "<li><a href='../../about.html'>About the Society</a></li>"));

  document.write((current_page == "meetings" ? "<li><b>Meeting &amp; Call for Papers</b></li>" : "<li><a href='../../meetings.html'>Meeting &amp; Call for Papers</a></li>"));

  document.write((current_page == "join" ? "<li><b>Join the Society</b></li>" : "<li><a href='../../join.html'>Join the Society</a></li>"));

  document.write((current_page == "journal" ? "<li><b><i>Utopian Studies</i> Journal</b></li>" : "<li><a href='../index.html'><i>Utopian Studies</i> Journal</a></li>"));

  document.write("	<li><a href='http://utopusdiscovered.wordpress.com/' target='_blank'><i>Utopus Discovered</i></li>");

  document.write("    </ul>");

  document.write("  </td><td width='190'> ");

  document.write("    <ul>");

  document.write((current_page == "bylaws" ? "<li><b>By-laws</b></li>" : "<li><a href='../../bylaws.htm'>Our By-laws</a></li>"));

  document.write((current_page == "awards" ? "<li><b>Awards</b></li>" : "<li><a href='../../awards.html'>Awards</a></li>"));

  document.write((current_page == "teaching" ? "<li><b>Teaching Committee of the Society for Utopian Studies</b></li>" : "<li><a href='../../teaching.html'>Teaching Committee of the Society for Utopian Studies</a></li>"));

  document.write((current_page == "links" ? "<li><b>Utopian Links</b></li>" : "<li><a href='../../links.html'>Utopian Links</a></li>"));

  document.write((current_page == "contacts" ? "<li><b>Contact Us</b></li>" : "<li><a href='../../contact.html'>Contact Us</a></li>"));

  document.write("    </ul>");

  document.write("  </td></tr>");

  document.write("</table>");

  document.write("<hr>");

}



function display_footer(update_date) {

  update_date = (update_date == "" ? "November 30, 2009" : update_date);

  document.write("<p><a href='#top'>back to top</a></p>");

  document.write("<p> <a href='http://www.utoronto.ca/utopia/'>back to SUS home</a></p>");

  document.write("<p>This page was last modified on <!-- #BeginDate format:fcAm1 -->"+update_date+"<!-- #EndDate -->.</p>");

}


