var sentences = Array(2);
sentences[0] = 'I am twenty-five years old.';
sentences[1] = 'We are from Venezuela.';
sentences[2] = 'My name is Anton and I\'m a student.';
sentences[3] = 'This is my book.';
sentences[4] = 'It\'s a nice day today.';
sentences[5] = 'Her brother\'s name is Paul.';
sentences[6] = 'John is an engineer.';
sentences[7] = 'My husband\'s name is Johansson.';
sentences[8] = 'There are twelve students in my class.';
sentences[9] = 'My new address is at the top of the letter.';











