$(document).ready(function() {
    $('#testimonial').cycle({
		fx: 'fade',
		timeout:  6000
	});
});
