// JavaScript Document
//<![CDATA[
<!-- 
function titi(a,b) {
document.write('<a href=\"mailto:' + b + '@' + a + '\">');
document.write(b + '@' + a + '<\/a>'); 
}

function noshow(a,b,c,d) {
document.write('<a href=\"mailto:' + c + '@' + b +'.' +a +'\">');
document.write(d+'<\/a>'); 
}
//-->
//]]>
