$(function() {
	$('.fade').innerfade({
				speed: 2000,
				timeout: 6000,
				type: 'random_start',
				containerheight: '150px'
		});
		
	
	$('.fadeagenda').innerfade({
				speed: 2000,
				timeout: 11000,
				type: 'random_start',
				containerheight: '150px'
		});
		
		
	$('.fadealaune').innerfade({
				speed: 2000,
				timeout: 8000,
				type: 'random_start',
				containerheight: '150px'
		});	
});
