//Twitter plugin settings
jQuery(function($) {
	$(".tweet").tweet({
		count: 1,
		username: ["envato"],
		loading_text: "loading tweet...",
		refresh_interval: 60
	});
});

