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