function initRotator() {
    var rotator1 = new dw_Rotator('img1', 3500, "banners/r1/");
    rotator1.addImages("1.jpg","2.jpg","3.jpg");
    rotator1.addActions("javascript:self.location='index.asp';","javascript:self.location='index.asp';","javascript:self.location='index.asp';");
	
	
	
	var rotator2 = new dw_Rotator('img2', 3500, "banners/r2/");
    rotator2.addImages("1.jpg","2.jpg","3.jpg");
    rotator2.addActions("javascript:self.location='index.asp';","javascript:self.location='index.asp';","javascript:self.location='index.asp';");



    var rotator3 = new dw_Rotator('img3', 3500, "banners/r3/");
    rotator3.addImages("1.jpg","2.jpg","3.jpg");
    rotator3.addActions("javascript:self.location='index.asp';","javascript:self.location='index.asp';","javascript:self.location='index.asp';");



    var rotator4 = new dw_Rotator('img4', 3500, "banners/r4/");
    rotator4.addImages("1.jpg","2.jpg","3.jpg");
    rotator4.addActions("javascript:self.location='index.asp';","javascript:self.location='index.asp';","javascript:self.location='index.asp';");


rotator1.rotate(); // sometimes may want to call rotate here
rotator2.rotate();
rotator3.rotate();
rotator4.rotate();
    dw_Rotator.start();
}
