<!--

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="results.html">Results</a></dd>');
document.write('<dd><a href="http://diamondphotos.smugmug.com" target="_blank">Photo Gallery</a></dd>');
document.write('<dd><a href="catalog.html">Show Catalog</a></dd>');
document.write('<dd><a href="showgrounds.html">Show Grounds</a></dd>');
document.write('<dd><a href="participants.html">Info for Participants</a></dd>');
document.write('<dd><a href="judge.html">Judges</a></dd>');
document.write('<dd><a href="sponsorship.html">Sponsorship</a></dd>');
document.write('<dd><a href="registration.html">Registration</a></dd>');
document.write('<dd><a href="breedsurvey.html">Breed Survey</a></dd>');
document.write('<dd><a href="lodging.html">Lodging</a></dd>');
document.write('<dd><a href="travel.html">Travel</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></dd><div class="bluefade"></div></dl>');
// -->
