$(document).ready(function() {
    $('#slideshow').cycle({
		random		:   true,
        timeout     :   11000,
        fx          :   'fade'
    });
    $('#slideshow img').show();
});




