$(document).ready(function() {
    $('#testimonials').cycle({
    fx:      'scrollUp',
    speed:    1000,
    timeout:  15000

});;
});