   $(document).ready(
				function(){
					
					$('.fade').innerfade({
						speed: 1500,
						timeout: 3500,
						type: 'random_start',
						containerheight: '170px'
					});

			});
