$(document).ready(function() {
  $('#slideshow').cycle({
    timeout: 4000,
  });
});
