L = new Array();
L[0] = new Array('M','E','X','I','C','O','','','','A');
L[1] = new Array('','','','T','','','','','','U');
L[2] = new Array('C','A','N','A','D','A','','H','','S');
L[3] = new Array('','','','L','','','','O','','T');
L[4] = new Array('K','E','N','Y','A','','','L','','R');
L[5] = new Array('','','O','','','','','L','','A');
L[6] = new Array('','','R','U','S','S','I','A','','L');
L[7] = new Array('','','W','','','','','N','','I');
L[8] = new Array('','','A','','','I','N','D','I','A');
L[9] = new Array('E','G','Y','P','T','','','','','');


C = new Array();
C[0] = new Array(1,0,0,2,0,0,0,0,0,3);
C[1] = new Array(0,0,0,0,0,0,0,0,0,0);
C[2] = new Array(4,0,0,0,0,0,0,5,0,0);
C[3] = new Array(0,0,0,0,0,0,0,0,0,0);
C[4] = new Array(6,0,7,0,0,0,0,0,0,0);
C[5] = new Array(0,0,0,0,0,0,0,0,0,0);
C[6] = new Array(0,0,8,0,0,0,0,0,0,0);
C[7] = new Array(0,0,0,0,0,0,0,0,0,0);
C[8] = new Array(0,0,0,0,0,9,0,0,0,0);
C[9] = new Array(10,0,0,0,0,0,0,0,0,0);


G = new Array();
G[0] = new Array('','','','','','','','','','');
G[1] = new Array('','','','','','','','','','');
G[2] = new Array('','','','','','','','','','');
G[3] = new Array('','','','','','','','','','');
G[4] = new Array('','','','','','','','','','');
G[5] = new Array('','','','','','','','','','');
G[6] = new Array('','','','','','','','','','');
G[7] = new Array('','','','','','','','','','');
G[8] = new Array('','','','','','','','','','');
G[9] = new Array('','','','','','','','','','');


A = new Array();
A[1]='The country borders California.';
A[4]='People like to play ice-hockey there.';
A[6]='The highest mountain of Africa is in this country.';
A[8]='The Kremlin is in the capital city of this country.';
A[9]='The river Ganges flows through this country.';
A[10]='A country with a famous canal.';


D = new Array();
D[2]='An active volcany in Europe is in this country.';
D[3]='Both an island and a continent.';
D[5]='Tulips are grown in this country.';
D[7]='A country full of fjords.';
