$(function() {
    $('#swapper').cycle({
        fx:     'fade',
        speed:  2000,
        timeout: 3000,
        delay: 500,
        pause:  1,
		random: true
    });
});
