//
// Twitter log
//
$(function (){
  $.post("/top/twitter/twitter.php", {},function(res){
		if(res){
			$("#twitterarea").html(res);
		}
	});
});

