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