$(function() {
	/* tweets */
    $(".tweet").tweet({
        username: "denederlandse",
        join_text: "auto",
        avatar_size: 32,
        count: 3,
        auto_join_text_default: "<br />",
        auto_join_text_ed: "<br />",
        auto_join_text_ing: "<br />",
        auto_join_text_reply: "<br />",
        auto_join_text_url: "<br />",
        loading_text: "loading tweets..."
    });
});

