function filter() {
	if (document.lists.email.value == "robin\@mothertree.com") {
		alert("Go away.");
		return false;
	}
}