function onderstreept(a,b,c) {
  d = 'email: <a href=\"mailto:'
  e = '@'
  f = '.'
  g = '\">'
  h = '</a>'
  uitvoer = d+a+e+b+f+c+g+a+e+b+f+c+h
  return uitvoer }
  
  function kaal(a,b,c) {
  e = '@'
  f = '.'
  uitvoer = a+e+b+f+c
  return uitvoer }
  
