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