function formHandler4(){
var URL = document.menu4.site4.options[document.menu4.site4.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="menu4">');
document.write('<select name="site4" size=1 onChange="javascript:formHandler4()" style="background-color: #F88C01; color: #FFFFFF; font-size: 8pt">');
document.write('<option value="">CATEGORIES S-Z');
document.write('<option value="scholarships.html">scholarships');
document.write('<option value="schools.html">schools');
document.write('<option value="security.html">security');
document.write('<option value="senior.html">seniors homes');
document.write('<option value="service.html">service clubs');
document.write('<option value="ship.html">shipping');
document.write('<option value="signs.html">signs');
document.write('<option value="snow.html">snowmobiles');
document.write('<option value="social.html">social assistance');
document.write('<option value="rec.html">sports');
document.write('<option value="sport.html">sporting goods');
document.write('<option value="retail.html">sportswear');
document.write('<option value="moving.html">storage and moving');
document.write('<option value="survey.html">surveyors');
document.write('<option value="takeout.html">takeout and delivery');
document.write('<option value="taxidermy.html">taxidermists');
document.write('<option value="taxis.html">taxis');
document.write('<option value="tele.html">telecommunications');
document.write('<option value="tv.html">television');
document.write('<option value="tires.html">tires');
document.write('<option value="tours.html">tours');
document.write('<option value="toys.html">toys');
document.write('<option value="train.html">training');
document.write('<option value="travel.html">travel');
document.write('<option value="trucking.html">trucking');
document.write('<option value="unions.html">unions');
document.write('<option value="utils.html">utilities');
document.write('<option value="vets.html">veterinary services');
document.write('<option value="video.html">video');
document.write('<option value="garbage.html">waste disposal');
document.write('<option value="water.html">water and sewage');
document.write('<option value="weather.html">weather');
document.write('<option value="weld.html">welding');
document.write('</select>');
document.write('</form>');
