﻿$(document).ready(function() {
    // cycle
    $('.stage').cycle({
        fx: 'fade',
        speed: 2000,
        pause: 1,
        random: 1
    });

    $('.stage_slow').cycle({
        fx: 'fade',
        speed: 4000,
        random: 1
    });


});
