window.document.write("<form name=\"form2\">");
window.document.write("Archived Bulletins: &nbsp;");
window.document.write("<select size=\"1\" name=\"go2url\">");
window.document.write("<option value=\"http://www.olsnows.org/2010.html\">2010</option>");
window.document.write("<option value=\"http://www.olsnows.org/2009.html\">2009</option>");
window.document.write("</select>&nbsp; <input type=\"button\" value=\"GO\" onclick=\"window.location=window.document.form2.go2url.value\"; return false>"); 
window.document.write("</form>");