var ccyy	= document.lastModified.substring(6,10);

document.writeln("<P>");
document.writeln("<center>");
document.writeln("&copy; ");
document.write(ccyy)
document.writeln(": NFAA");
document.writeln("</center>");
document.writeln("<P>");




