<!--

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=\"2009_Notices\">2009 Notices</option>");
document.writeln("<option value=\"2008_Notices\">2008 Notices</option>");

document.writeln("<option value=\"2007_Notices\">2007 Notices</option>");
document.writeln("<option value=\"2006_Notices\">2006 Notices</option>");
document.writeln("<option value=\"2005_Notices\">2005 Notices</option>");
document.writeln("<option value=\"2004_Notices\">2004 Notices</option>");
document.writeln("<option value=\"2003_Notices\">2003 Notices</option>");


document.writeln("<option value=\"2002_Notices\">2002 Notices (after March 22)</option>");
document.writeln("<option value=\"a2002_Notices\">2002 Notices (before March 22)</option>");

document.writeln("<option value=\"2001_Notices\">2001 Notices</option>");
document.writeln("<option value=\"2000_Notices\">2000 Notices</option>");
document.writeln("<option value=\"1999_Notices\">1999 Notices</option>");
document.writeln("<option value=\"1998_Notices\">1998 Notices</option>");
document.writeln("<option value=\"1997_Notices\">1997 Notices</option>");

document.writeln("</Select>&nbsp; &nbsp;");
document.writeln("<Input type=\"submit\" value=\"Retrieve List\" class=\"bodytext\"><BR>");
document.writeln("</Form>");

// End of javascript -->


