function mask(a, b, c)
{
	var text = "Email " + c;
	document.write("<a href=" + "mail" + "to:" + a + "@" + b + ">" + text + "</a>")
}