// This second function allows you to display anchor text on the page instead of the email address
function emShowText(email, domain, tooltips, text)
{
	mai = "mai";
	lto = "lto:";
	domain = (email + '@' + domain);
	document.write('<a href="' + mai + lto + domain + tooltips + '">' + text + '</a>');
}