function go1(){
if (document.selecter4.select1.options[document.selecter4.select1.selectedIndex].value != "none") {
location = document.selecter4.select1.options[document.selecter4.select1.selectedIndex].value
                }
        }
          
document.write('<form name="selecter4"><select name="select1" size="1" onchange="go1()">');
document.write('<option value="none">b r o w s e');
document.write('<option value="none">..........');
document.write('<option value="/homeopathic/treatment/acne">acne');
document.write('<option value="/homeopathic/treatment/addiction">addiction');
document.write('<option value="/homeopathic/treatment/aging">aging');
document.write('<option value="/homeopathic/treatment/allergies">allergies');
document.write('<option value="/homeopathic/treatment/arthritis">arthritis');
document.write('<option value="/homeopathic/treatment/asthma">asthma');
document.write('<option value="/homeopathic/treatment/baby">baby');
document.write('<option value="/homeopathic/treatment/back_pain">back pain');
document.write('<option value="/homeopathic/treatment/balm">balms');
document.write('<option value="/homeopathic/treatment/bladder">bladder');
document.write('<option value="/homeopathic/treatment/bronchitis">bronchitis');
document.write('<option value="/homeopathic/treatment/bruises">bruises');
document.write('<option value="/homeopathic/treatment/burns">burns');
document.write('<option value="/homeopathic/treatment/children">children');
document.write('<option value="/homeopathic/treatment/cold_flu">cold & flu');
document.write('<option value="/homeopathic/treatment/colic">colic');
document.write('<option value="/homeopathic/treatment/cough">cough');
document.write('<option value="/homeopathic/treatment/cream">creams');
document.write('<option value="/homeopathic/treatment/cuts_scrapes">cuts & scapes');
document.write('<option value="/homeopathic/treatment/deodorant">deodorant');
document.write('<option value="/homeopathic/treatment/diarrhea">diarrhea');
document.write('<option value="/homeopathic/treatment/diet">diet');
document.write('<option value="/homeopathic/treatment/ears">ear');
document.write('<option value="/homeopathic/treatment/eyes">eyes');
document.write('<option value="/homeopathic/treatment/facial_care">facial care');
document.write('<option value="/homeopathic/treatment/fatigue">fatigue');
document.write('<option value="/homeopathic/treatment/foot">feet');
document.write('<option value="/homeopathic/treatment/fertility">fertility');
document.write('<option value="/homeopathic/treatment/gas">gas');
document.write('<option value="/homeopathic/treatment/gel">gels');
document.write('<option value="/homeopathic/treatment/hair">hair');
document.write('<option value="/homeopathic/treatment/hayfever">hayfever');
document.write('<option value="/homeopathic/treatment/headache">headache');
document.write('<option value="/homeopathic/treatment/healthy_skin">healthy skin');
document.write('<option value="/homeopathic/treatment/heartburn">heartburn');
document.write('<option value="/homeopathic/treatment/hemorrhoids">hemorrhoids');
document.write('<option value="/homeopathic/treatment/indigestion">indigestion');
document.write('<option value="/homeopathic/treatment/insomnia">insomnia');
document.write('<option value="/homeopathic/treatment/kits">kits');
document.write('<option value="/homeopathic/treatment/lips">lips');
document.write('<option value="/homeopathic/treatment/lotion">lotion');
document.write('<option value="/homeopathic/treatment/male">male');
document.write('<option value="/homeopathic/treatment/menopause">menopause');
document.write('<option value="/homeopathic/treatment/emotional">mental');
document.write('<option value="/homeopathic/treatment/muscle_pain">muscle pain');
document.write('<option value="/homeopathic/treatment/nasal">nasal');
document.write('<option value="/homeopathic/treatment/oil">oils');
document.write('<option value="/homeopathic/treatment/ointment">ointments');
document.write('<option value="/homeopathic/treatment/outdoor">outdoor');
document.write('<option value="/homeopathic/treatment/parasites">parasites');
document.write('<option value="/homeopathic/treatment/period_relief">period relief');
document.write('<option value="/homeopathic/treatment/poison_ivy">poison ivy');
document.write('<option value="/homeopathic/treatment/pregnancy">pregnancy');
document.write('<option value="/homeopathic/treatment/rheumatism">rheumatism');
document.write('<option value="/homeopathic/treatment/sinus">sinus');
document.write('<option value="/homeopathic/treatment/sleep">sleep');
document.write('<option value="/homeopathic/treatment/smoking">smoking');
document.write('<option value="/homeopathic/treatment/soap">soap');
document.write('<option value="/homeopathic/treatment/sore_throat ">sore throat');
document.write('<option value="/homeopathic/treatment/specialty">specialty');
document.write('<option value="/homeopathic/treatment/sports">sports');
document.write('<option value="/homeopathic/treatment/tummy_ache">stomach ache');
document.write('<option value="/homeopathic/treatment/stress">stress');
document.write('<option value="/homeopathic/treatment/sunburn">sunburn');
document.write('<option value="/homeopathic/treatment/teeth">teeth');
document.write('<option value="/homeopathic/treatment/toothpaste">toothpaste');
document.write('<option value="/homeopathic/treatment/travel">travel');
document.write('<option value="/homeopathic/treatment/vaginal">vaginal');
document.write('<option value="/homeopathic/treatment/youth">youth');


document.write('</select>');
document.write('</form>');

