// START ROTATOR 5 ( THREE OF THREE IN GOLD SPONSORS)

var rotator5 = {
    path:   'images/sponsors/gold/160w/',
    speed:  4400, // default is 4500
    id:   'r5',
    images: ["img19.png", "img20.png", "img21.png", "img22.png", "img23.png", "img24.png", "img25.png", "img26.png", "img27.png"], 
    bTrans: true, // ie win filter
    bMouse: true, // pause/resume
    bRand: true,
    actions: ["event_info/sponsors.php#platsponsors"]
}
 
function initRotator() {
    dw_Rotator.setup(rotator5);
}
 
dw_Event.add( window, 'load', initRotator);

