// Start HTML Code -------------
document.writeln("  <table cellSpacing=\"0\" cellPadding=\"0\" width=\"778\" align=\"center\" border=\"0\">");
document.writeln("    <tbody>");
document.writeln("      <tr>");
document.writeln("        <td bgColor=\"#ffffff\"><img height=\"4\" src=\"http://www.sbjonline.com/images/sharepic/none.gif\" width=\"1\" border=\"0\"></td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td bgColor=\"#cce4fe\"><img height=\"2\" src=\"http://www.sbjonline.com/images/sharepic/none.gif\" width=\"1\" border=\"0\"></td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td align=\"middle\">");
document.writeln("          <table cellSpacing=\"1\" cellPadding=\"1\" border=\"0\">");
document.writeln("            <form name=\"subEmailFome\" action=\"http://www.sbjonline.com/jsp/front/account/subscribe/mailsubscribe.jsp\" method=\"post\">");
document.writeln("              <input type=\"hidden\" value=\"1\" name=\"isSubscribe\">");
document.writeln("              <tbody>");
document.writeln("                <tr>");
document.writeln("                  <td class=\"boldWord\">Sign up for future news and promotions:</td>");
document.writeln("                  <td><input class=\"allinput\" style=\"BORDER-RIGHT: #002266 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #002266 1px solid; PADDING-LEFT: 1px; FONT-SIZE: 8pt; PADDING-BOTTOM: 1px; BORDER-LEFT: #002266 1px solid; WIDTH: 120px; PADDING-TOP: 1px; BORDER-BOTTOM: #002266 1px solid; FONT-FAMILY: verdana,arial; HEIGHT: 17px\" onfocus=\"document.subEmailFome.SMNNAME.value='';\" value=\"Enter your e-mail\" name=\"SMNNAME\" size=\"20\"></td>");
document.writeln("                  <td><img class=\"imgbutton\" onclick=\"footSubscribe(1);\" alt=\"Subscribe\" src=\"http://www.sbjonline.com/images/newshare/subscribe_button.gif\" border=\"0\" name=\"Subscribe1\" width=\"71\" height=\"13\">");
document.writeln("                  </td>");
document.writeln("                </tr>");
document.writeln("            </FORM>");
document.writeln("          </tbody>");
document.writeln("        </table>");
document.writeln("      </td>");
document.writeln("    </tr>");
document.writeln("  </tbody>");
document.writeln("  </table>");
document.writeln("  <table cellSpacing=\"1\" cellPadding=\"2\" width=\"778\" align=\"center\" bgColor=\"#ffffff\" border=\"0\">");
document.writeln("    <tbody>");
document.writeln("      <tr style=\"COLOR: #fff\" bgColor=\"#606060\">");
document.writeln("        <td align=\"middle\"><a class=\"frootmenu\" href=\"http://www.sbjonline.com/jsp/front/aboutus/about_us.jsp\">About");
document.writeln("          Super Bell Jewelry</a> | <a class=\"frootmenu\" href=\"/contact_us_form.jsp\">Contact");
document.writeln("          Us</a> | <a class=\"frootmenu\" href=\"http://www.sbjonline.com/jsp/front/contact/return_policy.jsp\">Return");
document.writeln("          Policy</a> | <a class=\"frootmenu\" href=\"http://www.sbjonline.com/jsp/front/tellfriend/tellfriend1.jsp\">Refer");
document.writeln("          a Friend</a> | <a class=\"frootmenu\" href=\"http://www.sbjonline.com/jsp/front/contact/terms.jsp\">Terms");
document.writeln("          and Conditions</a> | <a class=\"frootmenu\" href=\"http://www.sbjonline.com/jsp/front/privacy/privacy.jsp\">Privacy");
document.writeln("          Policy</a></td>");
document.writeln("      </tr>");
document.writeln("      <tr style=\"COLOR: #fff\" bgColor=\"#606060\">");
document.writeln("        <td align=\"middle\"><a class=\"frootmenu\" href=\"http://www.sbjonline.com/jsp/front/info/how_to_order.jsp\">How");
document.writeln("          to Order</a> | <a class=\"frootmenu\" href=\"http://www.sbjonline.com/jsp/front/info/special_orders.jsp\">Special");
document.writeln("          Orders</a> | <a class=\"frootmenu\" href=\"http://www.sbjonline.com/jsp/front/info/shipping_charges.jsp\">Shipping");
document.writeln("          Charges</a> | <a class=\"frootmenu\" href=\"http://www.sbjonline.com/jsp/front/news/news_detail.jsp?newsid=84\">Tradeshow Schedules");
document.writeln("          </a> | <a class=\"frootmenu\" href=\"http://www.sbjonline.com\">Catalogs</a>");
document.writeln("        </td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td align=\"middle\">&nbsp;</td>");
document.writeln("       </tr>");
document.writeln("       <tr>");
document.writeln("         <td align=\"middle\" height=\"40\"><font color=\"#666666\">Copyright &copy;");
document.writeln("         2007 by www.sbjonline.com. All rights reserved.</font></td>");
document.writeln("       </tr>");
document.writeln("     </tbody>");
document.writeln("   </table>");
document.writeln("       ");
// End HTML Code -------------
function footSubscribe(isubscr){
  document.subEmailFome.isSubscribe.value=isubscr;
  document.subEmailFome.submit();
}

