function loadTwitterFeed() {
	var js = document.createElement('script');
	js.setAttribute('type', 'text/javascript');
	js.setAttribute('src', 'twitter.php');
	document.body.appendChild( js );
};
loadTwitterFeed.getRandom = function() {
	return Math.floor(Math.random()*999).toString() + new Date().getTime().toString().match( /.{1}$/ );
};
