// JavaScript Document
	$(document).ready(
		function(){
			$('#news').innerfade({
				animationtype: 'fade',
				speed: 'slow',
				timeout: 3500,
				type: 'random_start',
				containerheight: '50px'
			});
		}
	);

