function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2013兴化市一中高一数学学案(上学期):第15周(共4份) 下一篇:2013高考历史一轮复习精练(共18份) '; }