// JavaScript Document
//Footer

document.write("<div id=\"footerShell\">");
document.write("	<div id=\"footer\">");
document.write("		<p><a href=\"http://womenscollege.du.edu/index.html\">Home</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
document.write("		<a href=\"http://womenscollege.du.edu/admission/whyTWC.html\">Why TWC</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
document.write("		<a href=\"http://womenscollege.du.edu/academics/index.html\">Academic Programs</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
document.write("		<a href=\"http://womenscollege.du.edu/schedule/index.html\">Courses &amp; Schedules</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
document.write("		<a href=\"http://womenscollege.du.edu/advising/ask.html\">Advising</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
document.write("		<a href=\"http://womenscollege.du.edu/financial/index.html\">Financial</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
document.write("		<a href=\"http://womenscollege.du.edu/studentResources/index.html\">Student Resources</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
document.write("		<a href=\"http://womenscollege.du.edu/alumnae/index.html\" target=\"_blank\">Alumnae</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
document.write("		<a href=\"http://womenscollege.du.edu/news/index.html\">News</a><br /><br /></p>");
document.write("		<p>The Women's College of the University of Denver&brvbar; 1901 East Asbury Avenue, Denver, CO 80208 &nbsp;");
document.write("		<a href=\"http://womenscollege.du.edu/visit/openhouse.html\">Visit Us</a></p>");
document.write("<p>Admission&brvbar; 303-871-6848 &nbsp;Current Students&brvbar; 303-871-6500 &nbsp;");
document.write("		FAX&brvbar; 303-871-6897 &nbsp;<a href=\"mailto:rrussel5@du.edu\">Questions or Comments</a></p>");
document.write(" &copy; 2004 University of Denver &#8212;");			   
document.write(" Revised:  " + showDate());			   
document.write("	 </div>");
document.write("</div>");
document.write("<div id=\"baseShadowShell\">");			   
document.write("	<div id=\"baseShadow\"></div>");		   
document.write("</div>");    

