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