


    

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