function changenodocs(){ var myH2 = document.getElementsByTagName("H2").item(0); if (myH2.innerText=='No documents found') { myH2.innerText="There are no messages in this folder"; } }