var jQueryDG = jQuery.noConflict();
jQueryDG(function() {
    
    jQueryDG('#rotator').cycle({
        fx:     'fade',
        speed:  'fast',
        timeout: 4000,
        pause: 0,
    });
});

