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">SELECT</option>' );
document.writeln( '<option value="blog.rosyfinch.com">Rosyfinch Ramblings</option>' );
document.writeln( '<option value="rosyfinch.com/BlogIndex2.html">Index- Rosyfinch Ramblings Blogs</option>' );
document.writeln( '<option value="rosyfinch.com/sandia2.html#HISTORY_OF_THE_ROSY-FINCH_FEEDER_PROJECT">History of Feeder Project</option>' );
document.writeln( '<option value="rosyfinch.com/sandia2.html#WINTER_2002-2003_PROGRESS_REPORT">Feeder Project Update</option>' );
document.writeln( '<option value="rosyfinch.com/sandia2.html#EVALUATION_OF_THE_ENVIRONMENTAL_EFFECTS">Effects- Feeding Black Oil Seed</option>' );
document.writeln( '<option value="newmexicoaudubon.org/cnmas/">Central NM Audubon Society Home</option>' );
document.writeln( '<option value="rosyfinch.com/fluff.html">A Story about a Cottonwood Seed</option>' );
document.writeln( '<option value="rosyfinch.com/#Rio_Grande_Bird_Research">Feather Isotope Studies</option>' );
document.writeln( '<option value="rosyfinch.com/#RADIO_TRANSMITTER">Radio Tracking and Color Banding</option>' );
document.writeln( '<option value="blog.rosyfinch.com/?p=191">Help Support Rosy-Finch Research</option>' );
document.writeln( '<option value="rosyfinch.com/sandia2.html#THE_NEED_FOR_STUDY_OF_WINTER_PLUMAGES">Plumage Changes in Rosy-Finches</option>' );
document.writeln( '<option value="www.rgnc.org/">The Rio Grande Nature Center</option>' );
document.writeln( '<option value="rosyfinch.com/RyanBeaulieu.html">In memory of Ryan Beaulieu</option>' );
document.writeln( '<option value="rosyfinch.com/RyanMemorialScholarship.html">Ryan Beaulieu Memorial Scholarship</option>' );
document.writeln( '<option value="blog.rosyfinch.com/?p=35">High Fives to an Awesome Birder</option>' );
document.writeln( '<option value="rosyfinch.com/USFSRecognitionJUN04.jpg">USFS Natl Eyes on Wildlife Award</option>' );
document.writeln( '<option value="rosyfinch.com/BaldEagleNest.html">Florida Neighborhood Bald Eagle Nest</option>' );
document.writeln( '<option value="www.wildbirdcenter.com/stores/alq/home">Wild Bird Center Albuquerque</option>' );
document.writeln( '<option value="rosyfinch.com/rosy.html#Rosy-finch_T-shirt">Rosy-Finch Patch, Metal Pin and T-shirt</option>' );
document.writeln( '<option value="www.kokopellisrestaurant.com/">Show binocs 10% Disc- Kokopelli Restaurant</option>' );
document.writeln( '<option value="elainesbnb.com/">Elaine Bed and Breakfast </option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );