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