function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省杭十四中2008年5月高三月考试题(全科) 下一篇:考前对镜子微笑 考后对成绩微笑 '; }