					
jQuery(function($){
	$('#tableBox').load(
		'./list.txt',
		null,
		function(){
			if(Kaas.isIEVer(6) || Kaas.isIEVer(7)){
				new superTable('sTable', {colWidths : [60, 87, 87, 60]});
				
			} else {
				new superTable('sTable', {colWidths : [60, 101, 101, 60]});
				if(Kaas.isIEVer(8)) { $('#tableBox').addClass('ie8-fix');}
				
			}
		}
	);
});
