I am trying to get the name of the role of the currently logged in admin. I can get the admin user, but I can't figure out how to query their role name. The Magento docs are weak =/\[code\]$usr = Mage::getSingleton('admin/session')->getUser();\[/code\]Ideas anyone?