﻿function who3b(lhs) {
 var l = lhs;
 document.write("<a href=\"mailto");
 document.write(":" + lhs + "@");
 document.write("hemetcoinclub.com\">");
 document.write(lhs + "@hemetcoinclub.com");
 document.write("<\/a>");
 }

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

function whoto(rhs, lhs, chs) {
 var r = rhs;
 var l = lhs;
 var c = chs;
 document.write("<a href=\"mailto");
 document.write(":" + lhs + "@");
 document.write(rhs + "." + chs + "\">");
 document.write(lhs + "@" + rhs + "." + chs);
 document.write("<\/a>");
 }

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