// JavaScript Document
document.write('<div id="fieldset">');
document.write('<form action="http://iraono.com/cgi-bin/formmail" METHOD="POST">');
document.write('<legend>  E-Mail Ira for questions about pricing and availability.</legend>');
document.write('<input type=hidden name="recipient" value="iraono@hawaii.rr.com">');
document.write('<input type=hidden name="subject" value="Email submitted from iraono.com website">');
document.write('<input type=hidden name="required" value="name, email">');
document.write('<input type=hidden name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT">');
document.write('<input type=hidden name="sort" value="realname, email">');
document.write('<input type=hidden name="redirect" value="http://iraono.com/thanks.html">');
document.write('<br>');
document.write('<br>');
document.write('<table>');
 document.write('<tr>');
  document.write('<td class="uptop2">');
 document.write('Your Name:');
 document.write('</td>');
  document.write('<td class="uptop">');
   document.write('<input type=text name="name" style="width:215px;">');
  document.write('</td>');
 document.write('</tr>');
 document.write('<tr>');
  document.write('<td class="uptop2">');
  document.write('Your Email:')
  document.write('</td>');
  document.write('<td class="uptop">');
   document.write('<input type=text name="email" style="width:215px;">');
  document.write('</td>');
 document.write('</tr>');
 document.write('<tr>');
  document.write('<td class="uptop2">');
  document.write('Message:');
  document.write('</td>');
  document.write('<td class="uptop">');
   document.write('<textarea name="feedback" rows="3" cols="25"></textarea>');
  document.write('</td>');
 document.write('</tr>');
 document.write('<tr>');
  document.write('<td class="uptop">');
   document.write('<input type="submit" value="E-Mail" name="Submit">');
  document.write('</td>');
  document.write('<td class="uptop">');
   document.write('<input type="reset" value="Reset" name="Reset">');
  document.write('</td>');
 document.write('</tr>');
document.write('</table>');
document.write('</form>');
document.write('</div>');
