function insert(shortname, dom)
{
	document.writeln("<a href=\"mailto:"+shortname+"@"+ dom+"\">"+shortname+"@"+dom+"</a>");
}
