﻿$(document).ready(function() {
    $('#rotator').cycle({
        fx: 'fade',
        speed: 750,
        pause: 1
    });
});
