﻿$(document).ready(function() {
    $('.testimonial').cycle({
		fx: 'fade',
		timeout: 6000,
		delay: -1000
	});
});
