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