
$(document).ready(
		function () {

			$('#news').innerfade({
			    animationtype: 'fade',
				speed: 'slow',
				timeout: 10000,
				type: 'random',
				containerheight: '230px'
			});

		}
	);


