$(document).ready( function(){
    $('ul#noipallavolo').innerfade({
	speed: 2000,
	timeout: 3000,
	type: 'random',
	animationSpeed: 3000,
	animationtype: 'fade',
	bgFrame: 'none',
	controlBox: 'none',
	displayTitle: 'none'
	});
} );
