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

