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