function mailto(whom, styleclass, txt) {
  document.write('<a href="mailto:'+ whom +'@' + 'mayback.com" class="' + styleclass + '"><strong>'+ txt +'</strong></a>');
}

