//generates the list of attending employers Career Fair for ../students.html      

document.write("<ul>\n");
//Begin

   document.write("<li><a href='employers/September_22_2009.html'>September 22, 2009</a></li>\n");

   document.write("<li><a href='employers/September_23_2009.html'>September 23, 2009</a></li>\n");

//End
document.write("</ul>\n");