I = new Array();
I[0] = new Array();
I[0][0] = 'If Steven gets out,';
I[0][1] = 'he\'ll never take an umbrella with him.';
I[0][2] = 0;
I[1] = new Array();
I[1][0] = 'If Jack was at school today,';
I[1][1] = 'he would know about the History test.';
I[1][2] = 0;
I[2] = new Array();
I[2][0] = 'If Steven eats so many sweets,';
I[2][1] = 'he will get fat.';
I[2][2] = 0;
I[3] = new Array();
I[3][0] = 'If Jack washed his feet,';
I[3][1] = 'it would not smell in our room.';
I[3][2] = 0;
I[4] = new Array();
I[4][0] = 'If Steven didn\'t foul the other players so often,';
I[4][1] = 'he would be in the school team.';
I[4][2] = 0;
I[5] = new Array();
I[5][0] = 'If Jack read the newspaper regularly,';
I[5][1] = 'he would be better in Social Studies.';
I[5][2] = 0;
I[6] = new Array();
I[6][0] = 'If Steven didn\'t play the music too loud,';
I[6][1] = 'his neigbour would not be angry with him.';
I[6][2] = 0;
I[7] = new Array();
I[7][0] = 'If Jack turns off the heating more often,';
I[7][1] = 'he can save more money.';
I[7][2] = 0;
I[8] = new Array();
I[8][0] = 'If Steven opens the windows,';
I[8][1] = 'the air in the room will be better.';
I[8][2] = 0;
I[9] = new Array();
I[9][0] = 'If Jack rode his old bike more carefully,';
I[9][1] = 'his parents would buy him a new one.';
I[9][2] = 0;