$(document).ready(
	function(){
		$('ul#portfolio').innerfade({
			speed: 1000,
			timeout: 5000,
			type: 'sequence',
			containerheight: '220px'
		});
		
		$('.fade').innerfade({
			speed: 1600,
			timeout: 5200,
			type: 'random_start',
			containerheight: '1.5em'
		});
		
		$('.adi').innerfade({
			speed: 'slow',
			timeout: 5000,
			type: 'random',
			containerheight: '150px'
		});
});
