$(function() {
  $('.quote').cycle({        
    timeout: 10000,
    speed: 500
  });
});
