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