//This year:  2006 and 2007.  The next year 2006 – 2008. The next 2006 – 2009.  Until we are at a point where we can show current year + 5 past years, but not showing prior to 2006.
document.write("<form name='pressYear' style='margin:0px;'>");
document.write("Find by year:<select style='width:150px' name='year' onChange='changeYear()'>");
document.write("<option value='/press/12_2010.html' SELECTED>2010</option>");
document.write("<option value='/press/12_2009.html'>2009</option>");
document.write("<option value='/press/12_2008.html'>2008</option>");
document.write("<option value='/press/12_2007.html'>2007</option>");
document.write("<option value='/press/12_2006.html'>2006</option>");
document.write("</select>");
document.write("</form>");

