$(document).ready(function() {
  $('.slideshow').cycle({speed:5000, timeout:1000, autostop: 3});
});

