$events_sticky_block .= '</div>';
        }
        if (isset($event['full_images'])) {
            $events_sticky_block .= '      <div class="event-image"><a href="' . $base_url . '/' . t('store') . '/' . $store['clean_url'] . '/' . t('animations') . '">' . $event['full_images'] . '</a></div>';
        }
        $events_sticky_block .= '</li>';
    }
    $events_sticky_block .= ' </ul>';
    $events_sticky_block .= ' </div>';
    $events_sticky_block .= '</div>';
} else {
    $events_sticky_block = '';
}
if (function_exists('jcarousel_add')) {
    $options = array('vertical' => FALSE, 'skin' => 'core_carousel_catalogs', 'visible' => 1, 'scroll' => 1, 'animation' => 'slow', 'wrap' => 'both', 'side_arrows' => 'navigation', 'navigation' => 'bullets', 'initCallback' => 'Drupal.jcarousel.navigation_initCallback', 'itemLastInCallback' => 'Drupal.jcarousel.navigation_itemLastInCallback', 'animationStepCallback' => 'Drupal.jcarousel.animationStepCallback');
    jcarousel_add('nowinstore-jcarousel', $options);
}
print $events_sticky_block;
?>
  </div>  
 
 <div id="store-not_sticky-events-block" class="block-wrapper">
 <?php 
if (!empty($animations_not_sticky)) {
    $events_not_sticky_block = '<div id="store-events-typology">';
    $events_not_sticky_block .= '<h2>' . t('Others animations') . '</h2>';
    $events_not_sticky_block .= '<div class="all-events-link"><a href="' . $base_url . '/' . t('store') . '/' . $store['clean_url'] . '/' . t('animations') . '">' . t('View all animations') . ' &gt;</a></div>';
    $events_not_sticky_block .= '<div class="inner-block half-width-carousel">';
    $events_not_sticky_block .= '<ul class="store-typology-events-list">';
    $index = 0;
    $odd = TRUE;
      <li id="pluggable-features">
        <h3>Pluggable Features</h3>
        <p>"Out of the box ready" content features, which provide sections of your site. <strong>Features</strong> can also be set to "private", thus viewable to only members of the project.</p>
      </li>

      <li id="content-aggregation">
        <h3>Content Aggregation</h3>
        <p>Keep the web sites fresh by pulling in content from relevant sources using RSS. <strong>Projects at Harvard</strong> provides built-in tools for RSS feeds making feeds easy to set up.</p>
      </li>

      <li id="layout-tool">
        <h3>Interactive Layout Tool</h3>
        <p>Design page layouts using a visual "drop-and-drop" blueprint of the site. The Layout Tool provides an easy (and fun!) way to arrange the content presentation on any site. Each site owner can design site-wide default layouts or create unique layouts for different sections of their site.</p>
      </li>

      <li id="sharing">
        <h3>Share With Others</h3>
        <p>Easily share web pages on other social networks such as <strong>Facebook</strong> and <strong>Twitter</strong>. Project Managers have the ability to distribute bookmark links to a variety of social network sites quickly and easily.</p>
      </li>

      <li id="analytics">
        <h3>Analytics</h3>
        <p>Just provide your Google Analytics ID and data from your <strong>Projects at Harvard</strong> site will be sent to your Goggle analytics account automatically.</p>
      </li>
    </div><!--/row -->
  </div><!--/panel -->
</div><!--/panel wrapper -->

<?php 
jcarousel_add($selector = '#features-carousel', $options = array(), $skin = 'os_front', $skin_path = $directory . '/carousel.css');