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