﻿$(document).ready(function () {
    $('ul.slider').innerfade({
        speed: 500,
        timeout: 5000,
        type: 'random_start',
        animationtype: 'fade'
    });
});
