$(function(){				
	$("#clients ul").innerfade({
		animationtype: 'fade',
		speed: 1000,
		timeout: 4000,
		type: 'random_start',
		containerheight: '212px'
	});
});



