For loop- please help

is there anyway i can write this in a for loop… please help:

 
/////////////////////
createEmptyMovieClip("insertmovie1",getNextHighestDepth());
loadMovie("Insert_"+_root.insert1.text+".swf", insertmovie1);
insertmovie1._y = -720;
/////////////////////
createEmptyMovieClip("insertmovie2",getNextHighestDepth());
loadMovie("Insert_"+_root.insert2.text+".swf", insertmovie2);
insertmovie2._y = -720;
/////////////////////
and so on................