var rotator_1 = {
    path:   '/logos/',
    id:   'r_1',
	bTrans: true, // ie win filter
    images: ['certainnewsmall.jpg', 'HotelPlanner_Websmall.gif', 'WHITEbg2.jpg', 'cysytems2small.jpg']
}

var rotator_2 = {
    path:   '/logos/',
    id:   'r_2',
	bTrans: true, // ie win filter
    images:     ['regonline.jpg','arcaneo.jpg','smsmall.jpg', 'Pollsmall.jpg','DEILOGO.jpg', 'digitellsmall.jpg']
}

var rotator_3 = {
    path:   '/logos/',
    id:   'r_3',
	bTrans: true, // ie win filter
    images:     ['ubi.png','ActevaWeb.png','smartsmall.jpg','passkey.jpg', 'expopcadnewlogosmall.jpg', '1wingatesmall.jpg']
}

function initRotators() {
    dw_Rotator.setup(rotator_1);
    dw_Rotator.setup(rotator_2);
	dw_Rotator.setup(rotator_3);
}

addLoadEvent(initRotators);