function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    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="rosyfinch.com/">SELECT</option>' );
document.writeln( '<option value="blog.rosyfinch.com/?cat=12">Latest Status Reports BLOG</option>' );
document.writeln( '<option value="rosyfinch.com/Rosy-FinchFORUM.html">Current Correspondence</option>' );
document.writeln( '<option value="rosyfinch.com/correspondence.html">Correspondence Archives</option>' );
document.writeln( '<option value="rosyfinch.com/RosySightings.html">Sightings Logs</option>' );
document.writeln( '<option value="rosyfinch.com/RosySightings.html#Banding_Results">Banding Schedule and Results</option>' );
document.writeln( '<option value="rosyfinch.com/sandia2.html#FAQs_ABOUT_FINDING_ROSY-FINCHES">FAQs</option>' );
document.writeln( '<option value="rosyfinch.com/photos.html#Identification">Distinguishing the four rosy-finch types</option>' );
document.writeln( '<option value="azfo.org/journal/RosyFinch.html">Taxonomy, Distribution & ID- Rick Wright</option>' );
document.writeln( '<option value="www.birdersworld.com/brd/default.aspx?c=a&id=350">Birders World- Rosy-Finches at Sandia Crest</option>' );
document.writeln( '<option value="www.birdwatchersdigest.com/leica/2007/11/rarest-winter-finches.html">Rarest Winter Finches- Jeff Bouton</option>' );
document.writeln( '<option value="sites.google.com/site/oldenettelspage/Home/ffff">Jerry Oldenettel on Rosy-Finches</option>' );
document.writeln( '<option value="rosyfinch.com/rosy.html#VISIT_TO_THE_CREST">A Visit to the Crest House- Hart Schwarz</option>' );
document.writeln( '<option value="rosyfinch.com/rosy.html#HISTORY">Rosy-Finches in NM- Sandy Williams</option>' );
document.writeln( '<option value="newmexicobirds.blogspot.com/2009/02/birds-of-winter-rosy-finch.html">Gail Garber- Birds of Winter</option>' );
document.writeln( '<option value="behindthebins.wordpress.com/2008/12/13/birding-at-sandia-crest/">BehindTheBins Birding Sandia Crest</option>' );
document.writeln( '<option value="emtelegraph.com/314424mtnview03-03-05.htm">E Mtn Telegraph- Birders at Sandia Crest</option>' );
document.writeln( '<option value="rosyfinch.com/sandia2.html#WINTER_2002-2003_PROGRESS_REPORT">Notes from prior winters</option>' );
document.writeln( '<option value="rosyfinch.com/Events.html">CNMAS honors Crest House Staff</option>' );
document.writeln( '<option value="virtualbirder.com/vbirder/realbirds/rbas/NM.html">NM Rare Bird Alert</option>' );
document.writeln( '<option value="ebird.org/content/ebird/">Report sightings to eBird</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );