// JavaScript Document
// Right Navigation Bar

function do_search() {
	sv = document.getElementById('searchvalue').value;
	window.location = "http://www.google.com/u/univwisc?q=" + sv;
}

// Information for
document.writeln("<div class=\"boxheader\">Information for:</div>");
document.writeln("<div class=\"boxbottom\">");
document.writeln("<a class=\"whitelink\" href=\"http://www.wisc.edu/students/students/students.htm\">- Students</a><br /><br />");
document.writeln("<a class=\"whitelink\" href=\"http://www.wisc.edu/students/faculty/faculty.htm\">- Faculty & Staff</a><br /><br />");
document.writeln("<a class=\"whitelink\" href=\"http://www.parent.wisc.edu\">- Parents</a>");
document.writeln("</div>");

// Search Section
document.writeln("<div class=\"boxheader\">Search wisc.edu:</div>");
document.writeln("<div class=\"boxbottom\">");
document.writeln("<form style=\"margin: 0px; font-size: 10px;\" action=\"javascript:do_search();\" method=\"get\" name=\"search\" target=\"_self\">");
document.writeln("<input name=\"searchvalue\" id=\"searchvalue\" type=\"text\" value=\"\" size=\"15\" maxlength=\"60\">");
document.writeln("<input name=\"submit\" type=\"submit\" value=\"Search\">");
document.writeln("</form>");
document.writeln("</div>");

// Latest Information
document.writeln("<div class=\"boxheader\">Latest Information:</div>");
document.writeln("<div class=\"boxbottom\">");

document.writeln("<a class=\"whitelink\" href=\"http://www.collegeportraits.org/WI/UW-Madison\"><img class=\"boximage\" src=\"http://www.wisc.edu/students/images/spotlight/CPlogo.gif\" width=\"150\" height=\"50\" alt=\"UW-Madison's College Portrait\"></a><br /><br />");

// In the Spotlight
document.writeln("<div class=\"boxheader\">In the Spotlight:</div>");
document.writeln("<div class=\"boxbottom\">");
document.writeln("<p align=\"center\">");
document.writeln("<a class=\"whitelink\" href=\"pdf/sexualassultfa09.pdf\"><u>LETTER FROM THE DEAN</u><br />Sexual Assault Prevention</a><br /><br />");
document.writeln("<a class=\"whitelink\" href=\"pdf/fluprotocol.pdf\"><u>GOT FLU?</u><br />The Flu Protocol</a><br /><br />");
document.writeln("<a class=\"whitelink\" href=\"http://www.paper-clip.com/Media/Sites-AdministratorsSiteNavigation/3.amisafeoncampusniu-1.pdf\"><u>CAMPUS SAFETY</u><br />Am I Safe On Campus?</a><br /><br />");
document.writeln("<a class=\"whitelink\" href=\"http://www.uwgreatpeople.org\"><img src=\"images/greatpeopleGIVE.gif\"><br />Learn About the <br /><b>Great People Scholarship</b></a><br /><br />");
document.writeln("</p>");
document.writeln("</div>");



		
		
			
				
				
			
		
	
		
		
			
			
			
			
		
		
		
		
			
			
		
		