	function formatText(index, panel) {
		return index + "";
	}
	
$(function () {
		$('.anythingSlider').anythingSlider({
		startStopped: true,
		easing: "easeInOutExpo",        // Anything other than "linear" or "swing" requires the easing plugin
		buildNavigation: false,          // If true, builds and list of anchor links to link to each slide
		delay: 8000
		
	});
			
});