<!-- 
//PLF-http://www.jejavascript.net/
function objetg() {
this.length = objetg.arguments.length
for (var i = 0; i < this.length; i++) this[i+1] = objetg.arguments[i]
}
var nomg = new objetg ("929.jpg", "950.jpg");
var numerog = 1;
function changerG() {
document.imagegauche.src = "accueil/"+nomg[numerog];
numerog += 1;
if (numerog == nomg.length + 1) numerog = 1;
setTimeout("changerG()", 3000);
}
//-->
<!--
//PLF-http://www.jejavascript.net/
function objetm() {
this.length = objetm.arguments.length
for (var i = 0; i < this.length; i++) this[i+1] = objetm.arguments[i]
}
var nomm = new objetm ("938.jpg", "953.jpg");
var numerom = 1;
function changerM() {
document.imagemilieu.src = "accueil/"+nomm[numerom];
numerom += 1;
if (numerom == nomm.length + 1) numerom = 1;
setTimeout("changerM()", 4000);
}
//-->
<!--
//PLF-http://www.jejavascript.net/
function objetd() {
this.length = objetd.arguments.length
for (var i = 0; i < this.length; i++) this[i+1] = objetd.arguments[i]
}
var nomd = new objetd ("946.jpg", "1633.jpg");
var numerod = 1;
function changerD() {
document.imagedroite.src = "accueil/"+nomd[numerod];
numerod += 1;
if (numerod == nomd.length + 1) numerod = 1;
setTimeout("changerD()", 3500);
}
//-->

