I = new Array();
I[0] = new Array();
I[0][0] = 'They <b>listen</b> to music.';
I[0][1] = 'Active';
I[0][2] = 0;
I[1] = new Array();
I[1][0] = 'She <b>is reading</b> an e-mail.';
I[1][1] = 'Active';
I[1][2] = 0;
I[2] = new Array();
I[2][0] = 'These cars <b>are produced</b> in Japan.';
I[2][1] = 'Passive';
I[2][2] = 0;
I[3] = new Array();
I[3][0] = 'Alan <b>teaches</b> Geography.';
I[3][1] = 'Active';
I[3][2] = 0;
I[4] = new Array();
I[4][0] = 'German <b>is spoken</b> in Austria.';
I[4][1] = 'Passive';
I[4][2] = 0;
I[5] = new Array();
I[5][0] = 'Lots of houses <b>were destroyed</b> by the earthquake.';
I[5][1] = 'Passive';
I[5][2] = 0;
I[6] = new Array();
I[6][0] = 'Henry Ford <b>invented</b> the assembly line.';
I[6][1] = 'Active';
I[6][2] = 0;
I[7] = new Array();
I[7][0] = 'The bus driver <b>was hurt</b>.';
I[7][1] = 'Passive';
I[7][2] = 0;
I[8] = new Array();
I[8][0] = 'You <b>should open</b> your workbooks.';
I[8][1] = 'Active';
I[8][2] = 0;
I[9] = new Array();
I[9][0] = 'Houses <b>have been built</b>.';
I[9][1] = 'Passive';
I[9][2] = 0;