/* File: tpl_bot.js
 * Description: Template to be included at the very end of a page
 * Version: 0.10
 * Date: January 2001
 * Include with:
 *   <SCRIPT LANGUAGE="JavaScript1.1" SRC="tpl_bot.js"></SCRIPT>
 * as the very last line of a page.
 * This template includes *all* closing tags.
 */

document.writeln('     </FONT>');
document.writeln('    </TD>');
document.writeln('  </TR>');
document.writeln('</TBODY>');
document.writeln('</TABLE>');

document.writeln('</BODY>');
document.writeln('</HTML>');
