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="Jan10" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value=""> </option>' );
document.writeln( '<option value="013110.html">31</option>' );
document.writeln( '<option value="011410.html">14</option>' );
document.writeln( '<option value="011010.html">10</option>' );
document.writeln( '<option value="010910.html">09</option>' );
document.writeln( '<option value="010310.html">03</option>' );
document.writeln( '<option value="010210.html">02</option>' );
document.writeln( '<option value="010110.html">01</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

