function email_do(){	var emval=$("#emailaddr").val();
	$("#eminfo").html("Зачекайте...");
	$("#eminfo").load("/email.php?email="+emval);}