function who3b(lhs) {
 var l = lhs;
 document.write("<a href=\"mailto");
 document.write(":" + lhs + "@");
 document.write("sca-angels.org\">");
 document.write(lhs + "@sca-angels.org");
 document.write("<\/a>");
 }

function whoto3b(link, lhs) {
 document.write("<a href=\"mailto");
 document.write(":" + lhs + "@");
 document.write("sca-angels.org\">");
 document.write(link);
 document.write("<\/a>");
 }

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 wholink(link, rhs, lhs) {
 var r = rhs;
 var l = lhs;
 document.write("<a href=\"mailto");
 document.write(":" + lhs + "@");
 document.write(rhs + "\">");
 document.write(link);
 document.write("<\/a>");
 }

function whoto3c(link, lhs, rhs) {
 var r = rhs;
 var l = lhs;
 document.write("<a href=\"mailto");
 document.write(":" + lhs + "@");
 document.write("sca-angels.org?subject:" + rhs + "\">");
 document.write(link);
 document.write("<\/a>");
 }

function wholink2(link, lhs, mhs, rhs) {
 var r = rhs;
 var m = mhs;
 var l = lhs;
 document.write("<a href=\"mailto");
 document.write(":" + lhs + "@");
 document.write(mhs + "?subject:" + rhs + "\">");
 document.write(link);
 document.write("<\/a>");
 }

