I = new Array();
I[0] = new Array();
I[0][0] = 'He sometimes reads the newspaper, ';
I[0][1] = 'doesn\'t he?';
I[0][2] = 0;
I[1] = new Array();
I[1][0] = 'You are Indian, ';
I[1][1] = 'aren\'t you?';
I[1][2] = 0;
I[2] = new Array();
I[2][0] = 'They had a nice weekend, ';
I[2][1] = 'didn\'t they?';
I[2][2] = 0;
I[3] = new Array();
I[3][0] = 'Peggy didn\'t use the pencil, ';
I[3][1] = 'did she?';
I[3][2] = 0;
I[4] = new Array();
I[4][0] = 'Mary has answered the teacher\'s question, ';
I[4][1] = 'hasn\'t she?';
I[4][2] = 0;
I[5] = new Array();
I[5][0] = 'The boy is from Turkey, ';
I[5][1] = 'isn\'t he?';
I[5][2] = 0;
I[6] = new Array();
I[6][0] = 'Sue wasn\'t listening, ';
I[6][1] = 'was she?';
I[6][2] = 0;
I[7] = new Array();
I[7][0] = 'Andrew isn\'t sleeping, ';
I[7][1] = 'is he?';
I[7][2] = 0;
I[8] = new Array();
I[8][0] = 'Tom and Maria will arrive at Heathrow, ';
I[8][1] = 'won\'t they?';
I[8][2] = 0;
I[9] = new Array();
I[9][0] = 'She has a brother, ';
I[9][1] = 'doesn\'t she?';
I[9][2] = 0;