// TEMPLATE_END.JS  Writes a block of html to the calling document.
//  TEMPLATE_END is called immediately before the </BODY> tag of an HTML file,
//  and TEMPLATE_START is called immediately after the <BODY> tag.
//  Together, they display the enclosed HTML code in a large portion of the upper-right of the window.
//  To the left, a table of contents is displayed.
//  At the bottom, a footer is displayed.

//  Author: A. Marut

document.write("\
      </td>\
    </tr>\
  </tbody>\
</table>\
<table style=\"border-top: 1px solid blue\;\" border=\"0\" cellpadding=\"0\"\
 cellspacing=\"0\" width=\"1155\">\
  <tbody>\
    <tr>\
      <td class=\"footer\" align=\"left\" valign=\"bottom\" width=\"875\">\
      <address>&nbsp;</address>\
      </td>\
      <td class=\"footer\" style=\"text-align: right\;\" align=\"right\"\
 valign=\"top\" width=\"280\">\
      <p style=\"text-align: center\;\"><a href=\"index.html\">\
      <font color=\"#000080\">http://ece.wpi.edu/mom/index.html</font></a><font\
 color=\"#000080\"><br>\
Copyright\&nbsp\; 2005 WPI ECE Department<br>\
\&nbsp\;</font></p>\
      </td>\
    </tr>\
    <tr>\
      <td class=\"footer\" align=\"left\" valign=\"bottom\" width=\"875\">\
\&nbsp\;</td>\
      <td class=\"footer\" style=\"text-align: right\;\" align=\"right\"\
 valign=\"top\" width=\"280\">\
\&nbsp\;</td>\
    </tr>\
  </tbody>\
</table>");
