function Cctc()
{
  document.write('<FORM METHOD="POST" ACTION="/cgi-sys/formmail.pl">');
  document.write('<input type="hidden" name="recipient" value="contact@earthmanshine.com">');
  document.write('<input type="hidden" name="subject" value="EMS Customer Response">');
  document.write('<input type="hidden" name="required" value="realname,email">');
  document.write('<input type="hidden" name="env_report" value="REMOTE_HOST,HTTP_USER_AGENT">');
  document.write('<input type="hidden" name="redirect" value="http://earthmanshine.com/thanks.htm">');
  document.write('<p class="gr10">');
  document.write('* Your Name:<br /><input type="text" name="realname" size="35" /><br />');
  document.write('* Email Address:<br /><input type="text" name="email" value="" size="50" /><br />');
  document.write('Comments:<br /><TEXTAREA name="comment" rows="8" cols="45"></TEXTAREA><br /><br />');
  document.write('<input type="submit" value="Send my message" />&nbsp;&nbsp;&nbsp;<input type="reset" value="Clear the form" /><br /><br />');
  document.write('* Required Items</p></form>');
}
