// JavaScript Document
function MailToStaff(name)
{
document.write("<a href=" + "mail" + "to:" + name + "@" + "mmpct.com" + ">" + name + "@mmpct.com" + "</a>")
}
