image = new Array

image[1]="photos-entete/photo-page-1.jpg"
image[2]="photos-entete/photo-page-2.jpg"
image[3]="photos-entete/photo-page-3.jpg"
image[4]="photos-entete/photo-page-4.jpg"
image[5]="photos-entete/photo-page-5.jpg"
image[6]="photos-entete/photo-page-6.jpg"
image[7]="photos-entete/photo-page-7.jpg"
image[8]="photos-entete/photo-page-8.jpg"
image[9]="photos-entete/photo-page-9.jpg"
image[10]="photos-entete/photo-page-10.jpg"
image[11]="photos-entete/photo-page-11.jpg"
image[12]="photos-entete/photo-page-12.jpg"
image[13]="photos-entete/photo-page-13.jpg"
image[14]="photos-entete/photo-page-14.jpg"

random_num = (Math.round((Math.random()*13)+1))


document.write("<img src=\"" + image[random_num] + "\">");