function antiSpamMail (name,sld,tld)
{
	var at   = "@";
	window.location.href = "mailto:" + name + at + sld + "." + tld;
}