function formHandler4(){
var URL = document.form2.site2.options[document.form2.site2.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="form2">');
document.write('<select name="site2" size=1>');
document.write('<option value="">Brand Names A-L....');
document.write('<option value="http://www.honeynspice.com/brandnames/aboveall.htm">AboveAll');
document.write('<option value="http://www.honeynspice.com/brandnames/alacer.htm">Alacer');
document.write('<option value="http://www.honeynspice.com/brandnames/americanhealth.htm">AmericanHealth');
document.write('<option value="http://www.honeynspice.com/brandnames/barleans.htm">Barleans');
document.write('<option value="http://www.honeynspice.com/brandnames/baywood.htm">Baywood');
document.write('<option value="http://www.honeynspice.com/brandnames/biotec.htm">Biotec');
document.write('<option value="http://www.honeynspice.com/brandnames/bluebonnet.htm">Bluebonnet');
document.write('<option value="http://www.honeynspice.com/brandnames/burtsbees.htm">BurtsBees');
document.write('<option value="http://www.honeynspice.com/brandnames/cardiovascular.htm">Cardiovascular');
document.write('<option value="http://www.honeynspice.com/brandnames/carlson.htm">Carlson');
document.write('<option value="http://www.honeynspice.com/brandnames/countrylife.htm">CountryLife');
document.write('<option value="http://www.honeynspice.com/brandnames/cultrelle.htm">Cultrelle');
document.write('<option value="http://www.honeynspice.com/brandnames/dixiehealth.htm">DixieHealth');
document.write('<option value="http://www.honeynspice.com/brandnames/drclaytons.htm">Dr.Claytons');
document.write('<option value="http://www.honeynspice.com/brandnames/drpinkus.htm">Dr.Pinkus');
document.write('<option value="http://www.honeynspice.com/brandnames/emumed.htm">EmuMed');
document.write('<option value="http://www.honeynspice.com/brandnames/enzymatictherapy.htm">EnzymaticTherapy');
document.write('<option value="http://www.honeynspice.com/brandnames/ethicalnutrients.htm">EthicalNutrients');
document.write('<option value="http://www.honeynspice.com/brandnames/frontierherbs.htm">FrontierHerbs');
document.write('<option value="http://www.honeynspice.com/brandnames/generalresearch.htm">GeneralResearch');
document.write('<option value="http://www.honeynspice.com/brandnames/goodnnatural.htm">Good-n-Natural');
document.write('<option value="http://www.honeynspice.com/brandnames/herbsoflight.htm">Herbsoflight');
document.write('<option value="http://www.honeynspice.com/brandnames/highlandlab.htm">HighlandLab');
document.write('<option value="http://www.honeynspice.com/brandnames/jarrow.htm">Jarrow');
document.write('<option value="http://www.honeynspice.com/brandnames/kal.htm">Kal');
document.write('<option value="http://www.honeynspice.com/brandnames/klaire.htm">Klaire');
document.write('<option value="http://www.honeynspice.com/brandnames/kyolic.htm">Kyolic');
document.write('<option value="http://www.honeynspice.com/brandnames/lewislab.htm">LewisLab');
document.write('<option value="http://www.honeynspice.com/brandnames/liddelllab.htm">LiddellLab');
document.write('<option value="http://www.honeynspice.com/brandnames/lifeservices.htm">LifeServices');
document.write('<option value="http://www.honeynspice.com/brandnames/liquidhealth.htm">LiquidHealth');
document.write('<option value="http://www.honeynspice.com/brandnames/logia.htm">Logia');
document.write('</select>');
document.write('<input type=button value="Go!" onClick="javascript:formHandler4()">');
document.write('</form>');