Hola mutantexx y tunait
:
A ver si me sale:
fondos = ["imagen1.gif", "imagen2.gif", "imagen3.gif"];
function fondoAleatorio() {
document.body.style.backgroundImage = "url(" + fondos[Math.floor(Math.random() * fondos.length)] + ")";
}
En fondos tienes que poner las 6 imágenes que tienes para el fondo.
Saludos