function doPerson(part1, part2, part3) {
 var a, b, c, d, e;
 a = '<a href=\"mai';
 b = part1;
 c = '\" class=\"mail\">';
 a += 'lto:';
 d = part1;
 b += '@';
 d += '<span style=\'display:none\'>REMOVE</span>';
 e = '<\/a>';
 b += part3;
 d += '<img src=\'/scripts/img/at.gif\' width=\'12\' height=\'13\' alt=\'\' border=\'0\' align=\'absbottom\' />';
 d += part3;
 document.write(a+b+c+d+e);
}