// seaofclouds tweet thing.

(function($){
	$(document).ready(function() {
		$(".tweet").tweet({
			join_text: "auto",
			username: "EllisDon",
			count: 3,
			auto_join_text_default: "",        // [string]   auto text for non verb: "i said" bullocks
			auto_join_text_ed: "",                   // [string]   auto text for past tense: "i" surfed
			auto_join_text_ing: "",               // [string]   auto tense for present tense: "i was" surfing
			auto_join_text_reply: "",     // [string]   auto tense for replies: "i replied to" @someone "with"
			auto_join_text_url: "",
			loading_text: "Loading tweets...",
			template: "{text}{time}"
		});
	});
})(jQuery161);
