$().ready(function ($) {
	$("#tweets").tweet({
		join_text: "",
		username: "expanish",
		count: 5,
		loading_text: "loading tweets..."
	});
});
