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