$(document).ready(function() {   
    $('.nieuwsbanner').cycle({ 
        fx:     'fade', 
        speed:   4000, 
        timeout: 5000, 
        requeueOnImageNotLoaded: 0,
        pause:   1
    });    
});
