// JavaScript Document

function geta(lhost,lil,lact){
	if (lact=='')lact = lil + "@" + lhost;
	document.write("<a href=" + "mail" + "to:" + lil + "@" + lhost+ ">" + lact + "</a>");
}
