with(document)
{
 /*write("<tr>");
 write("<td class='text' width='200' height='15' background='images/side_shdw_b.png'></td>");
 write("<td background='images/shdw_b.png' height='15'></td>");
 write("<td class='text' width='200' height='15' background='images/side_shdw_r_b.png'></td>");
 write("</tr>");*/
 write("<tr>");
 write("<td class='foot' colspan='4' valign='top'>");
 write("<table align='center' cellpadding='0' cellspacing='0' border='0' height='100' style='background-image: url(\"images/bg_body_green.gif\"); background-repeat: no-repeat;'>");
 write("<tr>");
 write("<td width='200'></td>");
 write("<td class='foot2' width='600'>");
 write("&#169;Copyright 2009 Best Advantage Credit Union. All rights reserved.");
 write("</td>");
 write("<td class='foot3' width='125'>Designed & 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>");
}