<!-- HIDE FROM OTHERSfunction checkSwitch(){		var formObj = document.getElementById("searchForm");	for(var i= 0; (i <= formObj.searchSwitch.length - 1); i++){		if(formObj.searchSwitch[i].checked){			if(formObj.searchSwitch[i].value == "uw"){				formObj.hq.value = "inurl:www.washington.edu/"				$("#uwGradSchoolSearch").attr('id','searchq');				$("#searchForm").attr('action','http://www.google.com/u/washington');				}			if(formObj.searchSwitch[i].value == "grad"){				formObj.hq.value = "inurl:www.grad.washington.edu/"				$("#searchq").attr('id','uwGradSchoolSearch');				$("#searchForm").attr('action','http://www.google.com/u/UniversityofWashington');				}			}		}	}/* QUICKLINKS UL UL SLIDEDOWNS */function qlToggle(pItem){          var myItem = document.getElementById(pItem);          if((myItem.style.display == "none") || (myItem.style.display == "null")){     	myItem.style.display = "block";     	}     else{     	myItem.style.display = "none";     	}     }// FOR CALENDAR	function doSlide(thatOne){  if($("#" + thatOne).is(":hidden")) {		$("#" + thatOne).slideDown("slow");	}  else{	$("#" + thatOne).slideUp("slow");  }	}$(document).ready(function(){   $(".info").hide();});function getDateFellowship(month){	if($("div.info p.date:contains(" + month + ")").closest("div").is(":visible")){		$("div.info p.date:contains(" + month + ")").closest("div").slideUp("slow");		}	else{		$(".info").hide();		$("div.info p.date:contains(" + month + ")").closest("div").slideDown("slow");		$("div.info p.date:contains(" + month + ")").css("color","red");		}	}/* For alternating table rows */$(function() {              $("table tr:nth-child(even)").addClass("striped");             });// -->