$(document).ready(
		function(){
			$('#kids').innerfade({
				speed: 'slow',
				timeout: 8000,
				type: 'sequence',
				containerheight: '120px'
			 }); 
		 } 
	);