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