function sb(s){
// function for creating a mail to from Paul tukey // nja-ucc.org/shared/tools/sbencode.html
var r=/\[([0-9A-F]{2})\]/g;s=s.replace(r,'%$1');
document.write(unescape(s))}