document.write("<html>")
document.write("<head>")
document.write("<title>The James Wilbee Company</title>")
document.write("<link rel=stylesheet type=text/css href=default.css>")
document.write("</head>")
document.write("<body bgcolor=white>")
document.write("<!-- str black line -->")
document.write("<table border=0 width=100% cellpadding=0 cellspacing=0>")
document.write("  <tr>")
document.write("    <td bgcolor=#000000 height=2>")
document.write("      <table border=0 cellpadding=0 cellspacing=0>")
document.write("        <tr>")
document.write("          <td></td>")
document.write("        </tr>")
document.write("      </table>")
document.write("    </td>")
document.write("  </tr>")
document.write("</table>")
document.write("<!-- end black line -->")
document.write("<table cellspacing=0 width=100% cellpadding=0 border=0>")
document.write("  <tr bgcolor=#000066>")
document.write("    <td align=left valign=middle bgcolor=#000066>")
document.write("      <img border=0 src=logo.jpg alt=The James Wilbee Company>")
document.write("    </td>")
document.write("  </tr>")
document.write("</table>")
document.write("<!-- str black line -->")
document.write("<table border=0 width=100% cellpadding=0 cellspacing=0>")
document.write("  <tr>")
document.write("    <td bgcolor=#000000 height=2>")
document.write("      <table border=0 cellpadding=0 cellspacing=0>")
document.write("        <tr>")
document.write("          <td></td>")
document.write("        </tr>")
document.write("      </table>")
document.write("    </td>")
document.write("  </tr>")
document.write("</table>")
document.write("<!-- end black line -->")
document.write("<!-- Top Row Menu -->")
document.write("<table cellspacing=0 width=100% cellpadding=3 border=0>")
document.write("  <tr>")
document.write("      <td bgcolor=#DDDDDD align=center height=10> ")
document.write("        <p align=left> <a href=index.html>Home</a> | <a href=products.html>Products</a> | ")
document.write("        <a href=contact.html>Contact</a>")
document.write("        </p>")
document.write("      </td>")
document.write("  </tr>")
document.write("</table>")
document.write("<!-- str black line -->")
document.write("<table border=0 width=100% cellpadding=0 cellspacing=0>")
document.write("  <tr>")
document.write("    <td bgcolor=#000000 height=2>")
document.write("      <table border=0 cellpadding=0 cellspacing=0>")
document.write("        <tr>")
document.write("          <td></td>")
document.write("        </tr>")
document.write("      </table>")
document.write("    </td>")
document.write("  </tr>")
document.write("</table>")
document.write("<!-- end black line -->")

