function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.1
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://phlairline.com/spotter/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    top.location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="Nov08" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value=""> </option>' );
document.writeln( '<option value="112908.html">29</option>' );
document.writeln( '<option value="112808.html">28</option>' );
document.writeln( '<option value="112608.html">26</option>' );
document.writeln( '<option value="112308.html">23</option>' );
document.writeln( '<option value="112208.html">22</option>' );
document.writeln( '<option value="111908.html">19</option>' );
document.writeln( '<option value="111808.html">18</option>' );
document.writeln( '<option value="111608.html">16</option>' );
document.writeln( '<option value="111508.html">15</option>' );
document.writeln( '<option value="111108.html">11</option>' );
document.writeln( '<option value="110908.html">09</option>' );
document.writeln( '<option value="110208.html">02</option>' );
document.writeln( '<option value="110108.html">01</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

