 function write(to, where, subj)
{
       var letter = "mail" + "to:" + to + "@" + where + "?subject=" + subj
       location = letter
  }
 