// JavaScript Document
function clearEmailField(){
	document.getElementById("email").value = '';
}