﻿
jQuery(document).ready(function(){

    initTestimonial();           

});


function initTestimonial(){

    $('#testimonialSlides').cycle({ 
       fx:     'scrollVert',
       timeout: 0, 
       speed: 400,
       next:   '#testimonialNext', 
       prev:   '#testimonialPrev' 

     });
     
}
