var dom='@pannonicon.hu'
var mlt='mailto:'

function mail(name)
{
	document.write('<a href="'+mlt+name+dom+'">'+name+dom+'</a>');
}
