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