var rotator1 = {
    path: 'Images/Rotate/50th_Anniv/',  // path to your images
    id:   'rotateimg',   // id assigned in image tag
    bTrans: true, // transition filter for IE Win
    bRand:  true,
    images: ["school.jpg","Marian-CCHS-Northwest-Rendering.gif", "Marian-CCHS-Southeast-Rendering.gif", "Marian-CCHS-Southwest-Rendering.gif"]
}

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


