$(function(){if(window.location.pathname.match(/^\/local\/|$/)&&Drupal.settings.npSlideshow.localSlideshow){var source=Drupal.settings.npSlideshow.localSlideshow;var dataSource={getLength:function(){return source.data.length},getContent:function(i){var item=source.data[i];return'<div class="footage-thumb"><a title="'+item.title+'" href="'+item.path+'"><img width="120" height="90" alt="'+item.title+'" src="'+item.thumb+'" /></a></div>'}};$(".day-scroller").horizScroll("day-scroller",{dataSource:dataSource})}});