function dispEMAddr(user, host)
{
	var symb = '@';
	document.write('<a href="mail'+''+'to:'+user+symb+host+'">'+user+symb+host+'</a>');
}