
function showContact()
{
	var e = ema + '#' + emd + '.';
	e = e + tld1 + tld2;
	e = e.replace('#', '@');
	var act = 'ilto';
	act = 'ma' + act;
	document.write('<a href="' + act + ':' + e + '">' + e + '</a>');
}

