runOnLoad(function(){
    $('#cylce').cycle({
        fx:         'fade',
        timeout:    5000
    });
});