$(document).ready(function () {

    $('#slideshow').cycle({
        fx: 'fade',
        random:1
    });

});
