function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:山东省德州一中2013-2014学年高一上学期期中考试 下一篇:甘肃省会宁县第二中学2014届高三上学期12月月考试题 ';
}