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