﻿$(document).ready(function () {
	 
	// Testimonial Cycle
	 $('.testimonial-slideshow').cycle({
        timeout: 10000,
		random: true,
		fx: 'fade'
     });
	
 });
