// JavaScript Document
var rotator1 = {
    path:   '/assets/templates/risk-decisions/images/homepg_banner/',
    speed:  5000, // default is 4500 1000=1second
    id:   'cycleimage',
	images:     ["homepgBanner1.gif","homepgBanner2.gif","homepgBanner3.gif","homepgBanner4.gif","homepgBanner5.gif","homepgBanner6.gif"],
	actions:    ["index.html", "index.html", "index.html", "index.html", "index.html", "index.html"],
    bTrans: true, // ie win filter
    bMouse: true // pause/resume
}

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

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