Simple Array problem

I have an Array looking like this;

var images:Array = ["large/00.jpg", "large/01.jpg", "large/02.jpg", "large/03.jpg", "large/04.jpg"];

I have an container_mc clip to load the images into and a forward_mc and a back_mc button to click through them. My simple question is; how do I load the jpeg’s into the container_mc clip from the Array? Anyone?