$("body").ready(function () {
      $('#rotator').cycle({
        fx:      'fade',
        timeout:  5500,
        speed: 1500
    });
});
