$(document).ready(
function () {
    $('ul#hoffInnerfade').innerfade({
        speed: 800,
        timeout: 5000,
        type: 'sequence',
        containerheight: '330px'
    });
});
