I = new Array();
I[0] = new Array();
I[0][0] = 'Boys like to play soccer.';
I[0][1] = 'Active';
I[0][2] = 0;
I[1] = new Array();
I[1][0] = 'This room has been painted blue.';
I[1][1] = 'Passive';
I[1][2] = 0;
I[2] = new Array();
I[2][0] = 'Cricket is played in Australia.';
I[2][1] = 'Passive';
I[2][2] = 0;
I[3] = new Array();
I[3][0] = 'I am given a book.';
I[3][1] = 'Passive';
I[3][2] = 0;
I[4] = new Array();
I[4][0] = 'We have lost our keys.';
I[4][1] = 'Active';
I[4][2] = 0;
I[5] = new Array();
I[5][0] = 'You might see dolphins here.';
I[5][1] = 'Active';
I[5][2] = 0;
I[6] = new Array();
I[6][0] = 'The report must be completed by next Friday.';
I[6][1] = 'Passive';
I[6][2] = 0;
I[7] = new Array();
I[7][0] = 'They were singing a song.';
I[7][1] = 'Active';
I[7][2] = 0;
I[8] = new Array();
I[8][0] = 'A letter was written to her.';
I[8][1] = 'Passive';
I[8][2] = 0;
I[9] = new Array();
I[9][0] = 'The bike is being repaired.';
I[9][1] = 'Passive';
I[9][2] = 0;