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

			});
