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