protected function create()
 {
     parent::create();
     $this->basename = 'widget.bookmarks';
     $this->cache = 'nocache';
     $this->data['redir'] = false;
     $this->redirlink = '/addtobookmarks.htm';
 }