function formHandler(){var URL = document.form.site.options[document.form.site.selectedIndex].value;window.location.href = URL;}document.write('<form name="form">');document.write('<select name="site" size=1>');document.write('<option value="">Go to....');document.write('<option value="http://www.fishingsooke.ca/charters.html">Fishing charters');document.write('<option value="http://www.fishingsooke.ca/report.html">Fishing report');document.write('<option value="http://www.fishingsooke.ca/weather.html">Weather');document.write('<option value="http://www.fishingsooke.ca/lastminutecharters.html">Last-minute charters');document.write('<option value="http://www.fishingsooke.ca/fillacharter.html">Fill-a-charter');document.write('<option value="http://www.fishingsooke.ca/fishing.html">Fishing info');document.write('<option value="http://www.fishingsooke.ca/derbies.html">Fishing derbies');document.write('<option value="http://www.fishingsooke.ca/links.html">Area info and links');document.write('<option value="http://www.fishingsooke.ca/realestate.html">Real estate');document.write('<option value="http://www.fishingsooke.ca/links.html">Accommodation');document.write('<option value="http://www.fishingsooke.ca/recipes.html">Recipes');document.write('<option value="http://www.fishingsooke.ca/rates.html">Advertising with us');document.write('<option value="http://www.fishingsooke.ca/rates.html">Web hosting and design');document.write('<option value="http://www.fishingsooke.ca/rates.html">Rates and policies');document.write('<option value="http://www.fishingsooke.ca/gallery.html">Photo gallery');document.write('<option value="http://www.fishingsooke.ca/contact.html">Contact us');document.write('<option value="http://www.fishingsooke.ca/index.html">Home page');document.write('</select>');document.write('<input type=button value="Go!" onClick="javascript:formHandler()">');document.write('</form>');