adList = new Array( "sound/c-sharp.swf", "sound/b-flat.swf", "sound/e-flat.swf" ); i = random(adList.length); loadMovie(adList[i], loader);