var rotator1 = {
    path: "http://images.thecollectorshub.com/specialimages/",
    id: "r1",
    speed:  3000, // default is 4500
    bTrans: true,
    bMouse: true,
    images:     ["sectionpage-large1.jpg",
                 "sectionpage-large2.jpg"
                 "sectionpage-large3.jpg"],
    actions:    ["jim-shore-christmas-fairy.html",
                "santa-claus.html",
                "fontanini-nativity-set.html"]
}

function initRotator() {
    // pass name of variable containing rotator properties
    dw_Rotator.setup(rotator1);
