   $(document).ready(
				function(){
					
					$('.fade-top').innerfade({
						speed: 2500,
						timeout: 7000,
						containerheight: '130px'
					});

			});