<!-- hide script from old browsers
document.write('<div align="right">');
document.write('<form name="drop_down" method="POST">');
document.write('<select name="selections" size="1" onChange="window.location = document.drop_down.selections.options[document.drop_down.selections.selectedIndex].value;">');
document.write('<option value="#">choose season</option>');
document.write('<option value="hitting1992.html">1992 hitting</option>');
document.write('<option value="hitting1997.html">1997 hitting</option>');
document.write('<option value="hitting1998.html">1998 hitting</option>');
document.write('<option value="hitting2002.html">2002 hitting</option>');
document.write('<option value="hitting2003.html">2003 hitting</option>');
document.write('<option value="hitting2004.html">2004 hitting</option>');
document.write('<option value="hitting2005.html">2005 hitting</option>');
document.write('<option value="hitting2006.html">2006 hitting</option>');
document.write('<option value="hitting2007.html">2007 hitting</option>');
document.write('<option value="hitting2008.html">2008 hitting</option>');
document.write('<option value="roughshitting.html">2009 hitting</option>');
document.write('<option value="pitching2002.html">2002 pitching</option>');
document.write('<option value="pitching2003.html">2003 pitching</option>');
document.write('<option value="pitching2004.html">2004 pitching</option>');
document.write('<option value="pitching2005.html">2005 pitching</option>');
document.write('<option value="pitching2006.html">2006 pitching</option>');
document.write('<option value="pitching2007.html">2007 pitching</option>');
document.write('<option value="pitching2008.html">2008 pitching</option>');
document.write('<option value="roughspitching.html">2009 pitching</option>');
document.write('<option value="roughsarchiveindex.shtml">complete archive</option>');
document.write('</select>');
document.write('</form>');
document.write('</div>');
//end hiding of script -->