function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2013高考英语复习精品课件:语法专项提升 下一篇:云南省武定一中2012-2013学年高一上学期期中考试 '; }