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='3'>");
 write("<table align='center' cellpadding='0' cellspacing='0' border='0'>");
 write("<tr>");
 write("<td width='200'></td>");
 write("<td class='foot2' width='612'>");
 write("&#169;Copyright 2009 City of Brillion, WI. All rights reserved.");
 write("</td>");
 write("<td class='foot3' width='125'>Designed 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>");
}
