var rotator1 = {
     path:   'images/slideshow/',
     id:     'r1',
     speed:  2000,
     bTrans: true,
     images: ["csteel.png", "midweststeel1.png", "nps.png"]
}
    
var rotator2 = {
     path:   'images/slideshow/',
     id:     'r2',
     speed:  4000,
     bTrans: true,
     bMouse: true,
     images: ["christyminerals.png", "robbins.png"]
}
		    
var rotator3 = {
     path:   'images/slideshow/',
     id:     'r3',
     speed:  3000,
     bTrans: true,
     bMouse: true,
     images: ["ncc.png", "midweststeel2.png", "nss.png"]
}
		    
function initRotators() {
     dw_Rotator.setup(rotator1, rotator2, rotator3);
}
			
dw_Event.add( window, 'load', initRotators);

