$(document).ready(function(){
    $('#autobanner').cycle({
        fx: 'fade',
        random: true
    });
})

