
function mmt(dom, ext, usr, name) 
{
	if (ext == 'c') ext = 'com';
	if (ext == 'i') ext = 'info';
	if (ext == 'n') ext = 'net';
	document.write('<a href="mailto:', usr, '@', dom, '.', ext,
					'">', name, '<\/a>');
}

