$(document).ready(
        function(){
            $('#fadeimages').innerfade({
                animationtype: 'fade',
                speed: 750,
                timeout: 10000,
                type: 'random',
                containerheight: '130px'
            });

        $('#fadeimages').show();
    });

