function warp() {
var URL = document.form.site.options[document.form.site.selectedIndex].value;
if (URL=='') {alert('Please make a selection.');} else {
window.location.href = URL;}
}

document.write('<form name="form" action="'+document.location+'">'+
'<select name="site" size="1">'+
'<option value="" selected="selected">Select a Poem in This Section</option>'+
'<option value="foreword.html">FOREWORD</option>'+
'<option>======================</option>'+
'<option value="god_bless.html">God Bless America</option>'+
'<option value="my_part.html">The Part I Have Chosen to Play</option>'+
'<option value="utterly_sick.html">I\'ve Been Utterly Sick to My Stomach</option>'+
'<option value="they_jumped.html">They Jumped as We Watched on T.V.</option>'+
'<option value="first_thought.html">My First Thought, to Hug Both My Kids</option>'+
'<option value="numbers.html">As the Numbers Begin to Come In</option>'+
'<option value="not_a_plane.html">Not a Plane Was Allowed in the Sky</option>'+
'<option value="govt_pray.html">Our Government Has Asked Us to Pray</option>'+
'<option value="evil_idea.html">Someone Ran With an Evil Idea</option>'+
'<option value="made_stronger.html">They Have Only Made Us Stronger</option>'+
'<option value="disaster_movie.html">Right Out of a Disaster Movie</option>'+
'<option value="anguish.html">Their Anguish, We Are Sharing</option>'+
'<option value="coward.html">The Biggest Coward of Them All</option>'+
'<option value="good_man.html">We Have Got a Good Man as Our Leader</option>'+
'<option value="worse.html">And It Just Keeps Getting Worse</option>'+
'<option value="heroes.html">Hail to the Broad Band of Heroes</option>'+
'<option value="copycats.html">Hope Others Don\'t Follow Their Lead</option>'+
'<option value="airplanes.html">They Used Our Own Airplanes Against Us</option>'+
'<option value="questions.html">All of These Questions to Answer</option>'+
'<option value="mess.html">The Mess That We\'ve Now to Clean Up</option>'+
'<option value="hear_our_prayer.html">Dear God, Please Hear Our Prayer</option>'+
'<option>======================</option>'+
'<option value="what_so_proudly.html">What So Proudly We Hailed</option>'+
'<option value="buildings_fell.html">The Buildings Fell Right From the Sky</option>'+
'<option value="other_news.html">What Happened to All the Other News</option>'+
'<option value="mayor.html">A Jewel(iani) of a Mayor</option>'+
'<option value="cowards.html">What Will Those Cowards Do Next</option>'+
'<option value="beginning.html">Is This Only the Beginning?</option>'+
'<option>======================</option>'+
'<option value="the_day.html">The Day the World, Forever, Was Changed</option>'+
'<option value="flight93.html">The Heroics of Flight #93</option>'+
'<option value="anthrax.html">Let\'s Not Forget the Anthrax Scare</option>'+
'<option value="pentagon.html">The Pentagon Took a Good Hit</option>'+
'<option value="where_next.html">Where Will We Go Next</option>'+
'<option value="faceless.html">A Faceless, Evil Coward</option>'+
'<option value="land_of_the_free.html">The Land of the Free</option>'+
'<option value="right_man.html">The Right Man For the Job</option>'+
'<option>======================</option>'+
'<option value="epilogue.html">EPILOGUE</option>'+
'</select><input type="button" value="Go!" onclick="warp()" onkeypress="warp()" /></form>');