function angle(stpre, stpost) {
  var x= 'boxxer@maxboxxer.com';
  var y= 'max';
  var z= 'mailto:boxxer@maxboxxer.com';
  if (stpost=='br') { stpost='<br>' }
  document.write(stpre + '<a href="' + z.substring(0,7) + y + x + '">' + y + x + '</a>' + stpost);
}

