$.getJSON("http://twitter.com/statuses/user_timeline/wbstv.json?callback=?", function(data) {
	 $("#twitter").html(data[0].text);
});
