
document.writeln("     <hr color=#ed0000>");
     
document.writeln("     <center>");
document.writeln("          <table class=\"footer\">");
document.writeln("               <tr>");
document.writeln("                    <td align=left><a class=\"footer\" href=\"default.html\">Return to SSECO Home</a></td>");
document.writeln("                    <td rowspan=2 align=right>");
document.writeln("                         <nobr>&copy copyright 2003 Service Station Equipment Company, Inc.</nobr><br><nobr>1294 E. 55th Street ~ Cleveland, Ohio  44103 </nobr><br><nobr> (216) 431-6100 ~ (800)362-1384 ~ Fax: (216) 431-0230</nobr><br>");
document.writeln("                    </td>");
document.writeln("               </tr>");
document.writeln("               <tr>");
document.writeln("                    <td><a class=\"footer\" href=\"mailto:info@sseqco.com\">Contact SSECO</a></td>");
document.writeln("               </tr>");
document.writeln("          </table>");
document.writeln("     </center>");
document.writeln("</div>");

document.writeln("</body>");
document.writeln("</html>");