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