protected function getDescription($oNode)
 {
     $oNode = apply_filters('aal_filter_description_node', $oNode, $this);
     $this->oDOM->removeNodeByTagAndClass($oNode, 'span', 'tgRssAllTags');
     $this->oDOM->removeNodeByTagAndClass($oNode, 'span', 'tgRssProductTag');
     $this->oDOM->removeNodeByTagAndClass($oNode, 'span', 'tgRssReviews');
     return parent::getDescription($oNode);
 }