http://www.ks5u.com/down/2010-6/9/382860.shtml
function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('count')) {
document.getElementById('count').innerHTML='日2074 周2096 月2121 总5147';
}
//document.getElementById('complain').innerHTML='1';
document.getElementById('count').innerHTML=''
document.getElementById('count').previousElementSibling.innerHTML='';
if (chkdiv('Res_Prives')) {
document.getElementById('Res_Prives').innerHTML='在线预览
';
}