// JavaScript Document

var rotator1 = {
    path:   'js/slideshow/images/',
    id:   'r1',
    speed:  4500, // default 4500
    images: ["pic1.gif", "pic2.gif", "pic3.gif", "pic4.gif", "pic5.gif", "pic6.gif", "pic7.gif", "pic8.gif", "pic9.gif", "pic10.gif", "pic11.gif", "pic12.gif", "pic13.gif", "pic14.gif"],
    bTrans: true // ie win filter
}

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

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