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;">');
document.write('<select name="site" Style="color:#ffffff" Style="background:#154008" Style="font:bold" size=1>');
document.write('<option value="">---- Fall 2001 Article Quick Jump ----');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/muledeer_watch.shtml">Mule Deer Watch');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/ask_mr_muledeer.shtml">Ask Mr Mule Deer');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/editor_dennis.shtml">Richest Man in the World');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/editor_john.shtml">Callin Savvy');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/editor_bill.shtml">Fading 222 but not Forgotten');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/south_border.shtml">The Sonora Experience');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/north_border.shtml">Albertas Mega Mulies');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/native_res.shtml">White Mtn Apache Reservation');
document.write('<option value="">');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/hunt_lifetime.shtml">The Hunt of a lifetime');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/artist_quarter.shtml">Seasoned Survivor');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/word_mouth.shtml">Word of Mouth');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/close_encounter.shtml">Attacked by a Mountain Lion');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/kilfoil_buck.shtml">Kilfoil Buck');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/mundy_buck.shtml">Mundy Buck');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/jolley_buck.shtml">Jolley Buck');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/mountain_lion_edge.shtml">Mountain Lion on the Edge');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/pursuit_400bull.shtml">Pursuit of the 400 Class Bull');
document.write('<option value="">');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/atv_prairie_650.shtml">Kawasaki Prairie 650 Test');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/cover_story.shtml">What Happened to all the Mule Deer');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/300pt_muledeer.shtml">300 Point Mule Deer');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/braggin_board/index.shtml">Braggin Board');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/corp_interview.shtml">Corporate Interview');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/tracker.shtml">Adventures of Tracker');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2001/parting_shot.shtml">Parting Shot');
document.write('<option value="http://club.kingsoutdoorworld.com/games/crossword/puzzle_fall01.shtml">Crossword Puzzle');
document.write('</select>');
document.write('<input type=button value="Go" onClick="javascript:formHandler()" Style="color:#ffffff" Style="background:#154008" Style="font:bold">');
document.write('</form>');
