


infinitive=new Array()
infinitive[infinitive.length]="buscar"
infinitive[infinitive.length]="creer"
infinitive[infinitive.length]="dormir"
infinitive[infinitive.length]="empezar"
infinitive[infinitive.length]="jugar"
infinitive[infinitive.length]="leer"
infinitive[infinitive.length]="morir"
infinitive[infinitive.length]="oír"
infinitive[infinitive.length]="pagar"
infinitive[infinitive.length]="pedir"
infinitive[infinitive.length]="seguir"
infinitive[infinitive.length]="tocar"

meaning=new Array()
meaning[meaning.length]="to search for"
meaning[meaning.length]="to believe"
meaning[meaning.length]="to sleep"
meaning[meaning.length]="to begin"
meaning[meaning.length]="to play"
meaning[meaning.length]="to read"
meaning[meaning.length]="to die"
meaning[meaning.length]="to hear"
meaning[meaning.length]="to pay"
meaning[meaning.length]="to ask for, to request"
meaning[meaning.length]="to follow, to continue"
meaning[meaning.length]="to touch, to play an instrument"

yo=new Array()
yo[yo.length]="busqué"
yo[yo.length]="creí"
yo[yo.length]="dormí"
yo[yo.length]="empecé"
yo[yo.length]="jugué"
yo[yo.length]="leí"
yo[yo.length]="morí"
yo[yo.length]="oí"
yo[yo.length]="pagué"
yo[yo.length]="pedí"
yo[yo.length]="seguí"
yo[yo.length]="toqué"

tu=new Array()
tu[tu.length]="buscaste"
tu[tu.length]="creíste"
tu[tu.length]="dormiste"
tu[tu.length]="empezaste"
tu[tu.length]="jugaste"
tu[tu.length]="leíste"
tu[tu.length]="moriste"
tu[tu.length]="oíste"
tu[tu.length]="pagaste"
tu[tu.length]="pediste"
tu[tu.length]="seguiste"
tu[tu.length]="tocaste"

ella=new Array()
ella[ella.length]="buscó"
ella[ella.length]="creyó"
ella[ella.length]="durmió"
ella[ella.length]="empezó"
ella[ella.length]="jugó"
ella[ella.length]="leyó"
ella[ella.length]="murió"
ella[ella.length]="oyó"
ella[ella.length]="pagó"
ella[ella.length]="pidió"
ella[ella.length]="siguió"
ella[ella.length]="tocó"

nosotros=new Array()
nosotros[nosotros.length]="buscamos"
nosotros[nosotros.length]="creímos"
nosotros[nosotros.length]="dormimos"
nosotros[nosotros.length]="empezamos"
nosotros[nosotros.length]="jugamos"
nosotros[nosotros.length]="leímos"
nosotros[nosotros.length]="morimos"
nosotros[nosotros.length]="oímos"
nosotros[nosotros.length]="pagamos"
nosotros[nosotros.length]="pedimos"
nosotros[nosotros.length]="seguimos"
nosotros[nosotros.length]="tocamos"


vosotros=new Array()
vosotros[vosotros.length]="buscasteis"
vosotros[vosotros.length]="creísteis"
vosotros[vosotros.length]="dormisteis"
vosotros[vosotros.length]="empezasteis"
vosotros[vosotros.length]="jugasteis"
vosotros[vosotros.length]="leísteis"
vosotros[vosotros.length]="moristeis"
vosotros[vosotros.length]="oísteis"
vosotros[vosotros.length]="pagasteis"
vosotros[vosotros.length]="pedisteis"
vosotros[vosotros.length]="seguisteis"
vosotros[vosotros.length]="tocasteis"

ellas=new Array()
ellas[ellas.length]="buscaron"
ellas[ellas.length]="creyeron"
ellas[ellas.length]="durmieron"
ellas[ellas.length]="empezaron"
ellas[ellas.length]="jugaron"
ellas[ellas.length]="leyeron"
ellas[ellas.length]="murieron"
ellas[ellas.length]="oyeron"
ellas[ellas.length]="pagaron"
ellas[ellas.length]="pidieron"
ellas[ellas.length]="siguieron"
ellas[ellas.length]="tocaron"


