// quick-contact.js
document.write('<table width="190" border="0" cellspacing="0" cellpadding="0">')
document.write('<tr>')
document.write('<td>')
document.write('<form method=post action="/ufm/mailit.php">')
document.write('<input type="hidden" name="recipient" value="1" />')
document.write('<input type=hidden name="subject" value="Quick Contact Form">')
document.write('Name:<br />')
document.write('<input name="Name" type="text" class="inpfld" size="26" /><br />')
document.write('Email:<br />')
document.write('<input name="email" type="text" class="inpfld" size="26" /><br />')
document.write('Telephone:<br />')
document.write('<input name="telephone" type="text" class="inpfld" size="26" /><br />')
document.write('Comments:<br />')
document.write('<textarea name="comments" cols="23" rows="6" class="inpfld" /></textarea>')
document.write('<br><input type="Image" name="Submit" src="/images/btn-get-started.png">')
document.write('</td></tr></form>')
document.write('</table>')
