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

