<%
  // Copy this table definition to a file named FailData.jsp
  // so it can be included in the RadarChart sample programs

	table.addColumn(1, java.lang.String.class, null);
	table.setColumnLabel(1, "Process");
	table.addColumn(2, java.lang.String.class, null);
	table.setColumnLabel(2, "Day");
	table.addColumn(3, java.lang.String.class, null);
	table.setColumnLabel(3, "Cause");
	table.addColumn(4, java.lang.Double.class, null);
	table.setColumnLabel(4, "Count");

	table.addRow(1);
	table.addRow(2);
	table.addRow(3);
	table.addRow(4);
	table.addRow(5);
	table.addRow(6);
	table.addRow(7);
	table.addRow(8);
	table.addRow(9);
	table.addRow(10);
	table.addRow(11);
	table.addRow(12);
	table.addRow(13);
	table.addRow(14);
	table.addRow(15);
	table.addRow(16);
	table.addRow(17);
	table.addRow(18);
	table.addRow(19);
	table.addRow(20);
	table.addRow(21);
	table.addRow(22);
	table.addRow(23);
	table.addRow(24);
	table.addRow(25);
	table.addRow(26);
	table.addRow(27);
	table.addRow(28);
	table.addRow(29);
	table.addRow(30);
	table.addRow(31);
	table.addRow(32);
	table.addRow(33);
	table.addRow(34);
	table.addRow(35);
	table.addRow(36);
	table.addRow(37);
	table.addRow(38);
	table.addRow(39);
	table.addRow(40);
	table.addRow(41);
	table.addRow(42);
	table.addRow(43);
	table.addRow(44);
	table.addRow(45);
	table.addRow(46);
	table.addRow(47);
	table.addRow(48);
	table.addRow(49);
	table.addRow(50);
	table.addRow(51);
	table.addRow(52);
	table.addRow(53);
	table.addRow(54);
	table.addRow(55);
	table.addRow(56);
	table.addRow(57);
	table.addRow(58);
	table.addRow(59);
	table.addRow(60);
	table.addRow(61);
	table.addRow(62);
	table.addRow(63);
	table.addRow(64);
	table.addRow(65);
	table.addRow(66);
	table.addRow(67);
	table.addRow(68);
	table.addRow(69);
	table.addRow(70);
	
	table.setCell(1, 1, "Process A");
       	table.setCell(1, 2, "March 1");	
	table.setCell(1, 3, "Contamination");
	table.setCell(1, 4, new Double(15));	

	table.setCell(2, 1, "Process A");
	table.setCell(2, 2, "March 1");	
	table.setCell(2, 3, "Corrosion");
	table.setCell(2, 4, new Double(2));	

	table.setCell(3, 1, "Process A");
	table.setCell(3, 2, "March 1");	
	table.setCell(3, 3, "Doping");
	table.setCell(3, 4, new Double(1));	

	table.setCell(4, 1, "Process A");
	table.setCell(4, 2, "March 1");	
	table.setCell(4, 3, "Metallization");
	table.setCell(4, 4, new Double(2));	

	table.setCell(5, 1, "Process A");
	table.setCell(5, 2, "March 1");	
	table.setCell(5, 3, "Miscellaneous");
	table.setCell(5, 4, new Double(3));	

	table.setCell(6, 1, "Process A");
	table.setCell(6, 2, "March 1");	
	table.setCell(6, 3, "Oxide Defect");
	table.setCell(6, 4, new Double(8));	

	table.setCell(7, 1, "Process A");
       	table.setCell(7, 2, "March 1");	
	table.setCell(7, 3, "Silicon Defect");
	table.setCell(7, 4, new Double(1));	

	table.setCell(8, 1, "Process A");
	table.setCell(8, 2, "March 2");	
	table.setCell(8, 3, "Contamination");
	table.setCell(8, 4, new Double(16));	

	table.setCell(9, 1, "Process A");
	table.setCell(9, 2, "March 2");	
	table.setCell(9, 3, "Corrosion");
	table.setCell(9, 4, new Double(3));	

	table.setCell(10, 1, "Process A");
	table.setCell(10, 2, "March 2");	
	table.setCell(10, 3, "Doping");
	table.setCell(10, 4, new Double(1));	

	table.setCell(11, 1, "Process A");
	table.setCell(11, 2, "March 2");	
	table.setCell(11, 3, "Metallization");
	table.setCell(11, 4, new Double(3));	

	table.setCell(12, 1, "Process A");
	table.setCell(12, 2, "March 2");	
	table.setCell(12, 3, "Miscellaneous");
	table.setCell(12, 4, new Double(1));	

	table.setCell(13, 1, "Process A");
       	table.setCell(13, 2, "March 2");	
	table.setCell(13, 3, "Oxide Defect");
	table.setCell(13, 4, new Double(9));	

	table.setCell(14, 1, "Process A");
	table.setCell(14, 2, "March 2");	
	table.setCell(14, 3, "Silicon Defect");
	table.setCell(14, 4, new Double(2));	

	table.setCell(15, 1, "Process A");
	table.setCell(15, 2, "March 3");	
	table.setCell(15, 3, "Contamination");
	table.setCell(15, 4, new Double(20));	

	table.setCell(16, 1, "Process A");
	table.setCell(16, 2, "March 3");	
	table.setCell(16, 3, "Corrosion");
	table.setCell(16, 4, new Double(1));	

	table.setCell(17, 1, "Process A");
	table.setCell(17, 2, "March 3");	
	table.setCell(17, 3, "Doping");
	table.setCell(17, 4, new Double(1));	

	table.setCell(18, 1, "Process A");
	table.setCell(18, 2, "March 3");	
	table.setCell(18, 3, "Metallization");
	table.setCell(18, 4, new Double(0));	

	table.setCell(19, 1, "Process A");
       	table.setCell(19, 2, "March 3");	
	table.setCell(19, 3, "Miscellaneous");
	table.setCell(19, 4, new Double(3));	

	table.setCell(20, 1, "Process A");
	table.setCell(20, 2, "March 3");	
	table.setCell(20, 3, "Oxide Defect");
	table.setCell(20, 4, new Double(7));	

	table.setCell(21, 1, "Process A");
	table.setCell(21, 2, "March 3");	
	table.setCell(21, 3, "Silicon Defect");
	table.setCell(21, 4, new Double(2));	

	table.setCell(22, 1, "Process A");
	table.setCell(22, 2, "March 4");	
	table.setCell(22, 3, "Contamination");
	table.setCell(22, 4, new Double(12));	

	table.setCell(23, 1, "Process A");
	table.setCell(23, 2, "March 4");	
	table.setCell(23, 3, "Corrosion");
	table.setCell(23, 4, new Double(1));	

	table.setCell(24, 1, "Process A");
	table.setCell(24, 2, "March 4");	
	table.setCell(24, 3, "Doping");
	table.setCell(24, 4, new Double(1));	
	
	table.setCell(25, 1, "Process A");
	table.setCell(25, 2, "March 4");	
	table.setCell(25, 3, "Metallization");
	table.setCell(25, 4, new Double(0));	

	table.setCell(26, 1, "Process A");
	table.setCell(26, 2, "March 4");	
	table.setCell(26, 3, "Miscellaneous");
	table.setCell(26, 4, new Double(0));	

	table.setCell(27, 1, "Process A");
	table.setCell(27, 2, "March 4");	
	table.setCell(27, 3, "Oxide Defect");
	table.setCell(27, 4, new Double(10));	
	
	table.setCell(28, 1, "Process A");
	table.setCell(28, 2, "March 4");	
	table.setCell(28, 3, "Silicon Defect");
	table.setCell(28, 4, new Double(1));	
	
	table.setCell(29, 1, "Process A");
	table.setCell(29, 2, "March 5");	
	table.setCell(29, 3, "Contamination");
	table.setCell(29, 4, new Double(23));	
	
	table.setCell(30, 1, "Process A");
	table.setCell(30, 2, "March 5");	
	table.setCell(30, 3, "Corrosion");
	table.setCell(30, 4, new Double(1));	
	
	table.setCell(31, 1, "Process A");
	table.setCell(31, 2, "March 5");	
	table.setCell(31, 3, "Doping");
	table.setCell(31, 4, new Double(1));	
	
	table.setCell(32, 1, "Process A");
	table.setCell(32, 2, "March 5");	
	table.setCell(32, 3, "Metallization");
	table.setCell(32, 4, new Double(0));	
	
	table.setCell(33, 1, "Process A");
	table.setCell(33, 2, "March 5");	
	table.setCell(33, 3, "Miscellaneous");
	table.setCell(33, 4, new Double(1));	
	
	table.setCell(34, 1, "Process A");
	table.setCell(34, 2, "March 5");	
	table.setCell(34, 3, "Oxide Defect");
	table.setCell(34, 4, new Double(8));	
	
	table.setCell(35, 1, "Process A");
	table.setCell(35, 2, "March 5");	
	table.setCell(35, 3, "Silicon Defect");
	table.setCell(35, 4, new Double(2));	
	
	table.setCell(36, 1, "Process B");
	table.setCell(36, 2, "March 1");	
	table.setCell(36, 3, "Contamination");
	table.setCell(36, 4, new Double(8));	
	
	table.setCell(37, 1, "Process B");
	table.setCell(37, 2, "March 1");	
	table.setCell(37, 3, "Corrosion");
	table.setCell(37, 4, new Double(2));	
	
	table.setCell(38, 1, "Process B");
	table.setCell(38, 2, "March 1");	
	table.setCell(38, 3, "Doping");
	table.setCell(38, 4, new Double(1));	
	
	table.setCell(39, 1, "Process B");
	table.setCell(39, 2, "March 1");	
	table.setCell(39, 3, "Metallization");
	table.setCell(39, 4, new Double(4));	
	
	table.setCell(40, 1, "Process B");
	table.setCell(40, 2, "March 1");	
	table.setCell(40, 3, "Miscellaneous");
	table.setCell(40, 4, new Double(2));	
	
	table.setCell(41, 1, "Process B");
	table.setCell(41, 2, "March 1");	
	table.setCell(41, 3, "Oxide Defect");
	table.setCell(41, 4, new Double(10));	
	
	table.setCell(42, 1, "Process B");
	table.setCell(42, 2, "March 1");	
	table.setCell(42, 3, "Silicon Defect");
	table.setCell(42, 4, new Double(3));	
	
	table.setCell(43, 1, "Process B");
	table.setCell(43, 2, "March 2");	
	table.setCell(43, 3, "Contamination");
	table.setCell(43, 4, new Double(9));	
	
	table.setCell(44, 1, "Process B");
	table.setCell(44, 2, "March 2");	
	table.setCell(44, 3, "Corrosion");
	table.setCell(44, 4, new Double(0));	
	
	table.setCell(45, 1, "Process B");
	table.setCell(45, 2, "March 2");	
	table.setCell(45, 3, "Doping");
	table.setCell(45, 4, new Double(1));	
	
	table.setCell(46, 1, "Process B");
	table.setCell(46, 2, "March 2");	
	table.setCell(46, 3, "Metallization");
	table.setCell(46, 4, new Double(2));	
	
	table.setCell(47, 1, "Process B");
	table.setCell(47, 2, "March 2");	
	table.setCell(47, 3, "Miscellaneous");
	table.setCell(47, 4, new Double(4));	
	
	table.setCell(48, 1, "Process B");
	table.setCell(48, 2, "March 2");	
	table.setCell(48, 3, "Oxide Defect");
	table.setCell(48, 4, new Double(9));	
	
	table.setCell(49, 1, "Process B");
	table.setCell(49, 2, "March 2");	
	table.setCell(49, 3, "Silicon Defect");
	table.setCell(49, 4, new Double(2));	
	
	table.setCell(50, 1, "Process B");
	table.setCell(50, 2, "March 3");	
	table.setCell(50, 3, "Contamination");
	table.setCell(50, 4, new Double(4));	
	
	table.setCell(51, 1, "Process B");
	table.setCell(51, 2, "March 3");	
	table.setCell(51, 3, "Corrosion");
	table.setCell(51, 4, new Double(1));	
	
	table.setCell(52, 1, "Process B");
	table.setCell(52, 2, "March 3");	
	table.setCell(52, 3, "Doping");
	table.setCell(52, 4, new Double(1));	
	
	table.setCell(53, 1, "Process B");
	table.setCell(53, 2, "March 3");	
	table.setCell(53, 3, "Metallization");
	table.setCell(53, 4, new Double(0));	
	
	table.setCell(54, 1, "Process B");
	table.setCell(54, 2, "March 3");	
	table.setCell(54, 3, "Miscellaneous");
	table.setCell(54, 4, new Double(0));	
	
	table.setCell(55, 1, "Process B");
	table.setCell(55, 2, "March 3");	
	table.setCell(55, 3, "Oxide Defect");
	table.setCell(55, 4, new Double(10));	
	
	table.setCell(56, 1, "Process B");
	table.setCell(56, 2, "March 3");	
	table.setCell(56, 3, "Silicon Defect");
	table.setCell(56, 4, new Double(1));	
	
	table.setCell(57, 1, "Process B");
	table.setCell(57, 2, "March 4");	
	table.setCell(57, 3, "Contamination");
	table.setCell(57, 4, new Double(2));	
	
	table.setCell(58, 1, "Process B");
	table.setCell(58, 2, "March 4");	
	table.setCell(58, 3, "Corrosion");
	table.setCell(58, 4, new Double(2));	
	
	table.setCell(59, 1, "Process B");
	table.setCell(59, 2, "March 4");	
	table.setCell(59, 3, "Doping");
	table.setCell(59, 4, new Double(1));	
	
	table.setCell(60, 1, "Process B");
	table.setCell(60, 2, "March 4");	
	table.setCell(60, 3, "Metallization");
	table.setCell(60, 4, new Double(0));	
	
	table.setCell(61, 1, "Process B");
	table.setCell(61, 2, "March 4");	
	table.setCell(61, 3, "Miscellaneous");
	table.setCell(61, 4, new Double(3));	
	
	table.setCell(62, 1, "Process B");
	table.setCell(62, 2, "March 4");	
	table.setCell(62, 3, "Oxide Defect");
	table.setCell(62, 4, new Double(7));	
	
	table.setCell(63, 1, "Process B");
	table.setCell(63, 2, "March 4");	
	table.setCell(63, 3, "Silicon Defect");
	table.setCell(63, 4, new Double(1));		

	table.setCell(64, 1, "Process B");
	table.setCell(64, 2, "March 5");	
	table.setCell(64, 3, "Contamination");
	table.setCell(64, 4, new Double(1));
	
	table.setCell(65, 1, "Process B");
	table.setCell(65, 2, "March 5");	
	table.setCell(65, 3, "Corrosion");
	table.setCell(65, 4, new Double(3));		
	
	table.setCell(66, 1, "Process B");
	table.setCell(66, 2, "March 5");	
	table.setCell(66, 3, "Doping");
	table.setCell(66, 4, new Double(1));	
	
	table.setCell(67, 1, "Process B");
	table.setCell(67, 2, "March 5");	
	table.setCell(67, 3, "Metallization");
	table.setCell(67, 4, new Double(0));		
	
	table.setCell(68, 1, "Process B");
	table.setCell(68, 2, "March 5");	
	table.setCell(68, 3, "Miscellaneous");
	table.setCell(68, 4, new Double(1));	
	
	table.setCell(69, 1, "Process B");
	table.setCell(69, 2, "March 5");	
	table.setCell(69, 3, "Oxide Defect");
	table.setCell(69, 4, new Double(8));		
	
	table.setCell(70, 1, "Process B");
	table.setCell(70, 2, "March 5");	
	table.setCell(70, 3, "Silicon Defect");
	table.setCell(70, 4, new Double(2));	
%>