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