function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:甘肃省会宁五中2012-2013学年高二下学期期中考试试题 下一篇:湖南省衡南县第九中学高一英语课件:Unit1 Tales of the unexplained(译林牛津版必修2) '; }