
function clearForm() {
	document.searchform.terms.value = "";
}
