function formatText(index,panel){return index+"";}
jQuery(function(){jQuery('.anythingSlider').anythingSlider({easing:"easeInOutExpo",autoPlay:true,delay:5000,startStopped:false,animationTime:600,hashTags:true,buildNavigation:true,pauseOnHover:true,startText:"<span class='icon'>Go</span>",stopText:"<span class='icon'>Stop</span>",navigationFormatter:formatText});jQuery("#slide-jump").click(function(){jQuery('.anythingSlider').anythingSlider(5);});});