$(function () {
    $('.slideShow').slideShow({
        start: 'random'
    });
});
