// When ready
$(document).ready(function () {

	// Template scripts for connectyorkshire.org

	// Run testimonionals cycle
	$("#testimonials-cycle").objectSlideshow({
		Width: "158px",
		MaxTime: 10,
		RandomStart: true,
		TransitionTime: 3,
		Effect: "blend",
		Debug: true
	});

});
