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

});
