public function getCategoryItemArea()
 {
     $str = parent::getCategoryItemArea();
     $data = parent::getCategoryItemUrL();
     $this->_category_item_area = array();
     foreach ($data as $k => $v) {
         $this->_category_item_area[$k] = $str;
     }
     return $this->_category_item_area;
 }
 public function getCategoryItemArea()
 {
     $str = parent::getCategoryItemArea();
     $this->_category_item_area = str_replace("/links.htm", "", $str);
     return $this->_category_item_area;
 }