public function getSourceBrandID()
 {
     $str = parent::getSourceBrandID();
     if (!$str) {
         $filter = '//ul[@class="cont02 mb10"]/li[2]/a/text()||1';
         $this->_sourceBrandID = $this->_getRegexpInfo($filter, $this->getContent());
     }
     return $this->_sourceBrandID;
 }