/* customised scripts for www.hospicepeterborough.org */


/* client-side form validation for search utility */
function ValidateSearch() {
	if (document.search.q.value.length == 0)
			{alert("Please enter a word (or words) you wish to search for, then click the Search button."); return false;}
		else return true;
	}	


