io devo caricare più di un testo il primo in un livello e al frame 35 lo carico cosi

car=new LoadVars();
car.onLoad=function(){
if(car.testo==undefined){testo.htmlText="Errore nel caricamento";}else{
testo.htmlText=car.testo;}
}

car.load("articolo.txt");


voglio caricare un altro testo sempre in un altro livello e al frame 35 come devo fare!!!!!!?