by Andrew Normore.
I believe they are stored in the $PAGE global variable.
Inside your function, try this
function whatever() {
global $PAGE;
var_dump($PAGE);
var_dump($PAGE->navigation);
}