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