function doRotator(){
    $('.carousel').cycle({ 
        fx:     'fade', 
        next:   'a.next', 
        prev:   'a.previous',
        slideExpr: 'div.panel',
        timeout: 0
    });
}