﻿$(document).ready(function() {
  $('.testimonials').cycle({
    fx: 'fade',
    speed: 2500,
    timeout: 10000
  });
});