/**
  */
 public function logoutAction()
 {
     Site_Model_Authentication::getInstance()->logout();
     $this->_redirect('/');
 }