function sdrawkcab(a) {
 r = "";
 for(i = a.length-1; i >= 0; i--) {r += a.charAt(i);}
 document.write('<a href="mailto:' + r + '">' + r + '</a>');
}