function twitterCallback(obj) { 
var id = obj[0].user.id; document.getElementById('my_twitter_status').innerHTML = obj[0].text;
}