$(function() {
    $('#home-1a').cycle({ 
    fx:     'fade', 
    speed:   1000, 
    timeout: 6000, 
    pause:  1,
    random: 1
    });
});
