var somebody = "email";
var somewhere = "nmccat.org";

function hem() 
{
   document.write("<a href=\"mailto");
   document.write(":" + somebody + "@");
   document.write(somewhere + "\">" + somebody + "@" + somewhere + "<\/a>");
}