/* Default Javascript File - For Non jQuery code */

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