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