 function makeEmail(left, right, name)
 {
     document.write('<a href="mailto:' + left + '@' +
                     right + '">' + name + '</a>')
 }