// JavaScript Document
// Navigation Divs

//LEFT NAVIGATION (TOP LEFT)

document.writeln("<div class=\"navDiv\">");
document.writeln("<div style=\"border-bottom: 1px solid #CC9900; font-weight: bold;\">Navigation</div>");
document.writeln("<a href=\"http://www.wisc.edu/students/saja/index.html\">Home</a><br />");
document.writeln("<a href=\"http://www.wisc.edu/students/saja/doc.html\">Dean On-Call System</a><br />");

document.writeln("<a href=\"http://www.wisc.edu/students/saja/misconduct/misconduct.html\">Student Misconduct</a><br />");
document.writeln("<a href=\"http://www.wisc.edu/students/saja/misconduct/academic_misconduct.html\">- Academic Misconduct</a><br />");
document.writeln("<a href=\"http://www.wisc.edu/students/saja/misconduct/non-academic_misconduct.html\">- Non-Academic Misconduct</a><br />");
document.writeln("<a href=\"http://www.wisc.edu/students/saja/misconduct/facstaff.html\">- Information for Fac / Staff</a><br />");
document.writeln("<a href=\"http://www.wisc.edu/students/saja/misconduct/attorney.html\">- Information for Attorneys</a><br />");

document.writeln("<a href=\"http://www.wisc.edu/students/saja/crisis.html\">Crisis Loans</a><br />");
document.writeln("<a href=\"http://www.wisc.edu/students/saja/staff.html\">SAJA Staff</a>");
document.writeln("</div>");

//CONTACT INFO (BOTTOM LEFT)

document.writeln("<div class=\"contactDiv\">");
document.writeln("<strong>Contact Information:</strong><br /><br />");
document.writeln("75 Bascom Hall<br />");
document.writeln("500 Lincoln Drive<br />");
document.writeln("Madison, WI 53706<br />");
document.writeln("Phone: 608.263.5700<br />");
document.writeln("TTY: 608.890.1682<br />");
document.writeln("<a href=\"mailto:dean@odos.wisc.edu\">dean@odos.wisc.edu</a>");
document.writeln("</div>");

//RESOURCES (TOP RIGHT)

document.writeln("<div class=\"resourceDiv\">");
document.writeln("<div style=\"border-bottom: 1px solid #CC9900; font-weight: bold;\">UW-Madison Resources</div>");
document.writeln("<a href=\"http://www.uwpd.wisc.edu/\">UW Police</a><br />");
document.writeln("<a href=\"http://www.uhs.wisc.edu/\">University Health Services</a><br />");
document.writeln("<a href=\"http://www.uhs.wisc.edu/home.jsp?cat_id=36\">Counseling and Consultation Services</a><br />");
document.writeln("<a href=\"http://www.oed.wisc.edu/\">Office for Equity and Diversity</a><br />");
document.writeln("<a href=\"http://www.vip.wisc.edu/\">Visitor and Information Programs</a><br />");
document.writeln("<a href=\"http://www.finaid.wisc.edu/\">Student Financial Services</a>");

document.writeln("<p>");
document.writeln("<div style=\"border-bottom: 1px solid #CC9900; font-weight: bold;\">Community Resources</div>");
document.writeln("<a href=\"http://www.ci.madison.wi.us/police/\">Madison Police</a><br />");
document.writeln("<a href=\"http://www.abuseintervention.org/aboutHome.html\">Domestic Abuse Intervention Services</a><br />");
document.writeln("<a href=\"http://www.danecountyrcc.com/\">Dane County Rape Crisis Center</a><br />");
document.writeln("<a href=\"http://www.tenantresourcecenter.org/\">Tenant Resource Center</a><br />");
document.writeln("<a href=\"http://www.countyofdane.com/daoffice/dahome.htm\">Dane County District Attorney</a><br />");
document.writeln("<a href=\"http://www.wcasa.org\">WI Coalition Against Sexual Assault</a>");
document.writeln("</p>");
document.writeln("</div>");

//EVOC LOGO (BOTTOM RIGHT)

document.writeln("<div class=\"evocDiv\">");
document.writeln("Together We Can<br />End Violence on Campus<br />Click Below to Learn More");
document.writeln("<a href=\"http://www.uhs.wisc.edu/display_story.jsp?id=159&cat_id=105\"><img src=\"http://www.wisc.edu/students/saja/images/violencestop.jpg\" border=\"0\" alt=\"End Violence on Campus\" /></a><br />");
document.writeln("</div>");	

//UW LOGO (BOTTOM RIGHT)

document.writeln("<div class=\"UWLogoDiv\">");
document.writeln("<img src=\"http://www.wisc.edu/students/saja/images/UWlogo.gif\" alt=\"University of Wisconsin - Madison Logo\" />");
document.writeln("</div>");	
