function formatText(index,panel){return index+"";}
$(function(){$('.anythingSlider').anythingSlider({easing:"easeInOutExpo",autoPlay:false,delay:3000,startStopped:false,animationTime:600,hashTags:true,buildNavigation:false,pauseOnHover:false,startText:"Go",stopText:"Stop",navigationFormatter:formatText});});
