var container = document.getElementById("gpViewCount"); if(container){ container.innerHTML = "2345"; }else{ document.write("2345"); }