function build_mail(contact,email,emailHost) {
	document.write("<a href=" + "mail" + "to:" + email + "@" + emailHost + ".com>" + contact + "</a>")
}
function build_mail_adv(s,e,h,d,c) {
	document.write("<a class='" + s + "' href='" + "mail" + "to:" + e + "@" + h + "." + d + "'>" + c + "</a>")
}

