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