$(document).ready(
		function(){		
			$('.fade').innerfade({
				speed: 1000,
				timeout: 6000,
				type: 'random_start',
				containerheight: '231px'
			});
	});
