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