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