// JavaScript Document

// rotation speed, path to images, linked (boolean), mouse events (boolean), target window name
var rotator1 = new dw_RandRotator(4000, "images/");
var imgList = ["top_pic01.gif", "top_pic02.gif", "top_pic03.gif", "top_pic05.gif", "top_pic06.gif"];
// images array, width and height of images, transition filter (boolean)
 rotator1.setUpImage(imgList , 216, 123, true);

