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