function scrambler(d, f, b, i) {
  
  var a,c,e,g,h;
  
  f = f + ".";
  
  if (typeof i == "undefined")
    i = "";
  else
    b = b + ".";
  
  a = '<a href=\"ma';
  c = 'ilto:';
  e = '@';
  g = '\">';
  h = '</a>';

  document.write (a+c+d+e+f+b+i+g+d+e+f+b+i+h)
  }
