﻿$(function () {
    $('#image-cycle').cycle({
        fx: 'fade',
        random: 1,
        speed: 3000
    });
});
