$(document).ready(function() {
  $('#image-cycle').cycle({ 
    fx:    'fade', 
    pause:  1,
    random: 1,
    timeout: 5000
  });
});
