/* Testimonials and Eye Candy JS */$(function () {	$('#affiliates_group').cycle({ 		prev:   '#previous_set_link', 		next:   '#next_set_link',		pause: true, 		timeout: 6000,		speed: 1000	});	$('#testmonials_container').cycle({ 		prev:   '#previous_set_link', 		next:   '#next_set_link',		pause: true, 		timeout: 6000,		speed: 1000	});});