// JavaScript Document

function makeArray(n) { 
this.length = n; 
for (var i=1; i<=n; i++) { 
this[i] = ""; 
} 
return this; 
} 
var i; 
function imagealeatoire() { 
i = Math.floor(14 * Math.random() + 1); 
return image[i]; 
} 
image = new makeArray(14); 
image[1]="/photos/al/1.JPG"; 
image[2]="/photos/al/2.JPG"; 
image[3]="/photos/al/3.JPG"; 
image[4]="/photos/al/4.JPG";
image[5]="/photos/al/5.JPG";
image[6]="/photos/al/6.JPG";
image[7]="/photos/al/7.JPG";
image[8]="/photos/al/8.JPG";
image[9]="/photos/al/9.JPG";
image[10]="/photos/al/10.JPG";
image[11]="/photos/al/11.JPG";
image[12]="/photos/al/12.JPG";
image[13]="/photos/al/13.JPG";
image[14]="/photos/al/14.JPG";


// Stop hiding from old browsers --> 