function print_ilma_link(who, where, text){
	   document.write("<A HREF=\"mai");
	   document.write("lto");
	   document.write(":" + who + String.fromCharCode(64));
	   document.write(where + "\">" + text + "<\/a>");
}
