	$(document).ready(
		function(){
			
				$('#block-aggregator-feed-1 ul').innerfade({
				animationtype: 'fade',
				speed: 'slow',
				timeout: 4500,
				type: 'sequence',
				containerheight: '1.5em'
			});		
		}
	);