$(document).ready(
    function(){
        $('#slideshow-i').innerfade({
            speed: 8000,
            timeout: 6000,
            type: 'random',
            containerheight: '113px'
        });
    }
);
