try { console.log('init console... done'); } catch(e) { console = { log: function() {} } }

String.prototype.ltrim = function () { return this.replace(/^ */,""); }
String.prototype.rtrim = function () { return this.replace(/ *$/,""); }
String.prototype.trim = function () { return this.ltrim().rtrim(); }

function epostduif($parameters)
 {
  domein = 'auslandsblumen.de';
 
  if(epostduif.arguments.length > 1)
  {
  naam = epostduif.arguments[0];
  if(epostduif.arguments.length > 1 && epostduif.arguments[1] != '')
  {
  domein = epostduif.arguments[1];
  }
  if(epostduif.arguments.length == 3)
  {
  echtenaam = epostduif.arguments[2];
  } else
  {
  echtenaam = naam + " @ " + domein;
  }
  document.write("<a class=\"mail\" href='mailto:" + naam + "@" + domein + "'>" + echtenaam + "</a>");
  }
 }