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