<!--
function showaddress($user,$domain) {
	document.write("<a href=\"mailto:"+$user+"@"+$domain+"\">");
	document.write($user+"@"+$domain+"</a>");
}
-->
