/*
init - range of functions

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!TYPE YOUR CLIENTSIDE JAVASCRIPT HERE!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

*/


$(function(){

	$("#tweet").tweet({
            username: "Sommerwerkstatt",
            join_text: "auto",
            avatar_size: 33,
            count: 3,
            auto_join_text_default: "Wir sagen,",
            auto_join_text_ed: "Wir",
            auto_join_text_ing: "Wir sind",
            auto_join_text_reply: "Wir antworteten",
            auto_join_text_url: "Wir pr\u00FCfen",
            loading_text: "Tweets werden geladen...",
            template: "{avatar}{join}{text}{time}"
        });

});
