function QuickSearch(searchstring){
	if (navigator.appName=="Microsoft Internet Explorer"){
	document.location.href("http://library.svsu.edu/search/"+document.lib_search.mysearchloc.options[document.lib_search.mysearchloc.selectedIndex].value+"?SEARCH="+document.lib_search.mysearch.value);
	} else {
	location.replace("http://library.svsu.edu/search/"+searchstring.mysearchloc.options[searchstring.mysearchloc.selectedIndex].value+"?SEARCH="+searchstring.mysearch.value);
	}
}

function doRedirect(newURL) {
	alert(newURL);
}

/*
unction QuickLinksJump(form)
4 {
5 var link_item = form.quick_links.selectedIndex;
6 choice = form.quick_links.options[link_item].value;
7 if (choice!="x")
8 top.location.href=choice;
9 };
*/