var rotator1 = {
    path:   'images/',
    speed:  2500, // default is 4500
    id:   'r1',
    images: ["home-1.png", "home-2.png", "home-3.png", "home-4.png", "home-6.png", "home-7.png", "home-8.png"], 
    bTrans: true, // ie win filter
    bMouse: true, // pause/resume
    bRand: true,
    actions: ["index.html", "http://www.dyn-web.com", 
        "http://www.dyn-web.com/code/rotate_images/documentation.php", 
        "http://www.dyn-web.com/code/rotate_php/"]
}

function initRotator() {
    dw_Rotator.setup(rotator1);
}

dw_Event.add( window, 'load', initRotator);





