$(document).ready(function() {   $('#flyer').slideshow({     timeout: 5000,
   fadetime: 2000,
   type: 'sequence'
   });
 });
