function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:江湖传闻:广东文理状元各下双黄蛋 下一篇:云南省2011届高三政治一轮复习学案 '; }