$(function(){ SyntaxHighlighter.all(); }); $(window).load(function(){ $('#carousel').flexslider({ animation: "slide", controlNav: false, animationLoop: true, slideshow: true, itemWidth: 74, itemMargin: 15, asNavFor: '#view' }); $('#view').flexslider({ animation: "fade", slideshowSpeed: 3000, slideToStart: 0, controlNav: false, animationLoop: true, slideshow: true, sync: "#carousel", start: function(slider){ $('body').removeClass('loading'); } }); });