{
function emil(tld,dom,acc,style) {
	document.write('<a href="mailto:',acc,'@',dom,'.',tld,'"');
	if (style!='') document.write(' class="',style,'"');
	document.write('>',acc,'@',dom,'.',tld,'</a>');
	}
}

