$(function() {
    
    $('#motive').cycle({
        random: 1,
        delay:  -1000,
        timeout: 200,
        speed: 4000
    });
    
});