
	$(document).ready(
		function(){

			$('#homeAnim').innerfade({
				speed: 'slow',
				timeout: 5000,
				type: 'sequence',
				animationtype: 'fade',
				containerheight: '295px'
			});
			

		}
	);

