$(document).ready(function(){
    $('#bannerswap').cycle({ 
        fx:    'fade', 
        speed:  5000 
    });
});
