
(function($){
    $(document).ready(function(){

        // cycle
        $('.articlesContainer').cycle({
            fx: 'fade',
            timeout: 6000,
            pause: 1
        })
    });

})(jQuery)
