$(document).ready( 
	function(){ 
		$('ul#mensen').innerfade({ 
			animationtype: 'fade', 
			speed: 2000, 
			timeout: 6500, 
			type: 'sequence',
			containerheight: 'auto' 
		}); 
		
		/*$(this).oneTime(3000, function() {
   			$("#hoofdbeeld").fadeOut("slow");
  		});*/
		
	} 
	
	
	
); 
