function twitterCallback(o) {
	o = o[0]; // o is always an array, so just get the first (and only entry)
	var e = document.getElementById('twitter-post');
	e.innerHTML = o.text;
	e.href = 'http://twitter.com/461design/status/' + o.id;
}