$(document).ready(function()
{
	
	if ($("#news-tabella").length)
	{

		$('#news-tabella').cycle({
			fx: 'scrollUp',
			speed: 2000,
			pause: 1,
			timeout: 8000
			, animOut: { opacity: 0 }
		});
	}
	
	
});
