
var newCommentTop10=document.getElementById('newCommentTop10');
if(newCommentTop10){
newCommentTop10.style.display = 'none';
}
var formComp=document.getElementById('formComp');
if(formComp){
formComp.style.display = 'none';
}
