function email_decode(text1, text2, text3, text4) {
  document.write('<a href="' + 'mailto:' + text1 + '@' + text2 + '.' + text3 + '">' + text4 + '</a>');
}
