function mailto(){
  var s = '211#&;601#&;64#&;101#&;011#&;64#&;801#&;501#&;79#&;901#&;101#&;101#&;411#&;201#&;64#&;701#&;801#&;501#&;901#&;46#&;79#&;011#&;111#&;701#&', mail = 'mailto:'; 
  for (i = s.length; i >= 0; i--){
    mail = mail + s.charAt(i);
  }
  location.href = mail;
}

/*
  This script was written by Toumin.
  http://www.puni.ne.jp/~toumin/
*/

/*
  ご使用の際は、2行目の「var s = '...'」のセミコロン内に
  メールアドレスを逆向きに書いて下さい。
*/

