$(function() {
  $('#intro div').cycle({
    fx: 'fade',
    random: 0,
    speed: 1000,
    timeout: 10000,
    pause: 0
  });
});
