with(document)
{
 write("<tr>");
 write("<td class='foot' colspan='3'>");
 write("<table align='center' cellpadding='0' cellspacing='0' border='0'>");
 /*write("<tr>");
 write("<td width='200'></td>");
 write("<td class='foot'>Calumet County Bank has no responsibility for any external web site. It neither endorses the information, content, presentation, or accuracy nor makes any warranty, express or implied, regarding any external site.</td>");
 write("<td></td>");
 write("<td></td>");
 write("</tr>");*/
 write("<tr>");
 write("<td width='200'></td>");
 write("<td class='foot2' width='612'>");
 write("&#169;Copyright 2010 Calumet County Bank. All rights reserved.");
 write("</td>");
 write("<td class='foot3' width='125'>Designed &amp; Hosted by:&nbsp;</td>");
 write("<td class='foot2' width='75'><a href='http://www.nsc-inc.com' target='_new'><img src='images/nscfoot.jpg' border='0' alt='NSC, Inc. Software Solutions' title='NSC, Inc. Software Solutions'></a></td>");
 write("</tr>");
 write("</table>");
 write("</td>");
 write("</tr>");
 write("</table>");
 write("</td>");
 write("</tr>");
 write("</table>");
}
