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