 <HTML>
 <HEAD>
<TITLE>Survey Form</TITLE>
 </HEAD>
 <BODY BGCOLOR="#ffffff">
 <H2>
Online Newsletter Subscription
 </H2>
 <P>
 <I>Sign up to be notified when this web site changes, or to
receive an ASCII
 version via email. Thanks!</I>
 <FORM ACTION="survey.adp" METHOD="POST">
<B>Name</B>
<INPUT TYPE="text" NAME="name" SIZE="40">
<P>
<B>Title </B>
<INPUT TYPE="text" NAME="title" SIZE="40" MAXLENGTH="80">
<P>
<INPUT TYPE="checkbox" NAME="notify" VALUE="1">Notify me by
email when this newsletter changes online
<P>
<INPUT TYPE="checkbox" NAME="sendemail" VALUE="1">Send me an
ASCII version of this newsletter by email
<P>
<B>Email Address
</B>
<INPUT TYPE="text" NAME="emailaddr" SIZE="40"
 MAXLENGTH="60">
<P>
<INPUT TYPE=submit>
 </FORM>
 <P>
 </BODY></HTML>
