	<!--
	// this function is used on the search.asp page 
		function validateForm(frm){
			if(frm.FacilityLocationZip.value.match(/(\D+)/)){
				alert("enter numeric values");
				return(false);							
			}						
		}
	-->
