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" class="quicklinks" onChange="javascript:formHandler()">');
document.write('<option value="http://www.huronkinloss.com/whatsnew.php">Quick Links>>>');
document.write('<option value="http://www.huronkinloss.com/whatsnew.php">News');
document.write('<option value="http://www.huronkinloss.com/publicnotices/index.php">Public Notices');
document.write('<option value="http://www.huronkinloss.com/council.htm">Council');
document.write('<option value="http://www.huronkinloss.com/documents/">Downloads');
document.write('<option value="http://www.huronkinloss.com/documents/documents.php?SectionID=4">Forms');
document.write('<option value="http://www.huronkinloss.com/map.htm">Township Map');
document.write('<option value="http://www.huronkinloss.com/documents/documents.php?SectionID=5">Reports');
document.write('<option value="http://www.huronkinloss.com/municipal/taxes.htm">Taxes');
document.write('<option value="http://www.huronkinloss.com/municipal/marriage-commissioners.htm">Marriage Commissioners');
document.write('<option value="http://www.huronkinloss.com/about.htm">About H-K');
document.write('</select>');
document.write('</form>');
