$(document).ready(
    function(){
	$('ul#portfolio').innerfade({
	speed: 1500, 
	timeout: 5000,      
	type: 'random_start',   
	containerheight: '100px'
       });
    });

