$(document).ready(function() {
	$(".tweet").tweet({
		username: ["drzetz"],
		join_text: "auto",
		avatar_size: 30,
		count: 2,
		auto_join_text_default: "",
		auto_join_text_ed: "",
		auto_join_text_ing: "",
		auto_join_text_reply: "",
		auto_join_text_url: "",
		loading_text: "loading tweets..."
	});
	
	var _html = $(".fb_ltr").html();
	//var _styles = "<link href='/portals/0/social_tests/styles.css' rel='stylesheet'/>";
	//alert(_html);
	$("#fbReplace").html(_html)
});
