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