// JavaScript Document
function callEmailCheck() {
	var emailaddress = document.getElementById("email").value;
	emailCheck(emailaddress); }
