function init() { var eDom = document.getElementById("counter"); if(eDom != null) eDom.innerHTML = getCounter(); } function getCounter(){ return 0; }