function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:福建省永定一中08-09学年高二下学期期末考试 下一篇:展望2010:地理简答题答题技巧 '; }