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