\u25cf <\/div><\/div>

"];var nb = 0;function defilPhoto(dir) {nb = (nb + dir + img.length) % img.length;document.getElementById("photo").innerHTML = img[nb];}document.getElementById("photo").innerHTML = img[nb];document.getElementById('avant').onclick = function() {defilPhoto(-1);};document.getElementById('apres').onclick = function() {defilPhoto(1);};setInterval(function() {defilPhoto(1);}, 10000);})();