var rotator1 = {
    path:   '../../images/sponsoren/',
    id:   'r1',
    speed:  3000, // default is 4500
    bTrans: true, // ie win filter
    bRand:  true, // random rotation
    bMouse: true, // pause/resume
    images:     ["ace.gif", "addax.gif", "moonen.gif", "pro_sweep.gif", "martin_schuurmans.gif", "princen_sport.gif", "comeco.gif", "schutterswelvaren.gif", "van_bruggen.gif", "van_gijn.gif", "bcoort.gif", "oxalis.gif", "boons.gif", "van_laaracker.gif", "empathos.gif", "gibo_groep.gif", "gerotech.gif", "eric_damen.gif", "rowlin.gif", "jan_spijkers.gif", "combiron.gif", "decoration_art.gif", "andy_van_vught.gif", "sbs.gif", "bgraus.gif", "vuurwerk_orthen.gif", "verharen_koeriersdiensten.png"],
	
    actions:    ["#", "#", "#", "#", "#", "#", "#", "#", "#", "#", "#", "#", "#", "#", "#", "#", "#", "#", "#", "#"]
}

function initRotator() {
    dw_Rotator.setup(rotator1);
}

dw_Event.add( window, 'load', initRotator);
