$(document).ready(function() {
	jQuery('#ticker ol').cycle({fx: 'scrollLeft', speed:5000});
    jQuery('#ticker ol').fadeIn(600);
});
