function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省嘉兴市八校2011-2012学年高一上学期期中考试题 下一篇:高考作文“5段”万能技巧 '; }