function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:语文:2.5《再别康桥》flash课件 下一篇:陕西省宝鸡市2010届高三下学期质量检测题 '; }