   $(document).ready(
				function(){
					
					$('.fade').innerfade({
						speed: 800,
						timeout: 6500,
						type: 'random_start',
						containerheight: '325px'
					});

			});