
$(function() {
  $('.ads').cycle({ 
      fx:    'scrollDown', 
      timeout: 8000,
      delay: -10,
      cleartypeNoBg: false
  });
});

