time = new Date();
year = time.getYear();
if ( year < 2000 ) { year = year + 1900; }
document.write("<div align=\"center\">\n");
document.write("<p>&nbsp;</p><font size=\"2\">");
document.write("<p>All Content and Graphics");
document.write("<br>Copyright &copy; " + year + " KitsapDestructionDerby.com");
document.write("<br>All rights reserved.\n");
document.write("<p>hosted by");
document.write(" <a href=\"http://www.ivcity.com\" target=\"nwam\">ivCity</a>");
document.write("</font>\n");
document.write("</div>\n");