<!--
document.writeln("<Form method=\"get\"   ");
document.writeln("action=\"http://www.fcc.gov/fcc-bin/audio2\">");

document.writeln("<Select name=\"x\" class=\"bodytext\" size=3>");

document.writeln("<option value=\"2002_Radio_Cutoffs\">2002 Radio Cutoffs (after 3/25)</option>");
document.writeln("<option value=\"2002a_Radio_Cutoffs\">2002 Radio Cutoffs (1/2 to 3/25)</option>");

document.writeln("<option value=\"2001_Radio_Cutoffs\">2001 Radio Cutoffs</option>");
document.writeln("<option value=\"2000_Radio_Cutoffs\">2000 Radio Cutoffs</option>");
document.writeln("<option value=\"1999_Radio_Cutoffs\">1999 Radio Cutoffs</option>");
document.writeln("<option value=\"1998_Radio_Cutoffs\">1998 Radio Cutoffs</option>");
document.writeln("<option value=\"1997_Radio_Cutoffs\">1997 Radio Cutoffs</option>");
document.writeln("</Select>&nbsp; &nbsp;");
document.writeln("<Input type=\"submit\" value=\"Retrieve List\" class=\"bodytext\"><BR>");
document.writeln("</Form>");

// End of javascript -->
