function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:[提分助手]2010高考地理世界地理分区一轮复习专题 下一篇:宁夏银川一中2010届高三上学期第五次月考 '; }