// JavaScript Document
// Top Logo Section

document.writeln("<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("<tr>");
document.writeln("<td class=\"topleft\">");
document.writeln("<a href=\"http://www.wisc.edu/students\">");
document.writeln("<img src=\"http://www.wisc.edu/students/images/logotest.jpg\" alt=\"ODOS Logo\" width=\"625\">");
document.writeln("</a>");
document.writeln("</td>");
document.writeln("<td width=\"*\" class=\"topright\">");
document.writeln("<strong>");
document.writeln("<a href=\"http://www.wisc.edu\">UW Home</a> |");
document.writeln("<a href=\"http://www.wisc.edu/students/index.html\">ODOS Home</a> |");
document.writeln("<a href=\"http://my.wisc.edu\">My UW</a>");
document.writeln("</strong>");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("</table>");