function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:【KS5U精品汇总】2013届高三物理二轮复习试题 下一篇:甘肃省定西市渭源二中2012-2013学年高一上学期期末考试试题 ';
}