   $(document).ready(
				function(){
					
					$('.fade').innerfade({
						speed: 1200,
						timeout: 3800,
						type: 'random_start',
						containerheight: '219px'
					});

			});