if (!(top.frames["nav"]))
{
	document.writeln('<center><a href=\".\">Home</a> | <a href=\"infofr.html\">Library</a> | <a href=\"feat.html\">Features</a></center>');
}

months=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
today=new Date;
document.write('<p class="citation"><a href="credits.html#copyright">&copy; Copyright 1998 ThinkQuest Team 16325</a><br>To cite this document, use the following: <b>ThinkQuest Team 16325.  "',document.title,'"  31 August 1998.  &lt;',window.location.href,'&gt;  [Accessed ',today.getDate(),' ',months[today.getMonth()],' ',1900+today.getYear(),'].</b></p>');