function valid() {
	var valid1=String.fromCharCode(109,97,105);
	var valid2=String.fromCharCode(108,116,111,58);
	var valid3=String.fromCharCode(105,110,102);
	var valid4=String.fromCharCode(100,111);
	document.write("<a href=\"");
	document.write(valid1);document.write(valid2);
	document.write(valid3);document.write("");
	document.write("o");
	document.write("");document.write(String.fromCharCode(64));
	document.write(valid4);document.write("lph");
	document.write("inslindos.com");
	document.write("\">");
	document.write(valid3);document.write("");
	document.write("o");
	document.write("");document.write(String.fromCharCode(64));
	document.write(valid4);document.write("lph");
	document.write("inslindos.com");
	document.write("</a>");
	return ;
}

var ask = 'PLEASE TYPE THE LAST FIVE DIGITS OF OUR PHONE NUMBER:<br /><input type="text" id="validInputOK" name="validInputOK" value="" />';

function mysubmitfunc(v,m,f){
	tellme = "notvalid"
	tellme = f.validInputOK;
	validOK();

	function validOK() {
	if (!tellme || tellme.length == 0) return false ;
		var valid10=String.fromCharCode(105,110,102);
		var valid11=String.fromCharCode(100,111);
		if (tellme == "31212" && document.getElementById("validOK")) {
		document.getElementById("validOK").innerHTML = valid10;
		document.getElementById("validOK").innerHTML += "";
		document.getElementById("validOK").innerHTML += "o";
		document.getElementById("validOK").innerHTML += "";
		document.getElementById("validOK").innerHTML += String.fromCharCode(64);
		document.getElementById("validOK").innerHTML += valid11;
		document.getElementById("validOK").innerHTML += "lph";
		document.getElementById("validOK").innerHTML += "inslindos.com";
		return false ;
		}
	}
}

function show() {
	if (document.getElementById('validInputOK')) document.getElementById('validInputOK').focus() ;
	return;
}
