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