<!--
	function redir(dom,tld,name){ 
		location.href = "mailto:" + name + "@" + dom + "." + tld;
	}
-->