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