var rotator1 = {
    path:   'images/sponsors/',
    id:   'r1',
    speed:  3000, // default is 4500
    bTrans: true, // ie win filter
    bRand:  false, // random rotation
    bMouse: true, // pause/resume
    images:     ["carbboom.jpg", "Nathan.jpg"],
    actions:    ["http://www.carbboom.com/",
                "http://www.nathansports.com/"],
    alt:	["carb Boom Sports Nutrition", 
    		"Nathan Human Propulsion Laboratories"]
}
function initRotator() {
    dw_Rotator.setup(rotator1);
}

dw_Event.add( window, 'load', initRotator);