
function validate_search() {

if(search_form.terms.checked == false) {
	alert("Please Read and agree to the Terms and Conditions");
	return false; 
	}
else {
	return true;
}

}

function validate_search2() {

if(search_form2.terms2.checked == false) {
	alert("Please Read and agree to the Terms and Conditions");
	return false; 
	}
else {
	return true;
}

}

function validate_search3() {

if(search_form3.terms3.checked == false) {
	alert("Please Read and agree to the Terms and Conditions");
	return false; 
	}
else {
	return true;
}

}