// JavaScript Document
function formatText(index, panel) {return index + "";}
		
$(document).ready(function(){ 

	$('.anythingSlider').anythingSlider({ easing: "easeInOutExpo", autoPlay: true, delay: 5000, startStopped: false, animationTime: 800, hashTags: true, buildNavigation: true, pauseOnHover: true, startText: "Go", stopText: "Stop", navigationFormatter: formatText});	
	
});
