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