
jQuery(function($){
	$('#tableBox').load(
		'./list.txt',
		null,
		function(){
		}
	);
});
