$(function(){
  $(".tweet").tweet({
	join_text: "auto",
	username: "germanov_band",
	avatar_size: 48,
	count: 20,
	auto_join_text_default: "",
	auto_join_text_ed: "ми",
	auto_join_text_ing: "ми вважаємо",
	auto_join_text_reply: "ми відповіли: ",
	auto_join_text_url: "",
	loading_text: "завантаження..."
  });
});
