//swfobject.registerObject("homeFlash", "9.0.115", "/swf/expressInstall.swf");
$(document).ready(function() {
	$(".tabs").tabs(" #testimonials .testimonial", { 
		// enable "cross-fading" effect 
		effect: 'fade',
		fadeInSpeed: 500,
		fadeOutSpeed: 500,
		rotate: true
	}).slideshow( {clickable: false, autoplay: true, interval: 6000} );
});

