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

			});