function markle(stpre, stpost) {
  var x= 'etc@aol.com';
  var y= 'fengshui';
  var z= 'mailto:etc@aol.com';
  document.write(stpre + '<a href="' + z.substring(0,7) + y + x + '">' + y + x + '</a>' + stpost);
}
