function checkforemail() {
	if (document.ml.email.value = "Enter your email here") {
		document.ml.email.value = "";
	}
}