function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('count')) { document.getElementById('count').innerHTML='ÈÕ0 ÖÜ.. ÔÂ0 ×Ü0'; } document.getElementById('complain').innerHTML='67';