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