
var rotator3 = {
    path:   'http://www.asdgiovanileficarazzi.it/public/vol_sponsor/images/',
    id:   'r3',
    speed:  4000, 
    bTrans: true, // ie win filter
    bRand:  false, // random rotation
    bMouse: false, // pause/resume
    images:     ["pepi.jpg", "giove.jpg"]    
}

var rotator4 = {
    path:   'http://www.asdgiovanileficarazzi.it/public/vol_sponsor/images/',
    id:   'r4',
    speed:  4000,
    bTrans: true, // ie win filter
    bRand:  false, // random rotation
    bMouse: false, // pause/resume
    images:     ["giove.jpg", "pepi.jpg"]        
}
 
function initRotator() {
    dw_Rotator.setup(rotator3, rotator4);
}
 
dw_Event.add( window, 'load', initRotator);
