var footer = new StringBuilder();

// width = 4000
footer.append('<TABLE cellSpacing=0 cellPadding=0 width=762 bgColor=#888888 border=0>');
footer.append('<TBODY><TR>');
footer.append('<TD width=368 height=22>');
footer.append('    <DIV align=left><FONT face="Arial, Helvetica, sans-serif" color=#ffffff');
footer.append('    size=2></FONT></DIV></TD>');
footer.append('<TD vAlign=center width=372 height=22>');
footer.append('    <DIV align=right><A');
footer.append('    href="Sitemap.htm"><U'); 
footer.append('    class=body_white_bold>Sitemap</U></A><SPAN class=body_white_bold> |');
footer.append('    </SPAN><U class=body_white_bold><A class=body_white_bold');
footer.append('    href="ContactUs.htm">Contact');
footer.append('    Us</A></U>&nbsp;</DIV></TD>');
//footer.append('<TD width=3141 style="background-color:#BBBBBB">&nbsp;</TD>');
footer.append('</TR></TBODY></TABLE>');

footer.append('<TABLE cellSpacing=0 cellPadding=0 width=740 border=0>');
footer.append('  <TBODY> <TR>');
footer.append('    <TD class=body_maroon><FONT class=body_maroon');
footer.append('      size=-2>&nbsp;&nbsp;&nbsp;Copyright &copy; 2002-2004 Metaplexor Software, Inc. All');
footer.append('      rights reserved. &nbsp;&nbsp;&nbsp;&nbsp; <A');
footer.append('      href="Privacy.htm"><FONT'); 
footer.append('      color=#900000>Privacy Policy</FONT></A> | <A');
footer.append('      href="mailto:webmaster@metaplexor.com"><FONT color=#900000>Contact');
footer.append('      Webmaster</FONT></A></FONT></TD>');
footer.append('</TR></TBODY></TABLE>');

footer.append('</TD>');
footer.append('<TD valign=top height=100%>');
footer.append('<TABLE cellspacing=0 cellpadding=0 height=100%>');
footer.append('<TR><TD height=59  width=3000 style="background-color:#990000"></TD></TR>');
footer.append('<TR><TD height=1   width=3000 style="background-color:#EEEEEE"></TD></TR>');
footer.append('<TR><TD height=19  width=3000 style="background-color:#BBBBBB"></TD></TR>');
footer.append('<TR><TD height=1   width=3000 style="background-color:#F7F7F7"></TD></TR>');
footer.append('<TR><TD height=97% width=3000 style="background-color:#DDD8D8"></TD></TR>');
footer.append('<TR><TD height=1   width=3000 style="background-color:#F7F7F7"></TD></TR>');
footer.append('<TR><TD height=22  width=3000 style="background-color:#CCCCCC"></TD></TR>');
footer.append('<TR><TD height=14  width=3000 style="background-color:#FFFFFF"></TD></TR>');
footer.append('</TR>');
footer.append('</TABLE>');

footer.append('</TD>');
footer.append('</TR>');
footer.append('</TABLE>');

document.write(footer.toString());

