//stopping spam bots
//maile = e-mail address before the @ with "b3nji" in the middle
//(test would be teb3njist)
function tomail(maile) {
    var sEmail = maile.replace(/b3nji/,"");
    sEmail = sEmail + "@hangjones.com";
    return "<a href=\"mai" + "lt" + "o:" + sEmail + "\">" + sEmail + "</a>";
}