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年高考语文一轮复习精品资料 '; }