// JavaScript Document
$(document).ready(function() { 
	$('#twitterSection').twit('KeisukeNagayama', {
	  limit: 5 //表示する最大tweets
	});
});	