﻿$(function() {
$('#RHSImageRotator').cycle({
        fx: 'fade',
        random: 1,
        timeout: 3000,
        speedIn: 800,
        speedOut: 2000
    });

});
