function mailLink(pre,post) {
document.write('<a href="mail'+'to:' + pre + '@' + post +'">' + pre + '@' + post + '<\/a>');
}


