var theDate=new Date();
document.write("<span class=\"copyright\">&copy; 2002-");
document.write(theDate.getFullYear());
document.write(" Christian E. Willis. All rights reserved.<br></span>");
