function runLight(){ var versao =" 5.126.0"; versao = versao.trim(); versao = versao.substr(25,versao.length); versao = versao.substr(0, versao.length-26); document.getElementById("light").innerHTML ="Versão do sistema: " + versao; }