function beforeFilter()
 {
     parent::beforeFilter();
     $this->Auth->allow(array('view', 'sitemap', 'request_page_data', 'children'));
 }