$(document).ready(function() {
    $('.adslide').cycle({
        fx: 'scrollLeft', 
        speed:    2000, 
        timeout:  4000,
        pause:  1  
    });

    $('.testimonial').cycle({
        fx: 'scrollUp',
        speed: 2000,
        timeout: 10000,
        pause: 1
    });

});


