function showObjectNav()
 {
     $nav = new PeopletagNav($this, $this->tagged);
     $nav->show();
 }
 function showObjectNav()
 {
     $nav = new PeopletagNav($this, $this->profile);
     $nav->show();
 }