$(function() {
	$("<div id='tweets'></div>").hide().appendTo("#tweet")
	.lastTwitterMessage('anythinggraphic');
});