<!--
function verifythis() {
	if(document.form1.person.value == document.form1.eml.value) {
		txt = "Click here to continue";
		alert(txt);
	}
}
//-->