$(document).ready(
	function(){
		$('#news').innerfade({
			animationtype: 'fade',
			speed: 2000,
			timeout: 8000,
			type: 'random'
		});
	});
