function hp_mailto (account, text)
{
var host = "hughespeters.com";
document.write("<a href='mailto:" + account + "@" + host + "'>" + text + "</a>");
}
