$(function() {
    $('#fade').cycle({
        fx:     'fade',
        speed:   900,
        timeout: 6000,
        next:   '#fade',
        pause:   1
    });
});