function checkSubmit(f){
	alert(document.f.Email.value);
	f.form.submit( );
}