childrenPhotos = new Array()totalPhotos = 4for (i=0;i<totalPhotos;i++) {	childrenPhotos[i] = "foto_" + i + ".jpg"}photoPath = "images_children/"function getPhoto() {	randomPhoto = Math.floor ((Math.random() * childrenPhotos.length))}
