// JavaScript Document
document.write ('<form id="dchform" action="http://www.daisychainhiston.co.uk/cgi-bin/FormMail.cgi" method=\'POST\'>');
document.write ('<input type="hidden" name="subject" value="Daisy Chain Histon - Customer Contact Form">');
document.write ('<input type="hidden" name="recipient" value="gifts@daisychainhiston.co.uk">');
document.write ('<input type="hidden" name="redirect" value="http://www.daisychainhiston.co.uk/thankyou.htm">');
document.write ('<table border="0" cellspacing="0" cellpadding="0">');
document.write ('<tr>');
document.write ('<td width="200" valign="top">');
document.write ('<div class="form_div"><input type="text" class="form m_text" value="name" name="name"></div>');
document.write ('<div class="form_div"><input type="text" class="form m_text" value="email" name="email"></div>');
document.write ('<textarea class="form m_text" name="enquiry" rows="20" cols="30" style="overflow:hidden; height:78px">comments</textarea>');
document.write ('<div align="left" class="_text" style="margin-left:10px; margin-top:8px;"><img alt="" border="0" src="images/a.gif" style="margin-right:7px"><a href="#" class="l1_text" onclick="document.getElementById(\'dchform\').reset()">reset</a><img alt="" border="0" src="images/a.gif" style="margin-right:7px; margin-left:33px"><a href="#" class="l1_text" onclick="document.getElementById(\'dchform\').submit()">send</a></div></td>');
document.write ('</td>');
document.write ('</tr>');
document.write ('</table>');
document.write ('</form>');

