var box = "mrjohnson";
var po = "gilanet.com";

function hem_mj() 
{
   document.write("<a href=\"mailto");
   document.write(":" + box + "@");
   document.write(po + "\">" + box + "@" + po + "<\/a>");
}
