function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省2011年新课程高考备考复习研讨会 下一篇:浙江杭州宏升高复学校2011届高三上学期第一次月考 '; }