

$(document).ready(function () {
							
	
	$('#scroller').easyAccordion({ 
			autoStart: true, 
			slideInterval: 5000
	});

});
