$(function() {
    $('#banner-featured').cycle({
        speed: 1700, 
        timeout: 5000,
        random: 1
    });
});