$(function(){
    $('#scene').innerfade({
        speed: 'slow',
        timeout: 7000,
        type: 'random',
        containerheight: '1em'
    });
    $('#scene2').innerfade({
        speed: 'slow',
        timeout: 11000,
        type: 'sequence',
        containerheight: '220px'
    });
    $('#scene3').innerfade({
        speed: 'slow',
        timeout: 9500,
        type: 'sequence',
        containerheight: '1.5em'
    });
    $('#scene4').innerfade({
        speed: 'slow',
        timeout: 12500,
        type: 'sequence',
        containerheight: '1.5em'
    });
    $('#scene5, #scene6, #scene7, #scene8').innerfade({
        speed: 'slow',
        timeout: 20000,
        type: 'random',
        containerheight: '1em'
    });
});
