function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:福建省莆田八中高一物理课件 下一篇:2012广东高考优秀作文:我爱这时代 '; }