function mailnet( dm, nm, text ) 
{
  document.write( "<a href=\"mailto:" + nm + "@" + dm + ".net\">" + text + "</a>");
}
