function validate() {

alert("made it");
	if (document.getElementById.value.length == 0) {
		
		alert("Please enter an email so we may contact you.");

		return false;
	}
	
	return true;

	}