peloton = function(){return{}}();

$.extend(peloton, {


    /**
     * Dom Load
     */
    init: function() {
        $('#imageRotate').cycle({
            random: 1
        });
    }

});


/** Dom Load **/
$(function(){
    peloton.init();
});
