// Round 2 - 32 players

aPlayer2 = new Array(); // nick, full, email, color1, color2, four technical fields, nation
aPlayer2[0] =   ['crusty    ','Chris Dellaway     ','','color1','color2',0,0,0,0,'NZL'];
aPlayer2[1] =   ['Puddleglum','Glynn Ridley       ','','color1','color2',0,0,0,0,'GBR'];
aPlayer2[10] =  ['Zotya     ','Zoltán Nedeczky    ','','color1','color2',0,0,0,0,'HUN'];
aPlayer2[11] =  ['phirst    ','Paul Hirst         ','','color1','color2',0,0,0,0,'AUS'];
aPlayer2[20] =  ['yoshi     ','Josh Button        ','','color1','color2',0,0,0,0,'AUS'];
aPlayer2[21] =  ['Pickle    ','Carl Crook         ','','color1','color2',0,0,0,0,'GBR'];
aPlayer2[30] =  ['tetraedro ','Manuel Correa      ','','color1','color2',0,0,0,0,'POR'];
aPlayer2[31] =  ['Ariel     ','Kathy Upton        ','','color1','color2',0,0,0,0,'AUS'];
aPlayer2[40] =  ['phildnarud','Philippe Durand    ','','color1','color2',0,0,0,0,'FRA'];
aPlayer2[41] =  ['MonkeyBob ','Stacy Henwood      ','','color1','color2',0,0,0,0,'NZL'];
aPlayer2[50] =  ['steven2   ','Steven Trezise     ','','color1','color2',0,0,0,0,'GBR'];
aPlayer2[51] =  ['redrackam ','Marc Abramson      ','','color1','color2',0,0,0,0,'FRA'];
aPlayer2[60] =  ['melinda   ','Melinda Barry      ','','color1','color2',0,0,0,0,'GBR'];
aPlayer2[61] =  ['cheekymbk ','Rob Morton         ','','color1','color2',0,0,0,0,'GBR'];
aPlayer2[70] =  ['chimaster ','Seb M [u]          ','','color1','color2',0,0,0,0,'NZL'];
aPlayer2[71] =  ['pierre    ','Pierre Sanchez     ','','color1','color2',0,0,0,0,'FRA'];
aPlayer2[80] =  ['Luigi     ','Lewis Palmer       ','','color1','color2',0,0,0,0,'GBR'];
aPlayer2[81] =  ['jpreen    ','James Preen        ','','color1','color2',0,0,0,0,'CAN'];
aPlayer2[90] =  ['fany      ','Fany Buisan        ','','color1','color2',0,0,0,0,'FRA'];
aPlayer2[91] =  ['shunter   ','Simon Wright       ','','color1','color2',0,0,0,0,'GBR'];
aPlayer2[100] = ['idyer     ','Irene Dyer         ','','color1','color2',0,0,0,0,'USA'];
aPlayer2[101] = ['NAK       ','N Alexeji Kummer   ','','color1','color2',0,0,0,0,'GER'];
aPlayer2[110] = ['fraufuchs ','Ilona Halbach      ','','color1','color2',0,0,0,0,'GER'];
aPlayer2[111] = ['Zephyr    ','Christine Dreease  ','','color1','color2',0,0,0,0,'GER'];
aPlayer2[120] = ['RufusT    ','Martin Harlow      ','','color1','color2',0,0,0,0,'GBR'];
aPlayer2[121] = ['Brunojoue ','Bruno Fillon       ','','color1','color2',0,0,0,0,'FRA'];
aPlayer2[130] = ['brad      ','Brad Swanlund      ','','color1','color2',0,0,0,0,'USA'];
aPlayer2[131] = ['jade      ','Julia Schwarz      ','','color1','color2',0,0,0,0,'GBR'];
aPlayer2[140] = ['Zormac    ','Zoltán Németh      ','','color1','color2',0,0,0,0,'HUN'];
aPlayer2[141] = ['voogel    ','Matthias Neumeister','','color1','color2',0,0,0,0,'GER'];
aPlayer2[150] = ['mazzer    ','Marion Scott       ','','color1','color2',0,0,0,0,'GBR'];
aPlayer2[151] = ['ragnar    ','Ragnar Wikman      ','','color1','color2',0,0,0,0,'FIN'];
         
aGame2 = new Array();  // point1, point2, color1, color2, time1, time2, gameid, tp1, tp2
aGame2[00] = [24,17,'red','green',10,9,'Puddleglum-crusty-2002-10-22-2159',0,0]; // crusty    
aGame2[01] = [15,21,'red','green',6,8,'Puddleglum-crusty-2002-10-22-2222',0,0]; // Puddleglum
aGame2[02] = [19,21,'red','green',14,12,'crusty-Puddleglum-2002-10-22-2241',0,0];
aGame2[03] = [20,23,'red','green',8,8,'Puddleglum-crusty-2002-10-22-2324',0,0];
aGame2[04] = [27,25,'red','green',8,9,'Puddleglum-crusty-2002-10-22-2341',0,0];
aGame2[10] = [15,21,'red','blue',10,10,'Zotya-phirst-2002-10-24-0856',0,0]; // Zotya 
aGame2[11] = [11,20,'red','blue',10,8,'phirst-Zotya-2002-10-24-0918',0,0]; // phirst
aGame2[12] = [23,26,'red','blue',7,6,'phirst-Zotya-2002-10-24-0951',0,0];
aGame2[13] = [32,26,'red','blue',6,7,'phirst-Zotya-2002-10-24-0953',0,0];
aGame2[14] = [33,19,'red','blue',6,8,'Zotya-phirst-2002-10-24-1010',0,0];
aGame2[20] = [18,16,'blue','red',7,4,'pickle-yoshi-2002-10-22-0608',0,0]; // yoshi 
aGame2[21] = [15,19,'blue','red',11,6,'yoshi-pickle-2002-10-22-0624',0,0]; // Pickle
aGame2[22] = [12,19,'blue','red',7,7,'pickle-yoshi-2002-10-22-0650',0,0];
aGame2[23] = [56,23,'blue','red',5,3,'pickle-yoshi-2002-10-22-0708',0,0];
aGame2[24] = [20,21,'blue','red',6,2,'pickle-yoshi-2002-10-22-0722',0,0];
aGame2[30] = [27,23,'blue','yellow',14,14,'Ariel-tetraedro-2002-10-20-1010',0,0]; // tetraedro
aGame2[31] = [11,13,'blue','yellow',10,12,'tetraedro-Ariel-2002-10-20-1059',0,0]; // Ariel    
aGame2[32] = [19,25,'blue','yellow',14,14,'tetraedro-Ariel-2002-10-20-1027',0,0];
aGame2[33] = [14,23,'blue','yellow',8,13,'Ariel-tetraedro-2002-10-20-1251',0,0];
aGame2[34] = [18,36,'blue','yellow',5,7,'Ariel-tetraedro-2002-10-20-1210',0,0];
aGame2[40] = [24,15,'red','green',6,4,'M!phildnarud-MonkeyBob-2002-10-23-1920',0,0]; // phildnarud
aGame2[41] = [12,20,'red','green',5,6,'M!MonkeyBob-phildnarud-2002-10-23-1926',0,0]; // MonkeyBob 
aGame2[42] = [19,21,'red','green',8,9,'M!phildnarud-MonkeyBob-2002-10-23-1947',0,0];
aGame2[43] = [19,34,'red','green',10,8,'M!phildnarud-MonkeyBob-2002-10-23-2017',0,0];
aGame2[44] = [21,29,'red','green',8,5,'M!MonkeyBob-phildnarud-2002-10-23-2032',0,0];
aGame2[50] = [16,14,'blue','green',14,10,'M!redrackam-steven2-2002-10-21-1206',0,0]; // steven2  
aGame2[51] = [17,24,'blue','green',14,6,'M!steven2-redrackam-2002-10-21-1244',0,0]; // redrackam
aGame2[52] = [18,21,'blue','green',14,7,'M!steven2-redrackam-2002-10-26-1845',0,0];
aGame2[53] = [23,21,'blue','green',16,7,'M!redrackam-steven2-2002-10-26-1928',0,0];
aGame2[54] = [12,21,'blue','green',14,8,'M!redrackam-steven2-2002-10-27-1910',0,0];
aGame2[60] = [16,26,'yellow','green',7,5,'melinda-cheekymbk-2002-10-22-1630',0,0]; // melinda  
aGame2[61] = [17,18,'yellow','green',9,8,'melinda-cheekymbk-2002-10-22-1648',0,0]; // cheekymbk
aGame2[62] = [23,24,'yellow','green',6,8,'cheekymbk-melinda-2002-10-22-1709',0,0];
aGame2[63] = [19,20,'yellow','green',8,8,'cheekymbk-melinda-2002-10-26-1704',0,0];
aGame2[64] = [27,25,'yellow','green',7,6,'melinda-cheekymbk-2002-10-26-1720',0,0];
aGame2[70] = [21,13,'red','blue',6,10,'pierre-ChiMaster-2002-10-24-0714',0,0]; // chimaster
aGame2[71] = [42,14,'red','blue',3,5,'pierre-ChiMaster-2002-10-24-0735',0,0]; // pierre   
aGame2[72] = [10,23,'red','blue',3,7,'pierre-ChiMaster-2002-10-24-0748',0,0];
aGame2[73] = [19,18,'red','blue',4,7,'pierre-ChiMaster-2002-10-24-0759',0,0];
aGame2[74] = [34,19,'red','blue',3,3,'pierre-ChiMaster-2002-10-24-0813',0,0];
aGame2[80] = [22,23,'yellow','green',9,14,'luigi-jpreen-2002-10-20-1200',0,0]; // Luigi 
aGame2[81] = [16,19,'yellow','green',6,11,'luigi-jpreen-2002-10-20-1227',0,0]; // jpreen
aGame2[82] = [17,11,'yellow','green',8,12,'luigi-jpreen-2002-10-24-2103',0,0];
aGame2[83] = [20,27,'yellow','green',7,13,'jpreen-luigi-2002-10-24-2139',0,0];
aGame2[84] = [0,0,'black','black',0,0,'',0,0];
aGame2[90] = [21,12,'blue','red',9,6,'M!shunter-fany-2002-10-20-2137',0,0]; // fany   
aGame2[91] = [18,16,'blue','red',9,7,'M!fany-shunter-2002-10-20-2156',0,0]; // shunter
aGame2[92] = [19,20,'red','blue',11,14,'shunter-fany-2002-10-22-1852',0,0];
aGame2[93] = [20,16,'red','blue',6,13,'shunter-fany-2002-10-22-1926',0,0];
aGame2[94] = [22,10,'red','blue',6,5,'shunter-fany-2002-10-22-2055',0,0];
aGame2[100] = [13,21,'blue','yellow',8,8,'NAK-idyer-2002-10-21-1900',0,0]; // idyer
aGame2[101] = [19,26,'blue','yellow',10,12,'NAK-idyer-2002-10-21-1922',0,0]; // NAK  
aGame2[102] = [18,9,'blue','yellow',11,14,'NAK-idyer-2002-10-21-1955',0,0];
aGame2[103] = [31,16,'blue','yellow',11,10,'idyer-NAK-2002-10-21-2023',0,0];
aGame2[104] = [22,23,'blue','yellow',9,13,'NAK-idyer-2002-10-21-2105',0,0];
aGame2[110] = [17,22,'yellow','blue',7,11,'fraufuchs-Zephyr-2002-10-25-2009',0,0]; // fraufuchs
aGame2[111] = [16,23,'yellow','blue',7,10,'Zephyr-fraufuchs-2002-10-25-2038',0,0]; // Zephyr   
aGame2[112] = [24,23,'yellow','blue',11,11,'Zephyr-fraufuchs-2002-10-25-2102',0,0];
aGame2[113] = [14,17,'yellow','blue',9,8,'fraufuchs-Zephyr-2002-10-25-2129',0,0];
aGame2[114] = [20,18,'red','blue',8,14,'fraufuchs-Zephyr-2002-10-25-2154',0,0];
aGame2[120] = [19,16,'yellow','red',8,15,'RufusT-Brunojoue-2002-10-12-1923',0,0]; // RufusT   
aGame2[121] = [22,16,'yellow','red',14,14,'RufusT-Brunojoue-2002-10-12-2029',0,0]; // Brunojoue
aGame2[122] = [26,17,'yellow','red',8,14,'RufusT-Brunojoue-2002-10-12-2038',0,0];
aGame2[123] = [18,13,'yellow','red',11,15,'RufusT-Brunojoue-2002-10-12-2107',0,0];
aGame2[124] = [10,16,'yellow','red',9,12,'RufusT-Brunojoue-2002-10-24-2139',0,0];
aGame2[130] = [19,16,'green','yellow',11,15,'M!brad-jade-2002-10-22-1800',0,0]; // brad
aGame2[131] = [21,12,'green','yellow',14,11,'M!jade-brad-2002-10-22-1837',0,0]; // jade
aGame2[132] = [17,21,'green','yellow',12,12,'M!brad-jade-2002-10-23-1720',0,0];
aGame2[133] = [18,22,'green','yellow',12,10,'M!brad-jade-2002-10-23-1753',0,0];
aGame2[134] = [18,19,'green','yellow',14,15,'M!brad-jade-2002-10-23-1823',0,0];
aGame2[140] = [19,18,'red','blue',8,14,'M!voogel-Zormac-2002-10-23-1637',0,0]; // Zormac
aGame2[141] = [29,30,'red','blue',10,15,'Zormac-voogel-2002-10-23-1715',0,0]; // voogel
aGame2[142] = [24,20,'red','blue',9,14,'M!voogel-Zormac-2002-10-23-1836',0,0];
aGame2[143] = [20,14,'red','blue',11,14,'M!voogel-Zormac-2002-10-26-1822',0,0];
aGame2[144] = [23,25,'red','blue',6,5,'M!Zormac-voogel-2002-10-26-1852',0,0];
aGame2[150] = [18,21,'green','red',9,11,'M!mazzer-ragnar-2002-10-28-1359',0,0]; // mazzer
aGame2[151] = [22,23,'green','red',9,12,'M!ragnar-mazzer-2002-10-28-1422',0,0]; // ragnar
aGame2[152] = [17,9,'green','red',8,12,'M!mazzer-ragnar-2002-10-28-1441',0,0];
aGame2[153] = [15,13,'green','red',10,11,'M!ragnar-mazzer-2002-10-28-1509',0,0];
aGame2[154] = [9,13,'green','red',12,10,'M!ragnar-mazzer-2002-10-28-1535',0,0];
