function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省萧山中学2013届高三10月阶段考试 下一篇:河南省许昌市五校2012-2013学年高一上学期第一次联考 '; }