protected function _toHtml()
 {
     if (!Mage::registry('subdomain')) {
         if (Mage::helper('gomage_navigation')->isGomageNavigationAjax()) {
             $this->setTemplate('gomage/navigation/catalog/product/list/toolbar.phtml');
         }
     }
     return parent::_toHtml();
 }