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="chgoto" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value=""> </option>' );
document.writeln( '<option value="063006.html">30</option>' );
document.writeln( '<option value="062906.html">29</option>' );
document.writeln( '<option value="062806.html">28</option>' );
document.writeln( '<option value="062406.html">24</option>' );
document.writeln( '<option value="062106.html">21</option>' );
document.writeln( '<option value="062006.html">20</option>' );
document.writeln( '<option value="061706.html">17</option>' );
document.writeln( '<option value="061606.html">16</option>' );
document.writeln( '<option value="061506.html">15</option>' );
document.writeln( '<option value="061306.html">13</option>' );
document.writeln( '<option value="061006.html">10</option>' );
document.writeln( '<option value="060906.html">09</option>' );
document.writeln( '<option value="060106.html">01</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );













