// JavaScript function setCounterValue() { document.getElementById("compteur").innerHTML = "8505"; } window.onload = setCounterValue;