<!--
document.writeln('<form method="post" action="http://www.webproper.com/cgi-bin/MasterFeedback.cgi">');
document.writeln('        <input type="hidden" name="subject" value="Webproper.com Feedback" /> <input type="hidden" name="thankyou" value="http://www.webproper.com/thanks.htm" />');
document.writeln('');
document.writeln('        <table border="0">');
document.writeln('          <tr>');
document.writeln('            <td align="right">Name&nbsp;(required):</td>');
document.writeln('');
document.writeln('            <td><input type="text" name="realname" size="50" /></td>');
document.writeln('          </tr>');
document.writeln('');
document.writeln('          <tr>');
document.writeln('            <td align="right">Email&nbsp;(required):</td>');
document.writeln('');
document.writeln('            <td><input type="text" name="email" size="50" /></td>');
document.writeln('          </tr>');
document.writeln('');
document.writeln('          <tr>');
document.writeln('            <td align="right">Telephone:</td>');
document.writeln('');
document.writeln('            <td><input type="text" name="x_telephone" size="21" /></td>');
document.writeln('          </tr>');
document.writeln('');
document.writeln('          <tr>');
document.writeln('            <td align="right" valign="top">Comments:</td>');
document.writeln('');
document.writeln('            <td>');
document.writeln('            <textarea name="x_comments" cols="50" rows="3">');
document.writeln('</textarea></td>');
document.writeln('          </tr>');
document.writeln('');
document.writeln('          <tr>');
document.writeln('            <td align="right" valign="top">&nbsp;</td>');
document.writeln('');
document.writeln('            <td><input type="radio" name="x_contact" value="Contact me" /> Please contact me</td>');
document.writeln('          </tr>');
document.writeln('');
document.writeln('          <tr>');
document.writeln('            <td>&nbsp;</td>');
document.writeln('');
document.writeln('            <td><input type="submit" value="Submit" /> &nbsp; &nbsp; &nbsp; &nbsp; <input type="reset" value="Start Over" /></td>');
document.writeln('          </tr>');
document.writeln('        </table>');
document.writeln('      </form>');
//-->
