// JavaScript Document
// Bottom Bar

document.writeln("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("<tr>");
document.writeln("<td valign=\"top\">");
document.writeln("Offices of the Dean of Students<br />");
document.writeln("75 Bascom Hall, 500 Lincoln Drive<br />");
document.writeln("Madison, WI  53706-1380<br />");
document.writeln("Phone: (608) 263-5700<br />");
document.writeln("Fax: (608) 265-5646<br />");
document.writeln("TTY: (608) 890-1682<br />");
document.writeln("E-mail: <a class=\"redlink\" href=\"mailto:dean@odos.wisc.edu\">dean@odos.wisc.edu</a>");
document.writeln("</td>");
document.writeln("<td valign=\"top\" width=\"40%\" align=\"right\">");
document.writeln("Copyright &copy; 2006");
document.writeln("<br /><br /><br /><br /><br />");
document.writeln("Website concerns?<br />");
document.writeln("Send questions or comments to <a class=\"redlink\" href=\"mailto:jwalker@odos.wisc.edu\">Jerrod Walker</a>");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("</table>");