<HTML>
<HEAD>
<TITLE>Forms Sample</TITLE>
<SCRIPT TYPE="text/javascript" SRC="/jaxcent21.js"></SCRIPT>
</HEAD>
<BODY>
<FONT SIZE="-1"><A HREF=index.html>Index</A></FONT>
<P>
<DIV style="display: none;" id="errorDiv">
There are the following problem(s), please correct these
before proceeding.
<TABLE ID="problems" BORDER=2 CELLPADDING=4>
</TABLE>
</DIV>
<DIV id="okDiv" style="display: none;">
Here is a summary of your order.
<TABLE ID="summary" BORDER=2 CELLPADDING=4>
</TABLE>
<P>
<FORM METHOD=GET ACTION=Results.html>
<INPUT TYPE=SUBMIT Value="Place Order">
</FORM>
</DIV>
</BODY>
</HTML>