document.writeln("<form class='leftcolumntext' name='SelectSyllabi' action='index.htm'>");
document.writeln("<select name='syllabi' onchange='document.location=document.SelectSyllabi.syllabi.options[document.SelectSyllabi.syllabi.selectedIndex].value;' >");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/F09MathSyllabi/index.htm' >2009 Fall</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/SU09MathSyllabi/index.htm' >2009 Summer</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/SP09MathSyllabi/index.htm' >2009 Spring</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/F08MathSyllabi/index.htm' >2008 Fall</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/SP08MathSyllabi/index.htm'>2008 Spring</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/F07MathSyllabi/index.htm'>2007 Fall</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/SP07MathSyllabi/index.htm'>2007 Spring</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/F06MathSyllabi/index.htm'>2006 Fall</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/SP06MathSyllabi/index.htm'>2006 Spring</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/FA05MathSyllabi/index.htm'>2005 Fall</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/SP05MathSyllabi/index.htm'>2005 Spring</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/F04MathSyllabi/index.htm'>2004 Fall</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/SP04MathSyllabi/index.htm'>2004 Spring</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/F03MathSyllabi/index.htm'>2003 Fall</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/S03MathSyllabi/index.htm'>2003 Spring</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/F02MathSyllabi/index.htm'>2002 Fall</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/S02MathSyllabi/index.htm'>2002 Spring</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/F01MathSyllabi/index.htm'>2001 Fall</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/SP01MathSyllabi/index.htm'>2001 Spring</option>");
document.writeln("<option value='http://math.agnesscott.edu/syllabi/F00MathSyllabi/index.htm'>2000 Fall</option>")
document.writeln("</select>");
document.writeln("<input type='button' onclick='document.location=document.SelectSyllabi.syllabi.options[document.SelectSyllabi.syllabi.selectedIndex].value;' value='Go' >");
document.writeln("</form>");