$(function(){
	$("table[summary='table01']").addClass("table01");
	$("table[summary='table02']").addClass("table02");
});
