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

