function writePageFooter() {

document.writeln("</tr>");
document.writeln("</TABLE>");
document.writeln("<center>");
document.writeln("<FONT FACE=arial SIZE=1>");
document.writeln("<center>&copy 2001 <A HREF=/>Eastern Bearings</a>, Inc. | DBA ebearings.com | All Rights Reserved.");
document.writeln("</center>");
document.writeln("</BODY>");
document.writeln("</HTML>");}


writePageFooter();
