$(document).ready(function() {
    $('.featured_image').cycle({
		fx: 'shuffle',
		timeout: 0,
                random: 1

               
	});
});

