// JavaScript Document
var numeroImagenes = 6 ;
var numeroAleatorio = Math.floor(Math.random() * numeroImagenes ) + 1;

