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

