var somebody = "cmdr";
var somewhere = "uhura.com";

function hemg() 
{
document.write("<a href=\"mailto");
document.write(":" + somebody + "@");
document.write(somewhere + "\">" + "<img src = grfx/button.jpg alt = email border = 0 width = 40 height = 17><\/a>");
}