/* Each semester, add another semester to the top of this list. Be sure to follow the same id format for each new option tag. */

document.write('	<option value="10_spring.html" id="spring10">Spring 2010</option>');
document.write('	<option value="09_fall.html" id="fall09">Fall 2009</option>');
document.write('	<option value="08-09_springSchedule.html" id="spring09">Spring 2009</option>');
document.write('	<option value="08-09_fallSchedule.html" id="fall08">Fall 2008</option>');
document.write('	<option value="07-08_springSchedule.html" id="spring08">Spring 2008</option>');
document.write('	<option value="07-08_fallSchedule.html" id="fall07">Fall 2007</option>');
document.write('	<option value="06-07_springSchedule.html" id="spring07">Spring 2007</option>');
document.write('	<option value="06-07_fallSchedule.html" id="fall06">Fall 2006</option>');
document.write('	<option value="05-06_springSchedule.html" id="spring06">Spring 2006</option>');
document.write('	<option value="05-06_fallSchedule.html" id="fall05">Fall 2005</option>');
document.write('	<option value="04-05_springSchedule.html" id="spring05">Spring 2005</option>');
document.write('	<option value="04-05_fallSchedule.html" id="fall04">Fall 2004</option>');
document.write('	<option value="03-04_springSchedule.html" id="spring04">Spring 2004</option>');
document.write('	<option value="03-04_fallSchedule.html" id="fall03">Fall 2003</option>');
document.write('	<option value="02-03_springSchedule.html" id="spring03">Spring 2003</option>');
document.write('	<option value="02-03_fallSchedule.html" id="fall02">Fall 2002</option>');
document.write('	<option value="01-02_springSchedule.html" id="spring02">Spring 2002</option>');
document.write('	<option value="01-02_fallSchedule.html" id="fall01">Fall 2001</option>');
document.write('	<option value="00-01_springSchedule.html" id="spring01">Spring 2001</option>');
document.write('	<option value="00-01_fallSchedule.html" id="fall00">Fall 2000</option>');
