   $(document).ready(
				function(){
					$('#news').innerfade({
						
						speed:500,
						timeout: 2500,
						type: 'sequence',
						containerheight: '1em'
					});
					

			});
