var rotator2 = {
    path:   'images/',
    id:   'r2',
    speed:  6000, // default 4500
    images: ["home-mainband-img1.jpg", "home-mainband-img2.jpg", "home-mainband-img3.jpg", "home-mainband-img4.jpg", "home-mainband-img5.jpg"],
    bTrans: true // ie win filter
}

function initRotator() {
    dw_Rotator.setup(rotator2);
}

addLoadEvent(initRotator);

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
