images = new Array();
	
images[0] = "<img src=\"/app/TemplateRepository/savoir_home/images/top/AubryLibre.jpg\" width=\"278\" height=\"110\" alt=\"\" />";
images[1] = "<img src=\"/app/TemplateRepository/savoir_home/images/top/BlouinPap.jpg\" width=\"278\" height=\"110\" alt=\"\" />";
images[2] = "<img src=\"/app/TemplateRepository/savoir_home/images/top/CK1ESTANGUET.jpg\" width=\"278\" height=\"110\" alt=\"\" />";
images[3] = "<img src=\"/app/TemplateRepository/savoir_home/images/top/Escrime%20JEANNET.jpg\" width=\"278\" height=\"110\" alt=\"\" />";
images[4] = "<img src=\"/app/TemplateRepository/savoir_home/images/top/HaiydenLibre.jpg\" width=\"278\" height=\"110\" alt=\"\" />";
images[5] = "<img src=\"/app/TemplateRepository/savoir_home/images/top/RACE1GUTIERREZ.jpg\" width=\"278\" height=\"110\" alt=\"\" />";
images[6] = "<img src=\"/app/TemplateRepository/savoir_home/images/top/Roy%20Slalom.jpg\" width=\"278\" height=\"110\" alt=\"\" />";

var x = images.length;

n = Math.floor(Math.random() * x);

document.write(images[n]);
