// footer.js
//

document.writeln("<table cellpadding='0' cellspacing='0' align='left'>");
document.writeln("<tr><td><font size='-3'>For content comments or questions, contact the <a href='mailform.html?"+document.title+"'>Editor</a>.</font></td></tr>");
document.writeln("<tr><td>");
var offset = document.lastModified.lastIndexOf(" ");
var update = document.lastModified.substring(0,offset);
document.writeln("<font size='-2'>This page last updated on "+update+".");
document.writeln("Copyright &copy; 2008 Colorado Springs Cisco Users Group (CSCUG).  All rights reserved.");
//document.writeln("</td></tr><tr><td>");
document.writeln("</font></td></tr></table>");
