jQuery(document).ready(function() {

    /*
        init Cycle
    */
    jQuery('.cycle .csc-textpic-imagecolumn').cycle({
        timeout:        5000,
        speed:          800,
        random:         true
    });

});