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

			});