$(document).ready(
		function(){
			$('ul#cfdGallery').innerfade({
				animationtype: 'fade',
				speed: 4000,
				timeout: 3500,
				type: 'random_start',
				containerheight: '190px'
			});
			$('ul#cfdGallery2').innerfade({
				animationtype: 'fade',
				speed: 4000,
				timeout: 5500,
				type: 'random_start',
				containerheight: '190px'
			});
	});

