var rotator1 = {
    path:   'images/',
    speed:  6000, // default is 4500
    id:   'r1',
    images: ["home1e.jpg", "home2e.jpg", "home3e.jpg"], 
    bTrans: true, // ie win filter
    bMouse: true, // pause/resume
    bRand: true,
    images: ["home1e.jpg", "home2e.jpg", "home3e.jpg"],
    actions: ["worldprojects/index.html"]
}

function initRotator() {
    dw_Rotator.setup(rotator1);
}

addLoadEvent(initRotator);
