function performGoogleSearch(formRef) {
	
	window.location.href = "/search"+formRef.dir.value+"/"+formRef.q.value;
	return false;
	
}
