tnlottery.tweetme = new (function($){

	var $me = this;

	$me.init = function() {
			$(".tweet").tweet({
				username: ["EduTweetsTN"],
				count: 5,
				loading_text: "loading tweets..."
			});
	}; //End init


	$(document).ready(function(){
		tnlottery.tweetme.init();
	});

})(jQuery);





