 $(document).ready(function() {
        $('#picholder').innerfade({
                speed: 5000,
                timeout: 10000,
                containerheight: '233px',
                type: 'random'
        });

        $('#picholder1').innerfade({
                speed: 4000,
                timeout: 12000,
                containerheight: '233px',
                type: 'random'
        });

});
