function clearField(clearEmailAddress) {
	if (clearEmailAddress.value == "your email address") {
		clearEmailAddress.value = "";
	}
}
