$(document).ready(function()
{
	$('#arvostelut').innerfade(
	{
		animationtype:		'fade',			// Type of animation 'fade' or 'slide' (Default: 'fade'),
		speed:				'normal',		// Fadingspeed in milliseconds or keywords (slow, normal or fast)(Default: 'normal'),
		timeout:			4000,			// Time between the fades in milliseconds (Default: '2000'),
		type:				'random_start',	// Type of slideshow: 'sequence', 'random' or 'random_start' (Default: 'sequence'),
		containerheight:	'50px',			// Height of the containing element in any css-height-value (Default: 'auto'),
		runningclass:		'innerfade'		// CSS-Class which the container get’s applied (Default: 'innerfade')
	});
});
