$(document).ready(function ()
{
	$('#ticker ul').cycle({
		fx: 'fade'
	}); 
});
