var rotator1 = {
    path:   "/images/elmo-pv/",
    id:   "r1",
    speed:  4000,
    bTrans: true,
    images: ["budova-1-200x150.jpg", "budova-2-200x150.jpg", "budova-3-200x150.jpg", "budova-4-200x150.jpg", "budova-5-200x150.jpg"]
}


function initRotators() {
    dw_Rotator.setup(rotator1);
}

dw_Event.add( window, 'load', initRotators);
