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