

$(document).ready(function() {
  // Handler for .ready() called.
   $('#slideshow1').cycle({timeout: 8000,speed: 1000,pause:1});    
});
