$(document).ready(function() {

    $('#testimonials').cycle({
        fx: 'fade',
        speed: 700,
        timeout: 4000,
        next: 'testimonials',
        pause: 1
    });

});

