$.swapImage(".swapImage");

function formatText(index, panel) {
  return index + "";
    }
    
        $(function () {
        
            $('.slidernews').anythingSlider({
                easing: "easeInOutExpo",        
                autoPlay: true,                 
                delay: 3000,                    
                startStopped: false,            
                animationTime: 1000,            
                hashTags: true,                 
                buildNavigation: true,         
        pauseOnHover: false,             
        startText: "Iniciar",            
        stopText: "Detener",              
         navigationFormatter: null       
      
            });
            
            $("#slide-jump").click(function(){
                $('.slidernews').anythingSlider(10);
            });
            
        });

jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel();
});



