function support_address() {
  var v2="FM8DTZFY4S864KUN3AYJWHGI";
  var v7=unescape("58H4%3B%282%19W%3C%5C_Z%2C%21%3BA55/y+%28%24");
  var v5=v2.length;
  var v1="";
  for(var v4=0;v4<v5;v4++) {
    v1+=String.fromCharCode(v2.charCodeAt(v4)^v7.charCodeAt(v4));
  }
  return v1;
}

function send_support_mail() {
  v1 = support_address();
  window.location="mail\u0074o\u003a"+v1;
}

//this prevents W3 validation errors in the site itself
function write_email_link() {
  addr = support_address();
  document.write('<span>');
  document.write('<a onclick="send_support_mail(); return false;" href="email">'+addr+'</a>');
  document.write('</span>');
}
