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="">-- Fall 2002 Article Quick Jump --');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/editorial.shtml">Editorial');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/sound_off.shtml">Sound Off');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/mr_mule_deer.shtml">Ask Mr Mule Deer');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/editor_hunting.shtml">Running and Gunning');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/editor_bill.shtml">Reloading part 1');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/editor_john.shtml">Wildfires and the Elk Hunt');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/editor_muledeer.shtml">Look for the Track');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/editor_predator.shtml">Predators and Livestock');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/editor_biggame.shtml">Hunting the Desert Ghost');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/south_border.shtml">The Sonora Experience');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/north_border.shtml">Record Book Whitetail');
document.write('<option value="">');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/blind_luck.shtml">Blind Luck');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/close_encounter.shtml">Close Encounter');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/broadhead_bull.shtml">Broadhead Bull');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/broder_buck.shtml">Behind the Pictures');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/samson_bull.shtml">Behind the Pictures');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/mckay_buck.shtml">Behind the Pictures');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/eyes_killer.shtml">Eyes of a Killer');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/quest_650.shtml">Bombardier Quest 650');
document.write('<option value="">');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/cover_story.shtml">The Wild Wild West');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/stalked.shtml">Stalked by a Mountain Lion');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/cry_wolf.shtml">Cry Wolf');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/bear_necessities.shtml">The Bear Necessities');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/blizzard_bucks.shtml">Blizzard Bucks');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/corp_interview.shtml">Christensen Arms Gun Maker');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/muledeer_watch.shtml">Mule Deer Watch');
document.write('<option value="http://club.kingsoutdoorworld.com/magazine/fall2002/tracker.shtml">Adventures of Tracker');
document.write('<option value="http://club.kingsoutdoorworld.com/games/crossword/puzzle_fall02.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>');