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