<!--

document.write('<dl id="browse">');
document.write('<dt>Menu List</dt>');
document.write('<dd class="first"><a href="index.html">Home</a></dd>');

document.write('<dd><a href="2009trial/index.html">2009 Trial <small>(Sep 18-20)</small></a></dd>');
document.write('<dd><a href="2008show/index.html">2008 Show <small>(Jun 7-8)</small></a></dd>');
document.write('<dd><a href="2008trial/index.html">2008 Trial <small>(Apr 11-13)</small></a></dd>');
document.write('<dd><a href="2007show/index.html">2007 Show <small>(Jun 16-17)</small></a></dd>');
document.write('<dd class="last"><a href="contact.html">Contact Us</a></dd>');

document.write('<dt>SIGN UP NOW</dt>');
document.write('<dd class="searchform">To receive updates:<br>Enter your Name & E-Mail then click SUBMIT!<br>');
document.write('<form action="email_form_request.php" method="post">');

document.write('<div><b>Name: </b><input class="fields" name="r_Name" type="text" value="" class="text" /></div>');
document.write('<div><b>E-Mail: </b><input class="fields" name="r_Email" type="text" value="" class="text" /></div>');
document.write('<div><input class="fields" type="submit" name="next" value="SUBMIT" /><br>&nbsp;<br></div>');

document.write('</form><div class="bluefade"></div></dd></dl>');
// -->

