function adrlink(user,domain)	{
	document.write('<a href="mailto:'+user+'@'+domain+'">'+user+'@'+domain+'</a>');
}
