

function doDaleEM()
{
var s = "Dal" + "" + "e@GoodFellas" + "LLC.com";
document.write("<a href=ma" + "" + "i" + "lt" + "o:" + s + ">" + s + "</a>");
}

function doJoeEM()
{
var s = "Joe" + "" + "@" + "GoodFellasLLC.com";
document.write("<a href=ma" + "" + "i" + "lt" + "o:" + s + ">" + s + "</a>");
}

function doSandyEM()
{
var s = "Sandy" + "" + "@Goodfellas" + "LLC.com";
document.write("<a href=ma" + "" + "i" + "lt" + "o:" + s + ">" + s + "</a>");
}
function doRichEM()
{
var s = "Rich" + "" + "@Goodfellas" + "LLC.com";
document.write("<a href=ma" + "" + "i" + "lt" + "o:" + s + ">" + s + "</a>");
}
function doDaveEM()
{
var s = "Dave" + "" + "@GoodFellas" + "LLC.com";
document.write("<a href=ma" + "" + "i" + "lt" + "o:" + s + ">" + s + "</a>");
}
function doKristaEM()
{
var s = "Krista" + "" + "@GoodFellas" + "LLC.com";
document.write("<a href=ma" + "" + "i" + "lt" + "o:" + s + ">" + s + "</a>");
}
function doDougEM()
{
var s = "Doug" + "" + "@GoodFellas" + "LLC.com";
document.write("<a href=ma" + "" + "i" + "lt" + "o:" + s + ">" + s + "</a>");
}
