$(document).ready(function() {

    $('#browsable').cycle({
        timeout: 4000
    });

});
