$(document).ready( 
	function(){ 
		$('#portfolio').innerfade({ 
			speed: 'slow', 
			timeout: 6000, 
			type: 'random_start', 
			containerheight: '252px'}); 
	} 
);