function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2014高考政治提能必做训练题(共10份) 下一篇:【备战2014】高考化学一轮复习专题练习 '; }