$(document).ready(function() {
	$('#deadlines').innerfade({
						animationtype: 'slide',
						speed: 'slow',
						timeout: 4000,
						type: 'sequence',
						containerheight: 'auto'
					});
					
	$('ul#portfolio').innerfade({
						speed: 'slow',
						timeout: 4000,
						type: 'random',
						containerheight: '189px'
					});
					
	$('ul#con_sostegno').innerfade({
						speed: 'slow',
						timeout: 4000,
						type: 'sequence',
						containerheight: 'auto'
					});
});