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="blog.rosyfinch.com/?cat=12/rosy_finch.html">SELECT</option>' );
document.writeln( '<option value="encarta.msn.com/encyclopedia_761587885/rosy_finch.html">Rosy-Finches General Info</option>' );
document.writeln( '<option value="blog.rosyfinch.com/?m=20080101">Rosy-Finches Flock to Sandia Crest</option>' );
document.writeln( '<option value="nsf.gov/discoveries/disc_summ.jsp?org=NSF&cntn_id=100661&preview=false">Tracking Blk Rosy-Finch- Wyoming</option>' );
document.writeln( '<option value="audubon2.org/watchlist/viewSpecies.jsp?id=23">Audubon Watch List Brn-capped Rosy-Finch</option>' );
document.writeln( '<option value="www.audubon2.org/watchlist/viewSpecies.jsp?id=33">Audubon Watch List Black Rosy-Finch</option>' );
document.writeln( '<option value="www.birds.cornell.edu/AllAboutBirds/BirdGuide/Black_Rosy-Finch.html">Black Rosy-Finch Cornell Guide</option>' );
document.writeln( '<option value="www.birds.cornell.edu/AllAboutBirds/BirdGuide/Gray-crowned_Rosy-Finch.html">Gray-crowned Rosy-Finch Cornell Guide</option>' );
document.writeln( '<option value="www.birds.cornell.edu/AllAboutBirds/BirdGuide/Brown-capped_Rosy-Finch.html">Brn-capped Rosy-Finch Cornell Guide</option>' );
document.writeln( '<option value="www.mbr-pwrc.usgs.gov/id/framlst/i5250id.html">Black Rosy-Finch USGS Guide</option>' );
document.writeln( '<option value="www.mbr-pwrc.usgs.gov/id/framlst/i5240id.html">Gray-crowned Rosy-Finch USGS Guide</option>' );
document.writeln( '<option value="www.mbr-pwrc.usgs.gov/Infocenter/i5260id.html">Brn-capped Rosy-Finch USGS Guide</option>' );
document.writeln( '<option value="www.bird-friends.com/BirdPage.php?name=Black%20Rosy-Finch">Black Rosy-Finch BirdFriends Guide</option>' );
document.writeln( '<option value="www.bird-friends.com/BirdPage.php?name=Gray-Crowned%20Rosy-Finch">Gray-crowned Rosy-Finch BirdFriends Guide</option>' );
document.writeln( '<option value="www.bird-friends.com/BirdPage.php?name=Brown-capped%20Rosy-Finch">Brn-capped Rosy-Finch BirdFriends Guide</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );