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