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