function GetJAAEmail( alias, text )
{
  return '<a href="mailto:' + alias + '@jhsalumniassociation.com">' + text + '</a>';
}
