function eml( name, usr )
{	
	var n = usr + '@' + 'packhum.org';
	document.write( '<a href="mailto:' + n + '">' + name + '<\/a>' );
}