 // random number function
    var z
    do  z = Math.random().toString().charAt(2);
    // Change these values to get 2-10 changing background images...
    while (z > 3 || z < 1); 


document.write("<img src='images/home/objet/illustr"+z+".jpg' width='211' height='305'>");

