$(document).ready(function() {
    $('#billboard').cycle({
        fx: 'fade',
        timeout: 3000
    });
});
