	$(document).ready(
		function(){
			$('#news').innerfade({
				animationtype: 'slide', //Type of animation 'fade' or 'slide' (Default: 'fade'),
				speed: 750, //Fadingspeed in milliseconds or keywords (slow, normal or fast)(Default: 'normal'),
				timeout: 5000, //Time between the fades in milliseconds (Default: '2000'),
				type: 'sequence', //Type of slideshow: 'sequence', 'random' or 'random_start' (Default: 'sequence'),
				containerheight: '1em' //Height of the containing element in any css-height-value (Default: 'auto')
//				runningclass: CSS-Class which the container get’s applied (Default: 'innerfade')
			});
		}
	);
