for (var i = 1, images = [], num = []; i <= 30; i += 1) { images.push("images/thumb_" + i +".jpg"); num.push("" + i); }