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