<!--
function email (u) {
    pre = "mail";
    url = pre + "to:" + u;
    document.location.href = url + "@terravest" + "industries.com";
}
//-->