jQuery(document).ready(function(){

    jQuery('#banner').cycle({
        fx:'fade',
        timeout:5000
    });    

});
