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