document.write ('<form action="contactform.cgi" method="POST" name="inputform">');
document.write('<input type="hidden" name="action" value="general">');
document.write('<table border="0" width="98%" cellpadding="3" cellspacing="3">');
document.write('  <tr>');
document.write('    <td colspan="2"><hr size="1" color="0B2C63"></td>');
document.write('  </tr>  ');
document.write('  <tr>');
document.write('    <td width="40%" class="quote-text">&nbsp;Name: <font color="990000">*</font></td>');
document.write('    <td><input type="text" name="name" size="24" maxlength="25" maxlength=100></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="40%" class="quote-text">&nbsp;Phone: <font color="990000">*</font></td>');
document.write('    <td><input maxlength="50" type="text" size="20" name="phone" maxlength=100></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="40%" class="quote-text">&nbsp;Best Time To Call: <font color="990000">*</font></td>');
document.write('    <td><select name="timetocall">');
document.write('	<option value="Morning" selected>Morning</option>');
document.write('	<option value="Afternoon">Afternoon</option>');
document.write('	<option value="Evening">Evening</option>');
document.write('	</select></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="40%" class="quote-text">&nbsp;Email: <font color="990000">*:</td>');
document.write('    <td><input maxlength="50" type="text" size="26" name="email" maxlength=100></td>');
document.write('    ');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="40%" class="quote-text">&nbsp;<i>Email (again):</i> <font color="990000">*:</td>');
document.write('    <td><input maxlength="50" type="text" size="26" name="email2" maxlength=100></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="40%" class="quote-text">&nbsp;Comments:</td>');
document.write('    <td><textarea style="overflow:hidden" name="comments" rows="5" cols="26"></textarea></td>');
document.write('  </tr>    ');
document.write('  <tr>');
document.write('    <td><font color="990000">* denotes required field</td>');
document.write('    <td><input type="submit" name="send" value="Send"></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td></td>');
document.write('    <td><span class="smallprint">John S. Dunn &amp; Son, Inc. values your privacy. Your information will');
document.write('    not be sold to or shared with any third party.</span></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2"><hr size="1" color="0B2C63"></td>');
document.write('  </tr>');
document.write('</table>');
document.write('</form>');