	function QuickLinksNav(s) {
		var o = s.options[s.selectedIndex].text;
		if (o != 0) {
			switch(o) {
				 case "Student Portal":
					location = "https://students.ucsc.edu/";
					break;
				 case 'Admissions':
					location = "http://admissions.ucsc.edu/";
					break;
				case 'Bay Tree Bookstore':
					location = "http://slugstore.ucsc.edu/";
					break;
				case 'Campus Housing':
					location = "http://www.housing.ucsc.edu/housing/main.html";
					break;
				case 'Career Center':
					location = "http://www2.ucsc.edu/careers/index.html";
					break;
				case 'Colleges':
					location = "http://www.housing.ucsc.edu/housing/rescollege.html";
					break;
				case 'Community Rentals':
					location = "http://www.housing.ucsc.edu/housing/offcampus.html";
					break;
				case 'EOP':
					location = "http://www2.ucsc.edu/eop/";
					break;
				case 'Financial Aid':
					location = "http://www2.ucsc.edu/fin-aid/";
					break;
				case 'Learning Support Services':
					location = "http://www2.ucsc.edu/lss/";
					break;
				case 'OPERS':
					location = "http://www.ucsc.edu/opers/";
					break;
				case 'Registrar':
					location = "http://reg.ucsc.edu/";
					break;
				 case 'Student Health Center':
					location = "http://www2.ucsc.edu/healthcenter/";
					break;
	
			}
		}
	}