	   $(document).ready(
				function(){
									
					$('.adi').innerfade({
						speed: 'slow',
						timeout: 10000,
						type: 'random',
						containerheight: '129px'
					});

			});
