// JavaScript Document
// Common to all pages that use the scroller component

(function($) {
	$(function() { //on DOM ready	   
		$("#scroller").simplyScroll({
				 autoMode: 'loop' 
			
		});
	});
})(jQuery);