// js file for vetschool site

function gotolink(){
	 var number = document.quickLinks.Qlinks.selectedIndex;
	 location.href = document.quickLinks.Qlinks.options[number].value;
}