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