jQuery(document).ready(function() {
	jQuery(".tweet").tweet({
		username: "earotation",
		count: 1,
		loading_text: "...LOADING...",
        refresh_interval: 60,
        template: "{text}"
	});
}); 
