function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2013高考心理调整:高考在即如何应对考前焦虑 下一篇:备战2013年高考:长谈五大助考经验 '; }