var rotator1 = {
    path:   'images/banner/',
    id:   'r1',
    speed:  5000, // default 4500
    images: ["image1.jpg", 
			 "image2.jpg" 
			 ],
    

	
	bTrans: true // ie win filter
}

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

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