function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:四川省古蔺县中学校2011-2012学年高二下学期第一次能力监测 下一篇:广东省惠阳一中实验学校2011-2012学年高一下学期3月月考 ';
}