function getblank(this1)  {
	if (this1.value == "Enter Email") {
		this1.value = "";
	}
	return true;	
}