$(document).ready(function() {

   $('#ticker').cycle({
       fx:    'scrollLeft',
delay:-4000,
   speed:8000
	});
});
