(function($) {
	$(document).ready(function() { //on DOM ready
		$("#scroller").simplyScroll({
			speed: 10
		});
	});
})(jQuery);

