<!-- hide 

  function putFooter(d) {
    document.write("<hr>");
    document.write("<div class=\"footer\">");
    document.write("<center>");
    document.write("<table>");
    document.write("<tr>");
    document.write("<td class=\"footer\">Fogler &amp; Gurmen<BR>");
    document.write("&copy; 2008 University of Michigan");
    document.write("</td>");
    document.write("</table>");
    document.write("</center>");
    document.write("</div>");
  }

  if (typeof depth == "undefined") {
	  putFooter(2);
  } else {
	  putFooter(depth);
  }

// stop hiding -->