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