


    

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