$(function() {
    $("#rotator div").cycle({
        autostop:true,
        speed:   1000,
        timeout: 4000,
        delay:  -1000,
    });
});
