var rotator1 = {
    path:   'http://alsinan.com.sa/images/homerotate/',
    id:   'r1',
    speed:  4500, // default 4500
    images: ["01.gif", "02.gif", "03.gif", "04.gif", "05.gif", "06.gif", "07.gif", "08.gif", "09.gif", "10.gif", "11.gif", "12.gif", "13.gif"],
    bTrans: true // ie win filter
}

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

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