// Random Script Photos de femmes sur le menu du haut

var imgpath = "<img src=\"";
var dim = " width=\"456\" height=\"96\" alt=\"Photos\"border=\"0\">";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*5); // change number to match the sum of numbers of images below Remember that it starts with zero - one more number
img = rnumb;
if (img == "0") {
document.write(imgpath+ "/images/menu-haut/photos-femmes-groupe1.jpg\" alt=\"Photos\""
+dim);
}
if (img == "1") {
document.write(imgpath+ "/images/menu-haut/photos-femmes-groupe2.jpg\" alt=\"Photos\"" +dim);
}
if (img == "2") {
document.write(imgpath+ "/images/menu-haut/photos-femmes-groupe3.jpg\" alt=\"Photos\"" +dim);
}
if (img == "3") {
document.write(imgpath+ "/images/menu-haut/photos-femmes-groupe4.jpg\" alt=\"Photos\"" +dim);
}
if (img == "4") {
document.write(imgpath+ "/images/menu-haut/photos-femmes-groupe5.jpg\" alt=\"Photos\"" +dim);
}
// Fin du script Random Photos de femmes sur le menu du haut