function menuBar()
{
document.write("This page is outdated, but has been resurrected below.  Follow this link for <a href=\"http://imacomputa.org/\">Ryan Kelly</a>'s current page.<hr>");
document.write("<center>");
document.write("<a href='http://imacomputa.org/suite/'>Map</a> | ");
document.write("<a href='http://imacomputa.org/suite/quiz/'>Quiz</a> | ");
document.write("<a href='http://imacomputa.org/suite/common/documents.html'>Documents</a> | ");
document.write("<a href='http://imacomputa.org/suite/race/'>Race</a>");
document.write("</center><hr>");
}


function dateDocument()
{
	document.write("<hr><font size ='-1'>"); 
	document.write("Modified: " + document.lastModified);
	today = new Date();
	min = today.getMinutes();
	sec = today.getSeconds();
	document.write("<br>Accessed: " + today);
}
