// Footer.JS
today = new Date();

document.write("<font class=footer><center><hr noshade width=50%>");
document.write("<a href=mailto:gryphon@goldengryphon.com>Comments</a><br>");
document.write("Copyright &copy; Golden Gryphon Press 1999-" +  today.getFullYear() + "</center></font>");