// JavaScript Document
var rotator = {
    path:   'bishop/',
    speed:  3000, // default is 4500
    id:   'r2',
    images: ["Final_13.jpg", "bishop1_13.jpg", "bishop2_13.jpg", "bishop3_13.jpg", "bishop4_13.jpg"], 
    bTrans: true, // ie win filter
    bMouse: true, // pause/resume
    bRand: true,
    actions: [""]
}

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

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