$(document).ready(function()
{    
    //$('#slideshow').dsSlideShow({ autoPlay: true, slideLength: 1000, transitionLength: 500 });
    $('#slideshow').dsSlideShow({ autoPlay: true });
});
