<!-- 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 archive</option>');
document.write('<option value="roughsarchive.html">minor leaguers</option>');
document.write('<option value="roughsarchive2.html">Ted Frangos</option>');
document.write('<option value="roughsarchive3.html">Lee DeLoach</option>');
document.write('<option value="roughsarchive4.html">Ted Frangos/Hall of Fame</option>');
document.write('<option value="roughsarchive5.html">Pete DiLorenzo</option>');
document.write('<option value="roughs93champs.html">1993 Roughriders</option>');
document.write('<option value="roughs06champs.html">2006 Roughriders</option>');
document.write('<option value="roughsarchive6.html">champs by year</option>');
document.write('<option value="roughsarchive7.html">playoff results by year</option>');
document.write('<option value="roughsarchiveindex.shtml">complete archive</option>');
document.write('</select>');
document.write('</form>'); 
document.write('</div>');
//end hiding of script -->