lastmod = new Date(Date.parse(document.lastModified));
if (Date.parse(document.lastModified) != 0)
{
document.write("<HR WIDTH=75%>");  
document.write("<CENTER>");
document.write("<FONT COLOR=#000000 SIZE=-1>");
document.write("Copyright &copy; "+lastmod.getFullYear()+" - The PascGalois Project<BR>");
document.write("Please send comments, suggestions, or corrections for this page to Don Spickler at <A HREF='mailto:despickler@salisbury.edu'>despickler@salisbury.edu</A> <BR>");
document.write("<FONT SIZE=2>");
document.write("Last Modified: "+(lastmod.getMonth()+1)+"/"+lastmod.getDate()+"/"+lastmod.getFullYear());
document.write("</FONT>");
document.write("</FONT>");
document.write("</CENTER>");
}