/**
  * @return      string
  */
 private function _getFormattedDescription($aItem)
 {
     $_aAttribuetes = array('href' => $aItem['link'], 'rel' => 'nofollow', 'class' => 'button button-secondary', 'target' => '_blank', 'title' => esc_attr(__('Get it Now', 'amazon-auto-links')));
     return "<h4>" . $aItem['title'] . "</h4>" . $aItem['description'] . "<div class='get-now'>" . "<a " . AmazonAutoLinks_WPUtility::generateAttributes($_aAttribuetes) . ">" . __('Get it Now', 'amazon-auto-links') . "</a>" . "</div>";
 }