function antispam(domain,user) { 
	document.location.href = "mailto:" + user + "@" + domain; 
}
