function mailto_uncrypt(c){var a=c.split("73");var d="";var e=0;for(var b=0;b<a.length;
b++){e=((a[b]-2)/2)-2;d+=String.fromCharCode(e)}location.href="mailto:"+d};