$(document).ready(function() {
  $('.slideshow').cycle({
    timeout: 6000,
    fx: 'fade'
  });
});