I = new Array();
I[0] = new Array();
I[0][0] = 'We read <b>books</b>.';
I[0][1] = 'Substantiv';
I[0][2] = 0;
I[1] = new Array();
I[1][0] = 'She <b>rides</b> a horse.';
I[1][1] = 'Verb';
I[1][2] = 0;
I[2] = new Array();
I[2][0] = 'My <b>parents</b> are nice.';
I[2][1] = 'Substantiv';
I[2][2] = 0;
I[3] = new Array();
I[3][0] = 'They play the <b>drums</b>.';
I[3][1] = 'Substantiv';
I[3][2] = 0;
I[4] = new Array();
I[4][0] = 'He often <b>helps</b> his brother.';
I[4][1] = 'Verb';
I[4][2] = 0;
I[5] = new Array();
I[5][0] = 'Frank never <b>has</b> lunch at school.';
I[5][1] = 'Verb';
I[5][2] = 0;
I[6] = new Array();
I[6][0] = 'I don\'t like <b>carrots</b>.';
I[6][1] = 'Substantiv';
I[6][2] = 0;
I[7] = new Array();
I[7][0] = 'Her <b>friends</b> live in a flat.';
I[7][1] = 'Substantiv';
I[7][2] = 0;
I[8] = new Array();
I[8][0] = 'John often <b>gets up</b> late.';
I[8][1] = 'Verb';
I[8][2] = 0;
I[9] = new Array();
I[9][0] = 'Peggy <b>comes</b> home from school at 3.30 pm.';
I[9][1] = 'Verb';
I[9][2] = 0;
