function formatText(index,panel){return index+"";};$(function(){$('.anythingSlider2').anythingSlider({easing:"easeInOutExpo",autoPlay:false,delay:2000,startStopped:false,animationTime:700,hashTags:true,buildNavigation:true,pauseOnHover:true,startText:"Go",stopText:"Stop",navigationFormatter:formatText});$("#slide-jump").click(function(){$('.anythingSlider2').anythingSlider(6);});});
