$(function($){
	$(".tweet").tweet({
		username: "eternusweb",
		join_text: "auto",
		template: "<strong>eternusweb</strong> » {text} » {retweet_action}",
		count: 2,
		auto_join_text_default: tweet_auto_join_text_default,
		auto_join_text_ed: tweet_auto_join_text_ed,
		auto_join_text_ing: tweet_auto_join_text_ing,
		auto_join_text_reply: tweet_auto_join_text_reply,
		auto_join_text_url: tweet_auto_join_text_url,
		loading_text: tweet_loading_text
	});
});
