	$(document).ready(
		function(){
			$('.image-rotates').innerfade({
				speed: 'slow',
				timeout: 4000,
				type: 'random',
				containerheight: '220px'
			});
			$('.image-rotates-two').innerfade({
				speed: 'slow',
				timeout: 5000,
				type: 'random',
				containerheight: '220px'
			});
		}
	);