$(document).ready(function()
{
	$('#ticker ul').cycle({ 
		fx:      'scrollUp', 
		speed:    1000, 
		timeout:  6000,
		pause: true 
	});
	
});
