﻿$(function() {
    $('div#teaser').innerfade({
        speed: 2000,
        timeout: 8000,
        type: 'random',
        containerheight: '180px'
    });

});