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="01.html">Faith Builders International Ministries</option>'+
'<option value="02.html">Our Beloved Pastor Pruitt</option>'+
'<option value="03.html">What Happens When a Church Multiplies</option>'+
'<option value="04.html">We Would Love, if You\'d Give Us a Visit</option>'+
'<option value="05.html">As Exciting as Church Possibly Gets</option>'+
'<option value="06.html">You Got to Get Plugged In</option>'+
'<option value="07.html">We Get People Saved</option>'+
'<option value="08.html">Add Several Special Events</option>'+
'<option value="09.html">The Women at Work at Faith Builders</option>'+
'<option value="10.html">Coming to a T.V. Near You</option>'+
'<option value="11.html">Your Children\'s Needs are Met</option>'+
'<option value="12.html">A School That Will Water Your Seed</option>'+
'<option value="13.html">Breaking the Chains of Your Bondage</option>'+
'<option value="14.html">Our Teens Ex-Cellar-Eight</option>'+
'<option value="15.html">Our Music is Important</option>'+
'<option value="16.html">We Do a Lot of Drama</option>'+
'<option value="17.html">Our Ministries are Many</option>'+
'<option value="18.html">We Do Things Slightly Different</option>'+
'<option value="19.html">We Want You to Feel Welcome</option>'+
'<option value="20.html">A Church That Thrives on Vision</option>'+
'</select><input type="button" value="Go!" onclick="warp()" onkeypress="warp()" /></form>');
