function maskemail(domain,target,text) {
	var at = "@"
	document.write('<a href="mailto:' + target + at + domain + '">' + text + '</a>');
}