function formatText(index,panel){return index+"";};$(function(){$('.slider-home-1').anythingSlider({easing:"easeInOutExpo",autoPlay:true,delay:6000,startStopped:false,animationTime:2000,hashTags:false,buildNavigation:true,pauseOnHover:true,startText:"Paused",stopText:"Playing",navigationFormatter:formatText});$("#slide-jump").click(function(){$('.slider-home-1').anythingSlider(6);});});$(function(){$('.slider-home-2').anythingSlider({easing:"swing",autoPlay:true,delay:7000,startStopped:false,animationTime:2000,hashTags:false,buildNavigation:true,pauseOnHover:true,startText:"Paused",stopText:"Playing",navigationFormatter:formatText});$("#slide-jump").click(function(){$('.slider-home-2').anythingSlider(6);});});

