$(document).ready(function(){
  $('.slideshow').cycle({
    fx: 'fade',
    random: 1,
    speed: 5000,
    timeout: 15000
  });
});
