//Changement aléatoire de l'image de fond window.onload = function() { if(document.getElementById('picture')) document.getElementById('picture').style.backgroundImage = 'url(../../fr/fr/img/nav_new/pictures/car'+ (1+ Math.round(Math.random()*2)) +'.jpg)'; }