function mail(b){var a;var c="";for(a=0;a<b.length;a++){c=c+String.fromCharCode(b.charCodeAt(a)-1)}location.href="mailto:"+c};
