function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="form" style="margin-top: 0px; margin-bottom: 0px;" STYLE="scrollbar-base-color:#154008;scrollbar-arrow-color:#ffffff;">');
document.write('<select name="site"  Style="color:#ffffff" Style="background:#154008" Style="font:bold" size=1>');
document.write('<option value="">-- Spring 2002 Article Quick Jump --');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/editorial.shtml">Editorial');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/sound-off.shtml">Sound Off');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/mr_mule_deer.shtml">Ask Mr Mule Deer');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/editor_dennis.shtml">Quest for the 40-inch Mule Deer');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/editor_bill.shtml">Spring Cleaning in Winter');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/editor_john.shtml">Truth About 400 Net Typical Bulls');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/editor_predator.shtml">Why Didnt They Come');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/south_border.shtml">The Sonora Experience');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/north_border.shtml">Monarch of Deadmans Bay');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/native_reservations.shtml">Jicarilla Apache Reservation');
document.write('<option value="">');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/full_draw_bulls.shtml">Full Draw Bulls');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/buck_from_heaven.shtml">A Buck from Heaven');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/close_encounter.shtml">Close Encounter');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/spirit_buck.shtml">The Spirit Buck');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/reid_buck.shtml">The Reid Buck');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/adventure_story.shtml">Bell Canyon Terror');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/state_record.shtml">Pending State Record');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/best_kept_secret.shtml">Not So Best Kept Secret');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/polaris_700.shtml">Polaris Sportsman 700');
document.write('<option value="">');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/boom_shed_hunting.shtml">Boom of Shed Hunting');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/buck_justice.shtml">Buck of Justice Sheds');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/barton_sheds.shtml">Sheds of a World Record');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/popeye_sheds.shtml">The Most Famous Sheds');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/proctor_elksheds.shtml">One of the Largest Elk Sheds');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/hoytusa_interview.shtml">Hoytusa Takes Aim');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/muledeer_watch.shtml">Mule Deer Watch');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/tracker.shtml">Adventures of Tracker');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/spring2002/parting_shot.shtml">Parting Shot');
document.write('<option value="http://club.kingsoutdoorworld.com/games/crossword/puzzle_spring02.shtml">Crossword Puzzle');
document.write('</select>');
document.write('<input title="Click Here to Go" type=button value="Go" Style="color:#ffffff" Style="background:#154008" onClick="javascript:formHandler()">');
document.write('</form>');
