function last_modified() {
//   var lastmod = new Date(document.lastModified);
//   var moddate = lastmod.getDate() + "/" + (lastmod.getMonth()+1) + "/" + lastmod.getFullYear();
//   document.writeln("<p class=update clear=all>Last Updated: " + moddate + "</p>");
}

document.writeln("<table width=100%><tr><td width=50></td><td align=center class=contents>");
document.writeln("<a href=./index.php>Home</a> |");
document.writeln("<a href=./findus.php>Find Us</a> |");
document.writeln("<a href=./activities.php>Activities</a> |");
document.writeln("<a href=./cgi-bin/calendar.pl>What's On</a> |");
document.writeln("<a href=./publications.php>Publications</a> |");
document.writeln("<a href=./join.php>Join Us & Links</a> |");
document.writeln("<a href=./history.php>History</a> |");
document.writeln("<a href=./gallery.php>Gallery</a>");
document.writeln("</td>");
document.writeln("<td align=right class=stats>");
document.writeln("<a href=./cgi-bin/awstats.pl target=external>Site Stats</a>");
document.writeln("</td></tr></table>");
