function whoto(rhs, lhs) {
 var r = rhs;
 var l = lhs;
 document.write("<a href=\"mailto");
 document.write(":" + lhs + "@");
 document.write(rhs + "\">");
 document.write(lhs + "@" + rhs);
 document.write("<\/a>");
 }

function whoto2(link, rhs, lhs) {
 document.write("<a href=\"mailto");
 document.write(":" + lhs + "@");
 document.write(rhs + "\">");
 document.write(link);
 document.write("<\/a>");
 }

function whob(lhs) {
 var l = lhs;
 document.write("<a href=\"mailto");
 document.write(":" + lhs + "@");
 document.write("black-wolf.org\">");
 document.write(lhs + "@black-wolf.org");
 document.write("<\/a>");
 }