<!--
	function nospam(who,where,domain){
		location.href = "mailto:" + who + "@" + where + "." + domain;
	}
//-->
