$(document).ready(function() { 
   
$('#testimonial ul').cycle({ 
    fx:     'fade', 
    speed:   700, 
    timeout: 9000, 
    next:   '#s3', 
    pause:   1 
});
   
   
   
}); 


