$(document).ready(function() {
    if ($('.banners') != null) {
        $('.banners').cycle({
            fx: 'fade',
            random: 1,
            timeout: 10000
        });
    }
});