var rotator1 = {
    path:   'images/',
    speed:  10000, // default is 4500
    id:   'r1',
    images: ["forsale/Alvarez_AD70SC-2.jpg", "forsale/Crate_20VTX65.jpg"], 
    bTrans: true, // ie win filter
    bMouse: true, // pause/resume
    captionId: 'img_caption',
    captions:   ["<b>Alvarez AD70SC</b><br> $399 plus tax", "<b>Crate VTX-65 (NEW)</b> <br> $299 plus tax"]
}

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

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