function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:陕西省勉县一中2010-2011学年高一上学期期中考试试题 下一篇:上海吴淞中学10-11学年高一上学期期中考试 '; }