function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2013高考地理考点整理:地球 下一篇:2013高考地理考点整理:宇宙探测 '; }