﻿/* Subscription form */
document.write("<form method='post' action='http://oi.vresp.com?fid=199da07cd0' >");
document.write("  <div class='SignUpBox'>");
document.write("    <span class='SignUpHeader'>Sign-up for the Heartly House newsletter and updates!</span>");
document.write("    <br />");
document.write("    <div class='SignUpNote'><span class='SignUpRequired'>*</span> required</div>");
document.write("    <table>");
document.write("      <tr>");
document.write("        <td><label class='SignUpLabel'>E-mail:</label></td>");
document.write("        <td><input name='email_address' size='15' class='SignUpTextBox' /> <span class='SignUpRequired'>*</span></td>");
document.write("      </tr>");
document.write("      <tr>");
document.write("        <td><label class='SignUpLabel'>First Name:</label></td>");
document.write("        <td><input name='first_name' size='15' class='SignUpTextBox' /></td>");
document.write("      </tr>");
document.write("      <tr>");
document.write("        <td><label class='SignUpLabel'>Last Name:</label></td>");
document.write("        <td><input name='last_name' size='15' class='SignUpTextBox' /></td>");
document.write("      </tr>");
document.write("      <tr>");
document.write("        <td>&nbsp;</td>");
document.write("        <td><input type='submit' value='Subscribe' class='SubscribeButton' /></td>");
document.write("      </tr>");
document.write("    </table>");
document.write("  </div>");
document.write("</form>");
