protected function _beforeToHtml()
 {
     $this->getRequest()->setParam('cat', '');
     if (Mage::helper('adjnav')->isPageAutoload()) {
         $this->setTemplate('adjnav/product_list_toolbar.phtml');
     }
     return parent::_beforeToHtml();
 }