$(function() {
    $('#cycle_banner').cycle({
            timeout: 5000
        });
    });