﻿$(document).ready(function() {
    $('ul#animatedTimeFlies').animatedinnerfade({
        speed: 1500,
        timeout: 6000,
        type: 'random',
        containerheight: '137px',
        containerwidth: '165px',
        animationSpeed: 0,
        animationtype: 'fade',
        bgFrame: 'none',
        controlBox: 'none',
        displayTitle: 'none'
    });
    $('ul#animatedWpfShell').animatedinnerfade({
        speed: 1500,
        timeout: 6000,
        type: 'random',
        containerheight: '119px',
        containerwidth: '165px',
        animationSpeed: 0,
        animationtype: 'fade',
        bgFrame: 'none',
        controlBox: 'none',
        displayTitle: 'none'
    });
}); 

