// remap jQuery to $
(function($){

	$(function () {
        $("#twitter-feed").tweet({
			username: "mozaicvoices",
			avatar_size: 32,
			count: 3,
			loading_text: "loading tweets..."
		});
	});
})(jQuery);

