﻿
$(document).ready(function() {

    $(function() {
        $("div.carousel").carousel();
    });


    $(function() {
        $(".tweet").tweet({
            join_text: "auto",
            username: "mixedfightnl",
            avatar_size: 36,
            count: 3,
            auto_join_text_default: "",
            loading_text: "loading tweets..."
        });
    });

    $('#innerfade').innerfade({ animationtype: 'fade', speed: 750, timeout: 3000, type: 'sequence', containerheight: '210px' });
    
});



