<!--

// *************************************************************
// Search function
// *************************************************************
	
	function fieldValidation() {
		if (document.SEARCH.CiRestriction.value=="") {
			alert("please enter your criteria and hit the 'Go' button.");
			document.SEARCH.CiRestriction.focus();
			return false;
		}
		return true;
	}
//-->
