document.writeln("<SCRIPT LANGUAGE='JavaScript'>");
document.writeln("<!--");
document.writeln("function formHandler(form){");
document.writeln("var URL = document.form.site.options");
document.writeln("[document.form.site.selectedIndex].value;");
document.writeln("window.location.href = URL;");
document.writeln("}");
document.writeln("function formHandler2(form){");
document.writeln("var URL = document.form.site2.options");
document.writeln("[document.form.site2.selectedIndex].value;");
document.writeln("window.location.href = URL;");
document.writeln("}");
document.writeln("function formHandler3(form){");
document.writeln("var URL = document.form.site3.options");
document.writeln("[document.form.site3.selectedIndex].value;");
document.writeln("window.location.href = URL;");
document.writeln("}");
document.writeln("function formHandler4(form){");
document.writeln("var URL = document.form.site4.options");
document.writeln("[document.form.site4.selectedIndex].value;");
document.writeln("window.location.href = URL;");
document.writeln("}");
document.writeln("function formHandler5(form){");
document.writeln("var URL = document.form.site5.options");
document.writeln("[document.form.site5.selectedIndex].value;");
document.writeln("window.location.href = URL;");
document.writeln("}");
document.writeln("function formHandler6(form){");
document.writeln("var URL = document.form.site6.options");
document.writeln("[document.form.site6.selectedIndex].value;");
document.writeln("window.location.href = URL;");
document.writeln("}");
document.writeln("function formHandler7(form){");
document.writeln("var URL = document.form.site7.options");
document.writeln("[document.form.site7.selectedIndex].value;");
document.writeln("window.location.href = URL;");
document.writeln("}");
document.writeln("function formHandler8(form){");
document.writeln("var URL = document.form.site8.options");
document.writeln("[document.form.site8.selectedIndex].value;");
document.writeln("window.location.href = URL;");
document.writeln("}");
document.writeln("function formHandler9(form){");
document.writeln("var URL = document.form.site9.options");
document.writeln("[document.form.site9.selectedIndex].value;");
document.writeln("window.location.href = URL;");
document.writeln("}");
document.writeln("function formHandler10(form){");
document.writeln("var URL = document.form.site10.options");
document.writeln("[document.form.site10.selectedIndex].value;");
document.writeln("window.location.href = URL;");
document.writeln("}");
document.writeln("function formHandler11(form){");
document.writeln("var URL = document.form.site11.options");
document.writeln("[document.form.site11.selectedIndex].value;");
document.writeln("window.location.href = URL;");
document.writeln("}");
document.writeln("function formHandler12(form){");
document.writeln("var URL = document.form.site12.options");
document.writeln("[document.form.site12.selectedIndex].value;");
document.writeln("window.location.href = URL;");
document.writeln("}");
document.writeln("function formHandler13(form){");
document.writeln("var URL = document.form.site13.options");
document.writeln("[document.form.site13.selectedIndex].value;");
document.writeln("window.location.href = URL;");
document.writeln("}");

document.writeln("// end -->");
document.writeln("</SCRIPT>");