﻿var shim = 'png-fix/blank.gif';

$(document).ready(function() {
    // font end image fading
    $('.front-page-rotator').cycle(
    {
        fx: 'fade',
        random: 0,
        speed: 2500,
        timeout: 7500
    });

});
