function mailit(who, where, ext)
{
  var addr = "mailto:" + who + "@" + where + "." + ext;
  location.href=addr;
}
