function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:高考营养食谱:白菜洋葱头能缓解紧张情绪 下一篇:山东2012高考报名首次网上银行缴费期20天 '; }