function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:浙江省瑞安市龙翔高级中学2012-2013学年高一上学期第二次质量检测 下一篇:2014高三物理一轮复习精品资料(百余份资料) ';
}