var myArray = [1,2,3]; for(var i=0, l=myArray.length; i<l; i++) { document.write("image"+myArray[i]+".gif; <br />"); }