/* Testimonials and Eye Candy JS */$(function () {	$('#testiomonial_items').cycle({ 		prev:   '#previous_testimonial_link', 		next:   '#next_testimonial_link',		pause: true, 		timeout: 6000,		speed: 1000	});	$('#client_list_homepage_showcase').cycle({ 		prev:   '#previous_testimonial_link', 		next:   '#next_testimonial_link',		pause: true, 		timeout: 6000,		speed: 1000	});});