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